opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/pa_ounit"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "pa_ounit"]]
depends: [
  "ocaml" {>= "4.02.1" & < "4.03"}
  "camlp4"
  "ocamlfind"
  "type_conv" {>= "109.53.00" & < "112.02.00"}
  "ounit"
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/pa_ounit/issues"
dev-repo: "git+https://github.com/janestreet/pa_ounit.git"
install: [[make "install"]]
synopsis: "Syntax extension for oUnit"
description: """
Pa_ounit is a syntax extension that helps writing in-line oUnit. It
takes care of automatically registering the tests and generates
helpfull failure messages with the file and line number.

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 -> OUnit.test)."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/112.35/files/pa_ounit-112.35.00.tar.gz"
  checksum: "md5=889ff0300916a0bf1902f6efb7610a9c"
}
