Parent Directory
|
Revision Log
initial import, ebuild by me (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
| 3 | <pkgmetadata> |
| 4 | <herd>ml</herd> |
| 5 | <longdescription lang="en"> |
| 6 | Pa_ounit is a syntax extension that helps writing in-line test in ocaml |
| 7 | code. It allows user to register tests with a new `TEST` top-level expressions |
| 8 | and automatically collects all the tests in a module (in a function |
| 9 | `ounit_tests` of type `unit -> OUnit.test`). |
| 10 | </longdescription> |
| 11 | </pkgmetadata> |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |