summaryrefslogtreecommitdiff
blob: a6dc7b001d95acf98035f6fffb017822e465d381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
	<use>
		<flag name="buildtests">Build the executable to run unit tests</flag>
		<flag name="splitbase">Choose the new smaller, split-up package.</flag>
	</use>
	<longdescription>
		This is the Sqlite v3 driver for HDBC, the generic
		database access system for Haskell
	</longdescription>
	<upstream>
		<remote-id type="github">hdbc/hdbc-sqlite3</remote-id>
	</upstream>
</pkgmetadata>