opam-version: "2.0"
maintainer: "dev@ocsigen.org"
homepage: "http://github.com/ocsigen/deriving/"
bug-reports: "https://github.com/ocsigen/deriving/issues/"
dev-repo: "git+https://github.com/ocsigen/deriving.git"
license: "MIT"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{type_conv:enable}%-tc"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "deriving"]
depends: [
  "ocaml" {<= "4.02.3"}
  "ocamlfind"
  "base-bytes"
  "optcomp" {>= "1.6"}
  "camlp4"
  "ocamlbuild" {build}
  "num"
]
depopts: ["type_conv"]
conflicts: ["type_conv" {< "108.07.00"}]
synopsis: "Extension to OCaml for deriving functions from type declarations"
authors: "Jeremy Yallop <yallop@gmail.com>"
flags: light-uninstall
url {
  src: "http://ocsigen.org/download/deriving-0.7.tar.gz"
  checksum: "md5=2c4ba783de3869ebfa1efc2267f4f787"
}
