opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: "Jane Street Group, LLC <opensource@janestreet.com>"
homepage: "https://github.com/janestreet/type_conv"
bug-reports: "https://github.com/janestreet/type_conv/issues"
license: "Apache-2.0"
dev-repo: "https://github.com/janestreet/type_conv.git"
build: [make]
install: [make "install"]
build-doc: ["ocaml" "setup.ml" "-doc"]
remove: ["ocamlfind" "remove" "type_conv"]
depends: [
  "ocamlfind" {>= "1.3.2"}
  "camlp4"
  "ocamlbuild" {build}
]
available: [ocaml-version >= "4.02.0"]
