this repo has no description
1opam-version: "2.0"
2maintainer: "seb@mondet.org"
3homepage: "https://bitbucket.org/smondet/nonstd"
4build: ["ocaml" "please.ml" "build"]
5remove:
6 [
7 ["ocaml" "please.ml" "uninstall"]
8 ]
9depends: [
10 "ocaml" {>= "4.00.0" & < "5.0.0"}
11 "ocamlfind"
12]
13install: ["ocaml" "please.ml" "install"]
14synopsis: "Non-standard mini-library"
15description: """
16Core-style super-light library providing basic modules: List, Option,
17Int. and Float."""
18url {
19 src: "https://bitbucket.org/smondet/nonstd/get/nonstd.0.0.1.tar.gz"
20 checksum: [
21 "sha256=c0d38bf889d58bf97820df28bb907e7ab6475bbce50555979e0566195939a30f"
22 "md5=7a65ae1af37e508dce678eae3f19df08"
23 ]
24}