opam-version: "2.0" synopsis: "Rich functionality for built-in and basic OCaml types" maintainer: "Vincent Jacques " authors: "Vincent Jacques " license: "MIT" homepage: "https://jacquev6.github.io/General/" doc: "https://jacquev6.github.io/General/" bug-reports: "http://github.com/jacquev6/General/issues/" depends: [ "ocaml" {>= "4.02.3" & < "4.12.0"} "ocaml" {with-test & < "4.11"} "dune" "cppo" {build & >= "1.3.0"} "num" "js_of_ocaml-compiler" {with-test} "conf-npm" {with-test} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] dev-repo: "git+https://github.com/jacquev6/General.git" url { src: "https://github.com/jacquev6/General/archive/0.7.0.tar.gz" checksum: [ "sha256=cae089cf77fe58f88e517008ff8119b1775ab0287936147ecdb094fb881bd09b" "md5=168ab930a45d0210a949bc221d8dd39d" ] }