this repo has no description
0
fork

Configure Feed

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

Merge pull request #24988 from polytypic/release-multicore-magic-2.1.0

[new release] multicore-magic (2.1.0)

authored by

Marcello Seri and committed by
GitHub
0286027b e2cdc990

+38
+38
packages/multicore-magic/multicore-magic.2.1.0/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.3"} 10 + "ocaml" {>= "4.12.0"} 11 + "domain_shims" {>= "0.1.0" & with-test} 12 + "alcotest" {>= "1.7.0" & with-test} 13 + "odoc" {>= "2.2.0" & 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 + url { 31 + src: 32 + "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.1.0/multicore-magic-2.1.0.tbz" 33 + checksum: [ 34 + "sha256=24ff4364730b403270f23407f7f6f9dc8111987ed468592e2ed70ad937705144" 35 + "sha512=82f4a14d30c4b81304ba8bc5d7c7cb172c80fef765b96ea478c6a2258382c4e527777d9fc4b30e0254a7ffbe8d43f1d8ab807f4455baeecfc9de8d60c71ed27a" 36 + ] 37 + } 38 + x-commit-hash: "a97296b82cee3f5a0f2f285e6542ffd565716a05"