this repo has no description
1opam-version: "2.0"
2synopsis: "Rich functionality for built-in and basic OCaml types"
3maintainer: "Vincent Jacques <vincent@vincent-jacques.net>"
4authors: "Vincent Jacques <vincent@vincent-jacques.net>"
5license: "MIT"
6homepage: "https://jacquev6.github.io/General/"
7doc: "https://jacquev6.github.io/General/"
8bug-reports: "http://github.com/jacquev6/General/issues/"
9depends: [
10 "ocaml" {>= "4.02.3" & < "4.12.0"}
11 "ocaml" {with-test & < "4.11"}
12 "dune"
13 "cppo" {build & >= "1.3.0"}
14 "num"
15 "js_of_ocaml-compiler" {with-test}
16 "conf-npm" {with-test}
17]
18build: [
19 ["dune" "build" "-p" name "-j" jobs]
20 ["dune" "runtest" "-p" name] {with-test}
21]
22dev-repo: "git+https://github.com/jacquev6/General.git"
23url {
24 src: "https://github.com/jacquev6/General/archive/0.7.0.tar.gz"
25 checksum: [
26 "sha256=cae089cf77fe58f88e517008ff8119b1775ab0287936147ecdb094fb881bd09b"
27 "md5=168ab930a45d0210a949bc221d8dd39d"
28 ]
29}