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: make
remove: [["ocamlfind" "remove" "deriving-ocsigen"]]
depends: [
  "ocaml" {< "4.03.0"}
  "ocamlfind"
  "camlp4"
  "num"
]
depopts: ["type_conv"]
conflicts: [
  "type_conv" {>= "108.07.00"}
]
install: [make "install"]
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-ocsigen-0.3c.tar.gz"
  checksum: "md5=fec1ca031fc988034e2b681d62da60e8"
}
