opam-version: "2.0"
maintainer: "ygrek@autistici.org"
homepage: "http://code.google.com/p/ocaml-extlib"
dev-repo: "git+https://github.com/ygrek/ocaml-extlib.git"
bug-reports: "https://github.com/ygrek/ocaml-extlib/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
doc: ["http://ocaml-extlib.googlecode.com/svn/doc/apiref/index.html"]
build: [
  [make "build"]
]
install: [make "install"]
remove: [
  ["ocamlfind" "remove" "extlib"]
]
conflicts: ["extlib"]
depends: [
  "ocaml" {< "4.05.0"}
  "ocamlfind"
  "camlp4" {build}
]
synopsis:
  "A complete yet small extension for OCaml standard library (full, compatibility)"
description: """
The purpose of this library is to add new functions to OCaml standard library
modules, to modify some functions in order to get better performances or
safety (tail-recursive) and also to provide new modules which should be useful
for the average OCaml programmer."""
authors: "ygrek <ygrek@autistici.org>"
flags: light-uninstall
url {
  src:
    "http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.6.1.tar.gz"
  checksum: "md5=5643237a6410dc915347956cff97df86"
  mirrors: "https://ygrek.org/p/release/ocaml-extlib/extlib-1.6.1.tar.gz"
}
