opam-version: "1.2"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: ["Maas-Maarten Zeeman" "Sylvain Le Gall"]
homepage: "http://ounit.forge.ocamlcore.org"
bug-reports:
  "https://forge.ocamlcore.org/tracker/?func=browse&group_id=162&atid=730"
doc: "http://ounit.forge.ocamlcore.org/api-ounit/index.html"
dev-repo: "https://github.com/gildor478/ounit.git"
build: [make "build"]
install: [make "install"]
remove: ["ocamlfind" "remove" "oUnit"]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-bytes"
]
available: [ocaml-version >= "3.11.0"]
