opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage:    "https://github.com/janestreet/pa_typerep_conv"
bug-reports: "https://github.com/janestreet/pa_typerep_conv/issues"
dev-repo: "git+https://github.com/janestreet/pa_typerep_conv.git"
license: "Apache-2.0"
build:   [[make]]
install: [[make "install"]]
remove:  [["ocamlfind" "remove" "pa_typerep_conv"]]
depends: [
  "ocaml" {>= "4.02.1" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "type_conv" {>= "113.00.00" & < "113.01.00"}
  "ocamlbuild" {build}
]
synopsis: "typerep is a library for runtime types."
flags: light-uninstall
url {
  src:
    "https://github.com/janestreet/pa_typerep_conv/archive/113.00.01.tar.gz"
  checksum: "md5=52b5eb1eabf0ce17904d604fbd40a762"
}
