File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/domainslib/domainslib.0.5.1 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Parallel Structures over Domains for Multicore OCaml"
3+ maintainer: ["KC Sivaramakrishnan <
[email protected] >" "Sudha Parimala"]
4+ authors: ["KC Sivaramakrishnan <
[email protected] >"]
5+ license: "ISC"
6+ homepage: "https://github.com/ocaml-multicore/domainslib"
7+ doc: "https://ocaml-multicore.github.io/domainslib/doc"
8+ bug-reports: "https://github.com/ocaml-multicore/domainslib/issues"
9+ depends: [
10+ "dune" {>= "3.0"}
11+ "ocaml" {>= "5.0"}
12+ "saturn" {>= "0.4.0"}
13+ "domain-local-await" {>= "0.1.0"}
14+ "kcas" {>= "0.3.0" & with-test}
15+ "mirage-clock-unix" {with-test & >= "4.2.0"}
16+ "qcheck-core" {with-test & >= "0.20"}
17+ "qcheck-multicoretests-util" {with-test & >= "0.1"}
18+ "qcheck-stm" {with-test & >= "0.1"}
19+ "odoc" {with-doc}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ]
35+ dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git"
36+ url {
37+ src:
38+ "https://github.com/ocaml-multicore/domainslib/releases/download/0.5.1/domainslib-0.5.1.tbz"
39+ checksum: [
40+ "sha256=28c25dfba5d999449736c5d6fca5e0be716d818f6f383796def84befb9835d01"
41+ "sha512=b5db7c33ca4ba39028855a0adaa83218a72cffc4eecfe12bde9c1ca8db864a10ae005379697510470ba16d1eb7e859fdd7fbc15c5ec4c5a6dcb8a6ec094341ec"
42+ ]
43+ }
44+ x-commit-hash: "3c807b9cb81bfb5f0c911bb54c3af90c4132eb77"
You can’t perform that action at this time.
0 commit comments