opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "pa_test"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "ocamlfind"
  "core_kernel" {>= "109.53.00" & <= "109.60.00"}
  "type_conv" {>= "109.53.00" & <= "109.60.01"}
  "sexplib" {>= "109.53.00" & <= "109.60.00"}
  "comparelib" {>= "109.27.00" & <= "109.60.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/109.53.00/individual/pa_test-109.53.02.tar.gz"
  checksum: "md5=2e939c4f4bad09895f31475b32fe1a37"
}
