diff options
Diffstat (limited to 'dev-haskell/simple-reflect/metadata.xml')
-rw-r--r-- | dev-haskell/simple-reflect/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-haskell/simple-reflect/metadata.xml b/dev-haskell/simple-reflect/metadata.xml new file mode 100644 index 000000000000..71a0501f1cbe --- /dev/null +++ b/dev-haskell/simple-reflect/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package allows simple reflection of expressions containing variables. + Reflection here means that a Haskell expression is turned into a string. + The primary aim of this package is teaching and understanding; + there are no options for manipulating the reflected expressions beyond showing them. + </longdescription> +</pkgmetadata> |