opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "pa_ounit"]]
depends: [
  "ocaml"
  "camlp4"
  "ocamlfind"
  "type_conv" {= "109.07.00"}
  "ocamlbuild" {build}
]
patches: ["disable_warn_error.patch"]
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
extra-files: [
  "disable_warn_error.patch" "md5=459d3b07c1fe7f34ea7a7295c99bb107"
]
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.07.00/individual/pa_ounit-109.07.00.tar.gz"
  checksum: "md5=055e9ad8070834c72e9c8e26641b9125"
}
