File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/multicore-magic/multicore-magic.1.0.1 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Low-level multicore utilities for OCaml"
3+ maintainer: ["Vesa Karvonen <
[email protected] >"]
4+ authors: ["Vesa Karvonen <
[email protected] >"]
5+ license: "ISC"
6+ homepage: "https://github.com/ocaml-multicore/multicore-magic"
7+ bug-reports: "https://github.com/ocaml-multicore/multicore-magic/issues"
8+ depends: [
9+ "dune" {>= "3.3"}
10+ "ocaml" {>= "4.12.0"}
11+ "alcotest" {>= "1.7.0" & with-test}
12+ "odoc" {>= "2.2.0" & with-doc}
13+ ]
14+ build: [
15+ ["dune" "subst"] {dev}
16+ [
17+ "dune"
18+ "build"
19+ "-p"
20+ name
21+ "-j"
22+ jobs
23+ "@install"
24+ "@runtest" {with-test}
25+ "@doc" {with-doc}
26+ ]
27+ ]
28+ dev-repo: "git+https://github.com/ocaml-multicore/multicore-magic.git"
29+ url {
30+ src:
31+ "https://github.com/ocaml-multicore/multicore-magic/releases/download/1.0.1/multicore-magic-1.0.1.tbz"
32+ checksum: [
33+ "sha256=8558a2e2328f901ac9d896fb7d441d13494d2c8703fca8a5a13b184f9ccb3427"
34+ "sha512=02cdbd50c504e634464ebb8cc938abeb90883e46353ffad4512f2b1c7a316618befe02cfa2f3c055e5e6ff9dea56def05a1602d3dc6c3caa7c31b1882ba64683"
35+ ]
36+ }
37+ x-commit-hash: "fce97baf620fef42a3578ff01ead13c18ec68a60"
You can’t perform that action at this time.
0 commit comments