this repo has no description
1opam-version: "2.0" 2maintainer: "seb@mondet.org" 3authors: [ 4 "Sebastien Mondet <seb@modnet.org>" "Leonid Rozenberg <leonidr@gmail.com>" 5] 6homepage: "https://bitbucket.org/smondet/nonstd" 7bug-reports: "https://bitbucket.org/smondet/nonstd" 8dev-repo: "git+https://bitbucket.org/smondet/nonstd.git" 9build: ["ocaml" "please.ml" "build"] 10install: ["ocaml" "please.ml" "install"] 11remove: ["ocaml" "please.ml" "uninstall"] 12depends: [ 13 "ocaml" {>= "4.00.0" & < "5.0.0"} 14 "ocamlfind" 15] 16synopsis: "Non-standard mini-library" 17description: """ 18Core-style (labels, exceptionless) pure-OCaml super-light library 19providing basic modules: List, Option, Int. and Float.""" 20url { 21 src: "https://bitbucket.org/smondet/nonstd/get/nonstd.0.0.2.tar.gz" 22 checksum: [ 23 "sha256=5c9949b71750f0a3f5267b10b40418d9ca08b9a5784bd1d92f415030af3ebec7" 24 "md5=e954fc45d9e2522fd3db81351ba44da8" 25 ] 26}