this repo has no description
0
fork

Configure Feed

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

Merge pull request #27247 from polytypic/release-multicore-magic-2.3.1

[new release] multicore-magic (2 packages) (2.3.1)

authored by

Shon Feder and committed by
GitHub
8e8ee268 05b66a86

+81
+39
packages/multicore-magic-dscheck/multicore-magic-dscheck.2.3.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "An implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic" 4 + maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5 + authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6 + license: "ISC" 7 + homepage: "https://github.com/ocaml-multicore/multicore-magic" 8 + bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues" 9 + depends: [ 10 + "dune" {>= "3.14"} 11 + "ocaml" {>= "4.12.0"} 12 + "dscheck" {>= "0.5.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git" 30 + x-maintenance-intent: ["(latest)"] 31 + url { 32 + src: 33 + "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.1/multicore-magic-2.3.1.tbz" 34 + checksum: [ 35 + "sha256=01d7208bdc9f12187281b04ad381fa37da338373ba2495ab5eb0f533151c195f" 36 + "sha512=40549ecaedfb62a683c95ad969fe0dc7d7c220b2be742e2e357fef43197ffbdd2972e648bf1c505b67954b3dd41fade8bd5a43b02be2bbdaaeee4bdf77f42471" 37 + ] 38 + } 39 + x-commit-hash: "c87d608d18d09cb7f4b84249f27bf217aa69ce10"
+42
packages/multicore-magic/multicore-magic.2.3.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Low-level multicore utilities for OCaml" 3 + maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 4 + authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5 + license: "ISC" 6 + homepage: "https://github.com/ocaml-multicore/multicore-magic" 7 + bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues" 8 + depends: [ 9 + "dune" {>= "3.14"} 10 + "ocaml" {>= "4.12.0"} 11 + "domain_shims" {>= "0.1.0" & with-test} 12 + "alcotest" {>= "1.7.0" & with-test} 13 + "js_of_ocaml" {>= "5.4.0" & with-test} 14 + "conf-npm" {arch != "x86_32" & os != "win32" & with-test} 15 + "sherlodoc" {>= "0.2" & with-doc} 16 + "odoc" {>= "2.4.1" & 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/ocaml-multicore/multicore-magic.git" 33 + x-maintenance-intent: ["(latest)"] 34 + url { 35 + src: 36 + "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.1/multicore-magic-2.3.1.tbz" 37 + checksum: [ 38 + "sha256=01d7208bdc9f12187281b04ad381fa37da338373ba2495ab5eb0f533151c195f" 39 + "sha512=40549ecaedfb62a683c95ad969fe0dc7d7c220b2be742e2e357fef43197ffbdd2972e648bf1c505b67954b3dd41fade8bd5a43b02be2bbdaaeee4bdf77f42471" 40 + ] 41 + } 42 + x-commit-hash: "c87d608d18d09cb7f4b84249f27bf217aa69ce10"