opam-version: "2.0"
maintainer: "ygrek@autistici.org"
homepage: "https://github.com/ygrek/ocaml-extlib"
dev-repo: "git://github.com/ygrek/ocaml-extlib.git"
bug-reports: "https://github.com/ygrek/ocaml-extlib/issues"
authors: [
  "Nicolas Cannasse"
  "Brian Hurt"
  "Yamagata Yoriyuki"
]
build: [
  [make "all"]
  [make "opt"]
  [make "cmxs"]
]
remove: [["ocamlfind" "remove" "extlib"]]
depends: [
  "ocaml" {< "4.05.0"}
  "ocamlfind"
  "camlp4"
]
install: [make "install"]
synopsis: "A complete yet small standard library for OCaml"
flags: light-uninstall
extra-files: ["extlib.install" "md5=22e7aa48bdb46d7f3086843249c00949"]
url {
  src:
    "http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.5.3.tar.gz"
  checksum: "md5=3de5f4e0a95fda7b2f3819c4a655b17c"
  mirrors: "https://ygrek.org/p/release/ocaml-extlib/extlib-1.5.3.tar.gz"
}
