opam-version: "2.0"
maintainer: "ygrek@autistici.org"
authors: [
  "Nicolas Cannasse"
  "Brian Hurt"
  "Yamagata Yoriyuki"
  "Markus Mottl"
  "Jesse Guardiani"
  "John Skaller"
  "Bardur Arantsson"
  "Janne Hellsten"
  "Richard W.M. Jones"
  "ygrek"
  "Gabriel Scherer"
  "Pietro Abate"
]
homepage: "https://github.com/ygrek/ocaml-extlib"
bug-reports: "https://github.com/ygrek/ocaml-extlib/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git://github.com/ygrek/ocaml-extlib.git"
build: [
  [make "minimal=1" "build"]
  [make "test"] {with-test}
  [make "clean"] {with-test}
  [make "minimal=1" "build"] {with-test}
  [make "minimal=1" "doc"] {with-doc}
]
install: [make "minimal=1" "install"]
remove: ["ocamlfind" "remove" "extlib"]
depends: [
  "ocaml" {< "4.05.0"}
  "ocamlfind" {build}
  "cppo" {build}
  "base-bytes"
]
synopsis:
  "A complete yet small extension for OCaml standard library (reduced, recommended)"
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 day to day programming."""
flags: light-uninstall
url {
  src: "https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.1.tar.gz"
  checksum: "md5=381b8f3099f26eec0e8b3597361d5645"
  mirrors:
    "https://github.com/ygrek/ocaml-extlib/releases/download/1.7.1/extlib-1.7.1.tar.gz"
}
