Skip to content

Commit 329a275

Browse files
authored
Merge pull request #24091 from Sudha247/release-saturn-0.4.0
[new release] saturn_lockfree and saturn (0.4.0)
2 parents 9ad43cd + b2d21a7 commit 329a275

File tree

2 files changed

+63
-0
lines changed
  • packages
    • saturn_lockfree/saturn_lockfree.0.4.0
    • saturn/saturn.0.4.0

2 files changed

+63
-0
lines changed

packages/saturn/saturn.0.4.0/opam

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
maintainer:"KC Sivaramakrishnan <[email protected]>"
3+
authors: ["KC Sivaramakrishnan <[email protected]>"]
4+
homepage: "https://github.com/ocaml-multicore/saturn"
5+
doc: "https://ocaml-multicore.github.io/saturn"
6+
synopsis: "Parallelism-safe data structures for multicore OCaml"
7+
license: "ISC"
8+
dev-repo: "git+https://github.com/ocaml-multicore/saturn.git"
9+
bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
10+
depends: [
11+
"ocaml" {>= "4.12"}
12+
"dune" {>= "3.0"}
13+
"domain_shims" {>= "0.1.0"}
14+
"saturn_lockfree" {= version}
15+
"qcheck" {with-test & >= "0.18.1"}
16+
"qcheck-stm" {with-test & >= "0.2"}
17+
"qcheck-alcotest" {with-test & >= "0.18.1"}
18+
"alcotest" {with-test & >= "1.6.0"}
19+
"yojson" {with-test &>= "2.0.2"}
20+
"dscheck" {with-test & >= "0.1.0"}
21+
]
22+
available: arch != "x86_32" & arch != "arm32"
23+
build: ["dune" "build" "-p" name "-j" jobs]
24+
url {
25+
src:
26+
"https://github.com/ocaml-multicore/saturn/releases/download/0.4.0/saturn-0.4.0.tbz"
27+
checksum: [
28+
"sha256=7c7bec95a27055b41aa83540fcc1c6a87c9b7ad61bc511a532b8605ea33788fb"
29+
"sha512=5a95888ec9d8979ceca9b57589109f9c7df6d72e51482a3cbc99988863d0b95cc8cf7592f433efd840475e79394eacf761e3e8503c8b3bfdd1bd74d8485c584e"
30+
]
31+
}
32+
x-commit-hash: "8b9a688b53ca5330ce8fffc541c89f42d6c57089"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer:"KC Sivaramakrishnan <[email protected]>"
3+
authors: ["KC Sivaramakrishnan <[email protected]>"]
4+
homepage: "https://github.com/ocaml-multicore/saturn"
5+
doc: "https://ocaml-multicore.github.io/saturn"
6+
synopsis: "Lock-free data structures for multicore OCaml"
7+
license: "ISC"
8+
dev-repo: "git+https://github.com/ocaml-multicore/saturn.git"
9+
bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
10+
depends: [
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+
]
21+
available: arch != "x86_32" & arch != "arm32"
22+
build: ["dune" "build" "-p" name "-j" jobs]
23+
url {
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+
}
31+
x-commit-hash: "8b9a688b53ca5330ce8fffc541c89f42d6c57089"

0 commit comments

Comments
 (0)