this repo has no description
1opam-version: "2.0"
2maintainer:"KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"
3authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
4homepage: "https://github.com/ocaml-multicore/saturn"
5doc: "https://ocaml-multicore.github.io/saturn"
6synopsis: "Lock-free data structures for multicore OCaml"
7license: "ISC"
8dev-repo: "git+https://github.com/ocaml-multicore/saturn.git"
9bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
10depends: [
11 "ocaml" {>= "4.12"}
12 "dune" {>= "3.0"}
13 "domain_shims" {>= "0.1.0"}
14 "qcheck" {with-test & >= "0.18.1"}
15 "qcheck-stm" {with-test & >= "0.2"}
16 "qcheck-alcotest" {with-test & >= "0.18.1"}
17 "alcotest" {with-test & >= "1.6.0"}
18 "yojson" {with-test &>= "2.0.2"}
19 "dscheck" {with-test & >= "0.1.0"}
20]
21available: arch != "x86_32" & arch != "arm32"
22build: ["dune" "build" "-p" name "-j" jobs]
23url {
24 src:
25 "https://github.com/ocaml-multicore/saturn/releases/download/0.4.0/saturn-0.4.0.tbz"
26 checksum: [
27 "sha256=7c7bec95a27055b41aa83540fcc1c6a87c9b7ad61bc511a532b8605ea33788fb"
28 "sha512=5a95888ec9d8979ceca9b57589109f9c7df6d72e51482a3cbc99988863d0b95cc8cf7592f433efd840475e79394eacf761e3e8503c8b3bfdd1bd74d8485c584e"
29 ]
30}
31x-commit-hash: "8b9a688b53ca5330ce8fffc541c89f42d6c57089"