this repo has no description
0
fork

Configure Feed

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

Merge pull request #25612 from c-cube/release-moonpool-v0.6

[new release] moonpool (2 packages) (0.6)

authored by

Marcello Seri and committed by
GitHub
8e6a8e5a ab281f8c

+87
+41
packages/moonpool-lwt/moonpool-lwt.0.6/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Event loop for moonpool based on Lwt-engine (experimental)" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + homepage: "https://github.com/c-cube/moonpool" 7 + bug-reports: "https://github.com/c-cube/moonpool/issues" 8 + depends: [ 9 + "dune" {>= "3.0"} 10 + "moonpool" {= version} 11 + "ocaml" {>= "5.0"} 12 + "lwt" 13 + "base-unix" 14 + "trace" {with-test} 15 + "trace-tef" {with-test} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/c-cube/moonpool.git" 33 + url { 34 + src: 35 + "https://github.com/c-cube/moonpool/releases/download/v0.6/moonpool-0.6.tbz" 36 + checksum: [ 37 + "sha256=3efd095c82a37bba8c7ab6a2532aee3c445ebe1ecaed84ef3ffb560bc65e7633" 38 + "sha512=e4bcab82e6638299c2d0beb1dbf204f7b43379a5387418c6edff85b9bf90c13ad1bdd8eb44b69cd421268d1bc45bcf918bcf77e1c924348211ac27d6643aac78" 39 + ] 40 + } 41 + x-commit-hash: "0750e6af41847e77f33ad85f2d5da2c0408e8f5a"
+46
packages/moonpool/moonpool.0.6/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pools of threads supported by a pool of domains" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["thread" "pool" "domain" "futures" "fork-join"] 7 + homepage: "https://github.com/c-cube/moonpool" 8 + bug-reports: "https://github.com/c-cube/moonpool/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08"} 11 + "dune" {>= "3.0"} 12 + "either" {>= "1.0"} 13 + "trace" {with-test} 14 + "trace-tef" {with-test} 15 + "qcheck-core" {with-test & >= "0.19"} 16 + "odoc" {with-doc} 17 + "mdx" {>= "1.9.0" & with-test} 18 + ] 19 + depopts: [ 20 + "trace" {>= "0.6"} 21 + "thread-local-storage" 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + dev-repo: "git+https://github.com/c-cube/moonpool.git" 38 + url { 39 + src: 40 + "https://github.com/c-cube/moonpool/releases/download/v0.6/moonpool-0.6.tbz" 41 + checksum: [ 42 + "sha256=3efd095c82a37bba8c7ab6a2532aee3c445ebe1ecaed84ef3ffb560bc65e7633" 43 + "sha512=e4bcab82e6638299c2d0beb1dbf204f7b43379a5387418c6edff85b9bf90c13ad1bdd8eb44b69cd421268d1bc45bcf918bcf77e1c924348211ac27d6643aac78" 44 + ] 45 + } 46 + x-commit-hash: "0750e6af41847e77f33ad85f2d5da2c0408e8f5a"