this repo has no description
0
fork

Configure Feed

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

Merge pull request #25947 from polytypic/release-multicore-magic-2.2.0

[new release] multicore-magic (2.2.0)

authored by

Marcello Seri and committed by
GitHub
5db0f532 dfcfb8bb

+39
+39
packages/multicore-magic/multicore-magic.2.2.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.14"} 10 + "ocaml" {>= "4.12.0"} 11 + "domain_shims" {>= "0.1.0" & with-test} 12 + "alcotest" {>= "1.7.0" & with-test} 13 + "sherlodoc" {>= "0.2" & with-doc} 14 + "odoc" {>= "2.4.1" & with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git" 31 + url { 32 + src: 33 + "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.2.0/multicore-magic-2.2.0.tbz" 34 + checksum: [ 35 + "sha256=f38b65182a2f2819db579ee71e91f7d68b8e43b5f4cb480c976333b4f1a706a9" 36 + "sha512=d50bdd90141a3dd34a251db2bb67e8ea7425ff6bbefbd39a46b38e814db082ee5910d0ac23c86fcb3b2e00715d3b7797e9412d14319b9c2c8b7262e034e170ac" 37 + ] 38 + } 39 + x-commit-hash: "41deff748791dc795c034deff87d58196b8be3c7"