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 "alcotest" {>= "1.7.0" & with-test} 12 "odoc" {>= "2.2.0" & with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git" 29url { 30 src: 31 "https://github.com/ocaml-multicore/multicore-magic/releases/download/1.0.1/multicore-magic-1.0.1.tbz" 32 checksum: [ 33 "sha256=8558a2e2328f901ac9d896fb7d441d13494d2c8703fca8a5a13b184f9ccb3427" 34 "sha512=02cdbd50c504e634464ebb8cc938abeb90883e46353ffad4512f2b1c7a316618befe02cfa2f3c055e5e6ff9dea56def05a1602d3dc6c3caa7c31b1882ba64683" 35 ] 36} 37x-commit-hash: "fce97baf620fef42a3578ff01ead13c18ec68a60"