diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-10-22 22:27:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-10-22 22:31:59 +0100 |
commit | 30116e190da954e247c1452388560cea9d174dc7 (patch) | |
tree | 9cdacdca27aac1c0fc3d3410f40d5c643b785f32 /dev-haskell/djinn-ghc/metadata.xml | |
parent | dev-haskell/djinn-lib: new package (diff) | |
download | gentoo-30116e190da954e247c1452388560cea9d174dc7.tar.gz gentoo-30116e190da954e247c1452388560cea9d174dc7.tar.bz2 gentoo-30116e190da954e247c1452388560cea9d174dc7.zip |
dev-haskell/djinn-ghc: new package
"Generate Haskell code from a type. Bridge from Djinn to GHC API",
a depend of app-emacs/ghc-mod
Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-haskell/djinn-ghc/metadata.xml')
-rw-r--r-- | dev-haskell/djinn-ghc/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-haskell/djinn-ghc/metadata.xml b/dev-haskell/djinn-ghc/metadata.xml new file mode 100644 index 000000000000..98c679a26363 --- /dev/null +++ b/dev-haskell/djinn-ghc/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Djinn uses an theorem prover for intuitionistic propositional logic + to generate a Haskell expression when given a type. + This is the bridge from djinn-lib to GHC API. + </longdescription> +</pkgmetadata> |