opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/pa_test"
license: "Apache-2.0"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "pa_test"]]
depends: [
  "ocaml" {>= "4.02.1" & < "4.03"}
  "camlp4"
  "ocamlfind"
  "type_conv" {>= "109.53.00" & < "113.01.00"}
  "sexplib" {>= "112.24.00" & < "113.01.00"}
  "comparelib" {>= "109.27.00" & < "113.01.00"}
  "herelib" {>= "109.35.02" & < "112.36.00"}
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/pa_test/issues"
dev-repo: "git+https://github.com/janestreet/pa_test.git"
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/112.24/files/pa_test-112.24.tar.gz"
  checksum: "md5=1b0e52b9f76a47258bba734577ee56e7"
}
