this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21508 from c-cube/opam-publish-containers-containers-data-containers-thread.3.8

3 packages from c-cube/ocaml-containers at 3.8

authored by

Marcello Seri and committed by
GitHub
a0ca7596 d2e38074

+111
+35
packages/containers-data/containers-data.3.8/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + synopsis: "A set of advanced datatypes for containers" 4 + license: "BSD-2-Clause" 5 + build: [ 6 + ["dune" "build" "-p" name "-j" jobs] 7 + ["dune" "build" "@doc" "-p" name ] {with-doc} 8 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} 9 + ] 10 + depends: [ 11 + "ocaml" { >= "4.03.0" } 12 + "dune" { >= "2.0" } 13 + "containers" { = version } 14 + "seq" 15 + "qtest" { with-test } 16 + "qcheck" { with-test } 17 + "ounit" { with-test } 18 + "iter" { with-test } 19 + "gen" { with-test } 20 + #"mdx" { with-test & >= "1.5.0" & < "2.0.0" } 21 + "odoc" { with-doc } 22 + ] 23 + tags: [ "containers" "RAL" "functional" "vector" "okasaki" ] 24 + homepage: "https://github.com/c-cube/ocaml-containers/" 25 + doc: "https://c-cube.github.io/ocaml-containers" 26 + dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 27 + bug-reports: "https://github.com/c-cube/ocaml-containers/issues/" 28 + authors: "Simon Cruanes" 29 + url { 30 + src: "https://github.com/c-cube/ocaml-containers/archive/v3.8.tar.gz" 31 + checksum: [ 32 + "md5=f1c717c9a1015e81253f226ae594f547" 33 + "sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40" 34 + ] 35 + }
+35
packages/containers-thread/containers-thread.3.8/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + license: "BSD-2-Clause" 4 + synopsis: "An extension of containers for threading" 5 + build: [ 6 + ["dune" "build" "-p" name "-j" jobs] 7 + ["dune" "build" "@doc" "-p" name ] {with-doc} 8 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 9 + ] 10 + depends: [ 11 + "ocaml" { >= "4.03.0" } 12 + "dune" { >= "2.0" } 13 + "base-threads" 14 + "dune-configurator" 15 + "containers" { = version } 16 + "iter" { with-test } 17 + "qtest" { with-test } 18 + "qcheck" { with-test } 19 + "ounit" { with-test } 20 + "uutf" { with-test } 21 + "odoc" { with-doc } 22 + ] 23 + tags: [ "containers" "thread" "semaphore" "blocking queue" ] 24 + homepage: "https://github.com/c-cube/ocaml-containers/" 25 + doc: "https://c-cube.github.io/ocaml-containers" 26 + dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 27 + bug-reports: "https://github.com/c-cube/ocaml-containers/issues/" 28 + authors: "Simon Cruanes" 29 + url { 30 + src: "https://github.com/c-cube/ocaml-containers/archive/v3.8.tar.gz" 31 + checksum: [ 32 + "md5=f1c717c9a1015e81253f226ae594f547" 33 + "sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40" 34 + ] 35 + }
+41
packages/containers/containers.3.8/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + license: "BSD-2-Clause" 4 + synopsis: "A modular, clean and powerful extension of the OCaml standard library" 5 + build: [ 6 + ["dune" "build" "-p" name "-j" jobs] 7 + ["dune" "build" "@doc" "-p" name ] {with-doc} 8 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} 9 + ] 10 + depends: [ 11 + "ocaml" { >= "4.03.0" } 12 + "dune" { >= "2.0" } 13 + "dune-configurator" 14 + "seq" # compat 15 + "either" # compat 16 + "qtest" { with-test } 17 + "qcheck" { >= "0.14" & with-test } 18 + "ounit2" { with-test } 19 + "iter" { with-test } 20 + "gen" { with-test } 21 + "csexp" { with-test } 22 + "uutf" { with-test } 23 + "odoc" { with-doc } 24 + ] 25 + depopts: [ 26 + "base-unix" 27 + "base-threads" 28 + ] 29 + tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ] 30 + homepage: "https://github.com/c-cube/ocaml-containers/" 31 + doc: "https://c-cube.github.io/ocaml-containers" 32 + dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 33 + bug-reports: "https://github.com/c-cube/ocaml-containers/issues/" 34 + authors: "Simon Cruanes" 35 + url { 36 + src: "https://github.com/c-cube/ocaml-containers/archive/v3.8.tar.gz" 37 + checksum: [ 38 + "md5=f1c717c9a1015e81253f226ae594f547" 39 + "sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40" 40 + ] 41 + }