this repo has no description
1opam-version: "2.0"
2synopsis:
3 "An implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic"
4maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
5authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
6license: "ISC"
7homepage: "https://github.com/ocaml-multicore/multicore-magic"
8bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues"
9depends: [
10 "dune" {>= "3.14"}
11 "ocaml" {>= "4.12.0"}
12 "dscheck" {>= "0.5.0"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git"
30x-maintenance-intent: ["(latest)"]
31url {
32 src:
33 "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.1/multicore-magic-2.3.1.tbz"
34 checksum: [
35 "sha256=01d7208bdc9f12187281b04ad381fa37da338373ba2495ab5eb0f533151c195f"
36 "sha512=40549ecaedfb62a683c95ad969fe0dc7d7c220b2be742e2e357fef43197ffbdd2972e648bf1c505b67954b3dd41fade8bd5a43b02be2bbdaaeee4bdf77f42471"
37 ]
38}
39x-commit-hash: "c87d608d18d09cb7f4b84249f27bf217aa69ce10"