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.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] 16build: [ 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] 30dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git" 31url { 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} 39x-commit-hash: "41deff748791dc795c034deff87d58196b8be3c7"