this repo has no description
1opam-version: "2.0"
2synopsis: "Collection of lock-free data structures for Multicore OCaml"
3maintainer: ["Carine Morel" "KC Sivaramakrishnan" "Sudha Parimala"]
4authors: ["KC Sivaramakrishnan"]
5license: "ISC"
6homepage: "https://github.com/ocaml-multicore/saturn"
7doc: "https://ocaml-multicore.github.io/saturn/"
8bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
9depends: [
10 "dune" {>= "3.2"}
11 "ocaml" {>= "4.12"}
12 "domain_shims" {>= "0.1.0"}
13 "qcheck" {>= "0.18.1" & with-test}
14 "qcheck-stm" {>= "0.2" & with-test}
15 "qcheck-alcotest" {>= "0.18.1" & with-test}
16 "yojson" {>= "2.0.2" & with-test}
17 "dscheck" {>= "0.1.0" & with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/ocaml-multicore/saturn.git"
34url {
35 src:
36 "https://github.com/ocaml-multicore/saturn/releases/download/0.4.1/saturn-0.4.1.tbz"
37 checksum: [
38 "sha256=b4ed5aa911a872ea201ed13a3183c0331bf98f16e46230a9b6d1d1c545290ebd"
39 "sha512=575d58317c5d4b14abc0e4dfe781e396033f2381f5803eea8158b7c9fcd97e4d01546e9e827d60087bbd4fd1c045f9e24c0fb035f3733be9a7e6e7d2377cda61"
40 ]
41}
42x-commit-hash: "978b876ab512828ba36c068944dac64682784f9e"