opam-version: "2.0" maintainer: "seb@mondet.org" authors: [ "Sebastien Mondet " "Leonid Rozenberg " ] 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" & < "5.0.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: [ "sha256=5c9949b71750f0a3f5267b10b40418d9ca08b9a5784bd1d92f415030af3ebec7" "md5=e954fc45d9e2522fd3db81351ba44da8" ] }