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"
doc: ["https://ygrek.org/p/extlib/doc/"]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
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"
]
build: [
  [make "build"]
  [make "test"] {with-test}
  [make "doc"] {with-doc}
]
install: [ [make "install"] ]
remove: [
  ["ocamlfind" "remove" "extlib"]
]
conflicts: ["extlib"]
depends: [
  "ocaml" {< "4.07.0"}
  "ocamlfind" {build}
  "cppo" {build}
  "base-bytes" {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 day to day programming."""
flags: light-uninstall
url {
  src: "https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.2.tar.gz"
  checksum: "md5=0f550dd06242828399a73387c49e0eed"
  mirrors:
    "https://github.com/ygrek/ocaml-extlib/releases/download/1.7.2/extlib-1.7.2.tar.gz"
}
