summaryrefslogtreecommitdiff
blob: 70786ef184be30df1e12a65efcefacb28d442b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		HDBC provides an abstraction layer between Haskell programs and SQL
		relational databases. This lets you write database code once, in
		Haskell, and have it work with any number of backend SQL databases
		(MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
	</longdescription>
	<upstream>
		<remote-id type="github">hdbc/hdbc</remote-id>
	</upstream>
</pkgmetadata>