this repo has no description
1opam-version: "2.0"
2maintainer: "Sylvain Le Gall <sylvaini+ocaml@le-gall.net>"
3authors: [ "Maas-Maarten Zeeman" "Sylvain Le Gall" ]
4homepage: "https://github.com/gildor478/ounit"
5dev-repo: "git+https://github.com/gildor478/ounit.git"
6bug-reports: "https://github.com/gildor478/ounit/issues"
7doc: "https://gildor478.github.io/ounit/"
8depends: [
9 "ocaml" {>= "4.04.0" & < "5.0"}
10 "dune" {>= "1.11.0"}
11 "base-bytes"
12 "base-unix"
13 "stdlib-shims"
14]
15build: [
16 ["dune" "build" "-p" name "-j" jobs]
17 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
19]
20synopsis: "OUnit testing framework"
21description: """
22OUnit is a unit test framework for OCaml. It allows one to easily create
23unit-tests for OCaml code. It is loosely based on [HUnit], a unit testing
24framework for Haskell. It is similar to [JUnit], and other XUnit testing
25frameworks.
26"""
27url {
28 src:
29 "https://github.com/gildor478/ounit/releases/download/v2.2.5/ounit-2.2.5.tbz"
30 checksum: [
31 "sha256=1b0d182b5eae536f37605f379b8e42a35d587471b917cee3d033bea20f7cbe55"
32 "sha512=2e519ff032843298b4dd716d7b3460d4720fe59ba1535a32fc9ef58eae4fcc80d3ec59ddb7b22653f064ef8ae02d19ae1afd2ed7de16c34d396ea180a6e33cb1"
33 ]
34}
35x-commit-hash: "4169ea0ba54a4b4435aa6f8bb966236f360daf2d"