Skip to content

Commit 3b8e919

Browse files
authored
Merge pull request #24847 from c-cube/release-moonpool-v0.5.1
[new release] moonpool (0.5.1)
2 parents 51a4321 + 3c8b8e8 commit 3b8e919

File tree

1 file changed

+46
-0
lines changed
  • packages/moonpool/moonpool.0.5.1

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
opam-version: "2.0"
2+
synopsis: "Pools of threads supported by a pool of domains"
3+
maintainer: ["Simon Cruanes"]
4+
authors: ["Simon Cruanes"]
5+
license: "MIT"
6+
tags: ["thread" "pool" "domain" "futures" "fork-join"]
7+
homepage: "https://github.com/c-cube/moonpool"
8+
bug-reports: "https://github.com/c-cube/moonpool/issues"
9+
depends: [
10+
"ocaml" {>= "4.08"}
11+
"dune" {>= "3.0"}
12+
"either" {>= "1.0"}
13+
"trace" {with-test}
14+
"trace-tef" {with-test}
15+
"qcheck-core" {with-test & >= "0.19"}
16+
"odoc" {with-doc}
17+
"mdx" {>= "1.9.0" & with-test}
18+
]
19+
depopts: [
20+
"thread-local-storage"
21+
"domain-local-await" {>= "0.2"}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/c-cube/moonpool.git"
38+
url {
39+
src:
40+
"https://github.com/c-cube/moonpool/releases/download/v0.5.1/moonpool-0.5.1.tbz"
41+
checksum: [
42+
"sha256=749b193c63588227346e8484227b3587e80b6fa27f7e6de055187018b99192b0"
43+
"sha512=28012bbb96c77607139c28eb908c89e85bf25ca7a1a68eedd1955178ba5b0c41ef6efce44e2f9e39331d7fff4de4a7dc6ce9be176d258218e85a6cf6bdad7672"
44+
]
45+
}
46+
x-commit-hash: "019cea2d5cb5b3096b6b86b08d0dca80e3661d29"

0 commit comments

Comments
 (0)