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"
30url {
31 src:
32 "https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.0/multicore-magic-2.3.0.tbz"
33 checksum: [
34 "sha256=af9d14a8b39dd83a13cf40845c7a493075f47edcbe98688029376dca4827ceee"
35 "sha512=2c49e30484d2117fbbad5e3255aa82d7d0b0b457cde73a6be1e109afa8cfd012446b2c9f21279350607b0311357e06fbcb36871c4ebf232eec53d46985b885b4"
36 ]
37}
38x-commit-hash: "360c2e829c9addeca9ccaee1c71f4ad36bb14a79"