opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  [make "all"]
  [make "opt"]
  ["ocamlopt" "-shared" "-linkall" "extLib.cmxa" "-o" "extLib.cmxs"]
]
remove: [["ocamlfind" "remove" "extlib"]]
depends: [
  "ocaml" {< "4.00.0"}
  "ocamlfind"
  "camlp4"
]
patches: ["opam.patch"]
install: [make "install"]
synopsis: "A complete yet small standard library for OCaml"
flags: light-uninstall
extra-files: [
  ["opam.patch" "md5=73f14a0fe6ac5b93836e1cd11e2b1090"]
  ["extlib.ocp" "md5=88c0d107d081f73fb5596c2d8363d174"]
  ["extlib.install" "md5=22e7aa48bdb46d7f3086843249c00949"]
]
url {
  src:
    "http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.5.2.tar.gz"
  checksum: "md5=839f9bf5a971fa07935c96ba7e209f86"
  mirrors: "https://ygrek.org/p/release/ocaml-extlib/extlib-1.5.2.tar.gz"
}
