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/2.0.0/multicore-magic-2.0.0.tbz"
32 checksum: [
33 "sha256=5bd1d3fd68c7f71ec6846c13fd92a9ec5948d02bd4eec83d37529e055c21e02d"
34 "sha512=1b2f380e2e4d2b3ee2d6f244ea46e16b6907ee595ac7440cc9eba4977ba13ecba26aa095f739d061cfb2a358f3f0990ee4955d69aee7161eb1b6f98308cd4df8"
35 ]
36}
37x-commit-hash: "24716a47b1cc881955c4d8fa9a80944e10850dc7"