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"
5license: "0BSD"
6homepage: "https://github.com/ocaml-multicore/multicore-magic"
7bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues"
8dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git"
9depends: [
10 "dune" {>= "3.3.0"}
11 "ocaml" {>= "5.0.0"}
12# "ocamlformat" {= "0.24.1" & with-test}
13 "odoc" {>= "2.1.1" & with-doc}
14]
15build: ["dune" "build" "-p" name "-j" jobs]
16url {
17 src:
18 "https://github.com/ocaml-multicore/multicore-magic/archive/refs/tags/1.0.0.tar.gz"
19 checksum: [
20 "md5=56e31a4c00c7352255cea776ce0164ab"
21 "sha512=5104388339e24d70b4f3db04701977e28cb169b995435c4b6498e28fb3c5add602dbc3072a662d25a7434e3025140bf4503f541ae588d7d8fdad357af5fbd47b"
22 ]
23}