blob: a6bc0772142fbf510bd37d606acb6571e8cc875f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.
</longdescription>
<use>
<flag name="systemlib">Use the system-wide sqlite library.</flag>
<flag name="build-sanity-exe">Build a sanity check test executable.</flag>
</use>
</pkgmetadata>
|