this repo has no description
0
fork

Configure Feed

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

[new release] domainslib (0.5.2)

CHANGES:

* Upgrade to Saturn 1.0 (ocaml-multicore/domainslib#129, @Sudha247)
* Update README.md instruction to use OCaml 5.1.0 (ocaml-multicore/domainslib#123, @punchagan)
* Fix Saturn.Queue function (ocaml-multicore/domainslib#121, @Sudha247)
* Make parallel_scan work on noncommutative functions (ocaml-multicore/domainslib#118, @aytao)
* Test condition tweaks (ocaml-multicore/domainslib#113, @jmid)
* Adjust PBTs based on recommended_domain_count (ocaml-multicore/domainslib#112, @jmid)

+44
+44
packages/domainslib/domainslib.0.5.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Parallel Structures over Domains for Multicore OCaml" 3 + maintainer: ["KC Sivaramakrishnan <kc@kcsrk.info>" "Sudha Parimala"] 4 + authors: ["KC Sivaramakrishnan <kc@kcsrk.info>"] 5 + license: "ISC" 6 + homepage: "https://github.com/ocaml-multicore/domainslib" 7 + doc: "https://ocaml-multicore.github.io/domainslib/doc" 8 + bug-reports: "https://github.com/ocaml-multicore/domainslib/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {>= "5.0"} 12 + "saturn" {>= "1.0.0"} 13 + "domain-local-await" {>= "0.1.0"} 14 + "kcas" {>= "0.3.0" & with-test} 15 + "mirage-clock-unix" {with-test & >= "4.2.0"} 16 + "qcheck-core" {with-test & >= "0.20"} 17 + "qcheck-multicoretests-util" {with-test & >= "0.1"} 18 + "qcheck-stm" {with-test & >= "0.1"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git" 36 + url { 37 + src: 38 + "https://github.com/ocaml-multicore/domainslib/releases/download/0.5.2/domainslib-0.5.2.tbz" 39 + checksum: [ 40 + "sha256=a720ece2cb41b2a591ad1a44a2db9ecd5573e8b7b5112e8d46d0f275f9af1caf" 41 + "sha512=08300d827a7aadd164929177ee15ef45a729a10b961efbb1df7051b1ddf9f869a3c77b58aa277e17ad2002f292b4970af1d8d6b9576f448e769996a36e64ed56" 42 + ] 43 + } 44 + x-commit-hash: "2a884868ff69c13ecef8efecca9ba1102ff11a7f"