this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Collection of parallelism-safe data structures for Multicore OCaml"
4maintainer: ["Carine Morel" "KC Sivaramakrishnan" "Sudha Parimala"]
5authors: ["KC Sivaramakrishnan"]
6license: "ISC"
7homepage: "https://github.com/ocaml-multicore/saturn"
8doc: "https://ocaml-multicore.github.io/saturn/"
9bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
10depends: [
11 "dune" {>= "3.14"}
12 "ocaml" {>= "4.13"}
13 "domain_shims" {>= "0.1.0" & with-test}
14 "saturn_lockfree" {= version}
15 "multicore-magic" {>= "2.3.0" & with-test}
16 "multicore-bench" {>= "0.1.2" & with-test}
17 "multicore-magic-dscheck" {>= "2.3.0" & with-test}
18 "backoff" {>= "0.1.0" & with-test}
19 "alcotest" {>= "1.7.0" & with-test}
20 "qcheck" {>= "0.21.3" & with-test}
21 "qcheck-stm" {>= "0.3" & with-test}
22 "qcheck-alcotest" {>= "0.21.3" & with-test}
23 "yojson" {>= "2.0.2" & with-test}
24 "dscheck" {>= "0.5.0" & with-test}
25 "sherlodoc" {>= "0.2" & with-doc}
26 "odoc" {>= "2.4.1" & with-doc}
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41]
42dev-repo: "git+https://github.com/ocaml-multicore/saturn.git"
43url {
44 src:
45 "https://github.com/ocaml-multicore/saturn/releases/download/0.5.0/saturn-0.5.0.tbz"
46 checksum: [
47 "sha256=6669b1c087b93e23d84d376f3876ce8d16efd9bfdb6fdcb421e901c9f4443e39"
48 "sha512=a101f28c753826302f4aca32171a19713385c479cc576a0fcf574211f44cef6fb1a3246b025b815e3fc8c828422b28fd4c84f92c80ba78c515e2f7d03e14e19a"
49 ]
50}
51x-commit-hash: "60dd353c9b9b6fae8a3a61d0fcf30d599e0a68a9"