opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "pa_test"]]
depends: [
  "ocaml"
  "camlp4"
  "ocamlfind"
  "core_kernel" {= "109.47.00"}
  "type_conv" {= "109.47.00"}
  "sexplib" {= "109.47.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.47.00/individual/pa_test-109.47.00.tar.gz"
  checksum: "md5=01c6a9fe764dd828c84703be9b83530a"
}
