this repo has no description

Package multicore-magic.1.0.0

Changed files
+23
packages
multicore-magic
multicore-magic.1.0.0
+23
packages/multicore-magic/multicore-magic.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Low-level multicore utilities for OCaml"
+
maintainer: "Vesa Karvonen <vesa.a.j.k@gmail.com>"
+
authors: "Vesa Karvonen"
+
license: "0BSD"
+
homepage: "https://github.com/ocaml-multicore/multicore-magic"
+
bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues"
+
dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git"
+
depends: [
+
"dune" {>= "3.3.0"}
+
"ocaml" {>= "5.0.0"}
+
"ocamlformat" {= "0.24.1" & with-test}
+
"odoc" {>= "2.1.1" & with-doc}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
url {
+
src:
+
"https://github.com/ocaml-multicore/multicore-magic/archive/refs/tags/1.0.0.tar.gz"
+
checksum: [
+
"md5=56e31a4c00c7352255cea776ce0164ab"
+
"sha512=5104388339e24d70b4f3db04701977e28cb169b995435c4b6498e28fb3c5add602dbc3072a662d25a7434e3025140bf4503f541ae588d7d8fdad357af5fbd47b"
+
]
+
}