opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://raevnos.pennmush.org/code/annexlib/index.html"
build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "annexlib"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "pcre"
]
install: [make "install"]
synopsis: "An extension to the standard library"
description: """
Annexlib contains a lot of the routines I find myself needing all the
time that aren't in the standard library (Especially string searching
and manipulation), and some other odds and ends that are useful at
times. Highlights include wildcard globbing, lots of string searching
and manipulation routines, locale support, ~user-style path expansion,
and more."""
flags: light-uninstall
url {
  src: "http://godi-backup2.camlcity.org/godi-backup/annexlib-0.13.5.tar.gz"
  checksum: "md5=6ea5faffaabd94caa102677f13653dbf"
}
