this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3synopsis: "A set of advanced datatypes for containers" 4build: [ 5 ["dune" "build" "-p" name "-j" jobs] 6 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 7 ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32"} 8] 9depends: [ 10 "ocaml" { >= "4.03.0" } 11 "dune" { >= "1.1" } 12 "containers" { = version } 13 "seq" 14 "qtest" { with-test } 15 "qcheck" { with-test & >= "0.9" } 16 "ounit" { with-test } 17 "iter" { with-test } 18 "gen" { with-test } 19 #"mdx" { with-test & >= "1.5.0" & < "2.0.0" } 20 "odoc" { with-doc } 21] 22tags: [ "containers" "RAL" "functional" "vector" "okasaki" ] 23homepage: "https://github.com/c-cube/ocaml-containers/" 24doc: "https://c-cube.github.io/ocaml-containers" 25dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 26bug-reports: "https://github.com/c-cube/ocaml-containers/issues/" 27authors: "Simon Cruanes" 28url { 29 src: "https://github.com/c-cube/ocaml-containers/archive/v3.3.tar.gz" 30 checksum: [ 31 "md5=aa946f452a156b7cd0b932b5a849b44e" 32 "sha512=fbb6e519ea918afd3895de4cb74bb93a1d7d8899aa1d9def0ee0576a4f648413e3a7d9639040a1117516efb74c66c3432e6da79e6284d2315327175e22766717" 33 ] 34}