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 "js_of_ocaml" {>= "5.4.0" & with-test}
14 "conf-npm" {arch != "x86_32" & os != "win32" & with-test}
15 "sherlodoc" {>= "0.2" & with-doc}
16 "odoc" {>= "2.4.1" & with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git"
33x-maintenance-intent: ["(latest)"]
34url {
35 src:
36 "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.1/multicore-magic-2.3.1.tbz"
37 checksum: [
38 "sha256=01d7208bdc9f12187281b04ad381fa37da338373ba2495ab5eb0f533151c195f"
39 "sha512=40549ecaedfb62a683c95ad969fe0dc7d7c220b2be742e2e357fef43197ffbdd2972e648bf1c505b67954b3dd41fade8bd5a43b02be2bbdaaeee4bdf77f42471"
40 ]
41}
42x-commit-hash: "c87d608d18d09cb7f4b84249f27bf217aa69ce10"