summaryrefslogtreecommitdiff
blob: 97836330981f93a9b98c640683db1ba0efd2b739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>ml</herd>
  <longdescription lang="en">
Pa_ounit is a syntax extension that helps writing in-line test in ocaml
code. It allows user to register tests with a new `TEST` top-level expressions
and automatically collects all the tests in a module (in a function
`ounit_tests` of type `unit -&gt; OUnit.test`).
  </longdescription>
  <upstream>
    <remote-id type="bitbucket">yminsky/ocaml-core</remote-id>
  </upstream>
</pkgmetadata>