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.2"}
12 "ocaml" {>= "4.12"}
13 "domain_shims" {>= "0.1.0"}
14 "saturn_lockfree" {= version}
15 "qcheck" {>= "0.18.1" & with-test}
16 "qcheck-stm" {>= "0.2" & with-test}
17 "qcheck-alcotest" {>= "0.18.1" & with-test}
18 "yojson" {>= "2.0.2" & with-test}
19 "dscheck" {>= "0.1.0" & with-test}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test & ocaml:version >= "5.0.0"}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/ocaml-multicore/saturn.git"
37url {
38 src:
39 "https://github.com/ocaml-multicore/saturn/releases/download/0.4.1/saturn-0.4.1.tbz"
40 checksum: [
41 "sha256=b4ed5aa911a872ea201ed13a3183c0331bf98f16e46230a9b6d1d1c545290ebd"
42 "sha512=575d58317c5d4b14abc0e4dfe781e396033f2381f5803eea8158b7c9fcd97e4d01546e9e827d60087bbd4fd1c045f9e24c0fb035f3733be9a7e6e7d2377cda61"
43 ]
44}
45x-commit-hash: "978b876ab512828ba36c068944dac64682784f9e"