opam-version: "2.0"
maintainer: "gregoire.henry@inria.fr"
build: make
remove: [["ocamlfind" "remove" "deriving"]]
depends: [
  "ocaml" {<= "4.01.0"}
  "ocamlfind"
  "optcomp" {>= "1.6"}
  "camlp4"
  "num"
]
depopts: ["type_conv"]
conflicts: [
  "type_conv" {< "108.07.00"}
]
install: [make "install"]
synopsis: "Extension to OCaml for deriving functions from type declarations"
flags: light-uninstall
url {
  src: "http://ocsigen.org/download/deriving-0.5.tar.gz"
  checksum: "md5=e0e601655235ef8ea481c63f78ddcdc7"
}
