diff options
Diffstat (limited to 'dev-haskell/hdbc-sqlite3/metadata.xml')
-rw-r--r-- | dev-haskell/hdbc-sqlite3/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/hdbc-sqlite3/metadata.xml b/dev-haskell/hdbc-sqlite3/metadata.xml new file mode 100644 index 000000000000..a6dc7b001d95 --- /dev/null +++ b/dev-haskell/hdbc-sqlite3/metadata.xml @@ -0,0 +1,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> |