diff options
Diffstat (limited to 'dev-haskell/crypto-conduit/metadata.xml')
-rw-r--r-- | dev-haskell/crypto-conduit/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/crypto-conduit/metadata.xml b/dev-haskell/crypto-conduit/metadata.xml new file mode 100644 index 000000000000..96a72e1fa7c5 --- /dev/null +++ b/dev-haskell/crypto-conduit/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package contains everything that you need to use a + cryptographic package that supports the @crypto-api@ package + using conduits from the @conduit@ package. + </longdescription> + <use> + <flag name="conduit11">Use conduit >= 1.1.</flag> + </use> + <upstream> + <remote-id type="github">prowdsponsor/crypto-conduit</remote-id> + </upstream> +</pkgmetadata> |