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