opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
license: "Apache-2.0"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "typerep_lib"]]
depends: [
  "ocaml" {>= "4.02.1"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "bin_prot" {>= "112.17.00" & < "112.18.00"}
  "type_conv" {>= "109.53.00" & < "112.02.00"}
  "sexplib" {>= "112.17.00" & < "112.18.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "typerep is a library for runtime types."
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/112.17/files/typerep-112.17.00.tar.gz"
  checksum: "md5=aea097106279bed61ec6dcb43572c857"
}
