opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "pa_test"]]
depends: [
  "ocaml"
  "camlp4"
  "ocamlfind"
  "core_kernel" {= "109.45.00"}
  "type_conv" {>= "109.28.00" & <= "109.41.00"}
  "sexplib" {>= "109.20.00" & <= "109.41.00"}
  "comparelib" {= "109.27.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.45.00/individual/pa_test-109.45.00.tar.gz"
  checksum: "md5=67123ff552a46cf46e81add04fc57307"
}
