opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "pa_test"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "ocamlfind"
  "type_conv" {>= "109.53.00" & < "112.02.00"}
  "sexplib" {>= "110.01.00" & < "112.18.00"}
  "comparelib" {>= "109.27.00" & < "109.61.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Quotation expander for assertions."
description: """
This package adds quotation expanders for <:test_eq< type >> and <:test_pred< type >>,
which fail with nicely formatted error messages."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.08.00/individual/pa_test-111.08.01.tar.gz"
  checksum: "md5=5fa3a399be7932a3496c17fda6dead2b"
}
