opam-version: "2.0"
synopsis:
  "Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: ["Maas-Maarten Zeeman" "Sylvain Le Gall"]
homepage: "http://ounit.forge.ocamlcore.org"
doc: "http://ounit.forge.ocamlcore.org/api-ounit/index.html"
bug-reports:
  "https://forge.ocamlcore.org/tracker/?func=browse&group_id=162&atid=730"
depends: [
  "ocaml" {>= "3.11.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-bytes"
]
flags: light-uninstall
build: [make "build"]
install: [make "install"]
remove: ["ocamlfind" "remove" "oUnit"]
dev-repo: "git+https://github.com/gildor478/ounit.git"
url {
  src:
    "https://forge-static.ocamlcore.org/frs/download.php/1749/ounit-2.0.8.tar.gz"
  checksum: "md5=bd12d66c9dbd95a50570bb686b0f10f5"
}
