this repo has no description
1opam-version: "2.0" 2synopsis: "Collection of concurent-safe 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.14"} 11 "ocaml" {>= "4.14" & < "5.0.0" | >= "5.2.0"} 12 "backoff" {>= "0.1.1"} 13 "multicore-magic" {>= "2.3.0"} 14 "alcotest" {>= "1.7.0" & with-test} 15 "domain_shims" {>= "0.1.0" & with-test} 16 "dscheck" {>= "0.5.0" & with-test} 17 "mdx" {>= "0.4" & with-test} 18 "multicore-bench" {>= "0.1.7" & with-test} 19 "multicore-magic-dscheck" {>= "2.3.0" & with-test} 20 "qcheck" {>= "0.21.3" & with-test} 21 "qcheck-alcotest" {>= "0.21.3" & with-test} 22 "qcheck-core" {>= "0.21.3" & with-test} 23 "qcheck-stm" {>= "0.4" & with-test} 24 "qcheck-multicoretests-util" {>= "0.4" & with-test} 25 "yojson" {>= "2.0.2" & with-test} 26 "sherlodoc" {>= "0.2" & with-doc} 27 "odoc" {>= "2.4.1" & with-doc} 28] 29build: [ 30 ["dune" "subst"] {dev} 31 [ 32 "dune" 33 "build" 34 "-p" 35 name 36 "-j" 37 jobs 38 "@install" 39 "@runtest" {with-test} 40 "@doc" {with-doc} 41 ] 42] 43dev-repo: "git+https://github.com/ocaml-multicore/saturn.git" 44url { 45 src: 46 "https://github.com/ocaml-multicore/saturn/releases/download/1.0.0/saturn-1.0.0.tbz" 47 checksum: [ 48 "sha256=2d9e4f6713f98cead53f147895c4eb5adc301f10cc828c52f272494da6072a08" 49 "sha512=925104a4293326d345701e80932ace2b5d2da02ca6406271d33cd54f9e9c6583f35b060bc42c640357c98669f5bc42e8447dbd21614ae02ce5b5efaa8f04a132" 50 ] 51} 52x-commit-hash: "ed0a45d8decfb48114d96007d8f6716591d26cd6"