diff options
Diffstat (limited to 'dev-haskell/doctest/metadata.xml')
-rw-r--r-- | dev-haskell/doctest/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/doctest/metadata.xml b/dev-haskell/doctest/metadata.xml new file mode 100644 index 000000000000..dffd0ab6329c --- /dev/null +++ b/dev-haskell/doctest/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> + The doctest program checks examples in source code comments. + It is modeled after doctest for Python + (<http://docs.python.org/library/doctest.html>). + + Documentation is at + <https://github.com/sol/doctest-haskell#readme>. + </longdescription> + <upstream> + <remote-id type="github">sol/doctest-haskell#readme</remote-id> + </upstream> +</pkgmetadata> |