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