You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/htf/metadata.xml

24 lines
923 B

<?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>
<longdescription>
The Haskell Test Framework (/HTF/ for short) lets you define unit
tests (&lt;http://hunit.sourceforge.net&gt;), QuickCheck properties
(&lt;http://www.cs.chalmers.se/~rjmh/QuickCheck/&gt;), and black box
tests in an easy and convenient way. The HTF uses a custom
preprocessor that collects test definitions automatically.
Furthermore, the preprocessor allows the HTF to report failing
test cases with exact file name and line number information.
The documentation of the "Test.Framework.Tutorial" module
provides a tutorial for the HTF.
</longdescription>
<upstream>
<remote-id type="github">skogsbaer/HTF</remote-id>
</upstream>
</pkgmetadata>