opam-version: "2.0"
maintainer: "seb@mondet.org"
authors: [
  "Sebastien Mondet <seb@modnet.org>" "Leonid Rozenberg <leonidr@gmail.com>"
]
homepage: "https://bitbucket.org/smondet/nonstd"
bug-reports: "https://bitbucket.org/smondet/nonstd"
dev-repo: "git+https://bitbucket.org/smondet/nonstd.git"
build: ["ocaml" "please.ml" "build"]
install: ["ocaml" "please.ml" "install"]
remove: ["ocaml" "please.ml" "uninstall"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
]
synopsis: "Non-standard mini-library"
description: """
Core-style (labels, exceptionless) pure-OCaml super-light library
providing basic modules: List, Option, Int. and Float."""
url {
  src: "https://bitbucket.org/smondet/nonstd/get/nonstd.0.0.2.tar.gz"
  checksum: "md5=e954fc45d9e2522fd3db81351ba44da8"
}
