this repo has no description
1opam-version: "2.0" 2synopsis: "Low-level multicore utilities for OCaml" 3maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 4authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5license: "ISC" 6homepage: "https://github.com/ocaml-multicore/multicore-magic" 7bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues" 8depends: [ 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] 15build: [ 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] 29dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git" 30url { 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} 38x-commit-hash: "a97296b82cee3f5a0f2f285e6542ffd565716a05"