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.3.0/multicore-magic-2.3.0.tbz" 34 checksum: [ 35 "sha256=af9d14a8b39dd83a13cf40845c7a493075f47edcbe98688029376dca4827ceee" 36 "sha512=2c49e30484d2117fbbad5e3255aa82d7d0b0b457cde73a6be1e109afa8cfd012446b2c9f21279350607b0311357e06fbcb36871c4ebf232eec53d46985b885b4" 37 ] 38} 39x-commit-hash: "360c2e829c9addeca9ccaee1c71f4ad36bb14a79"