Skip to content

Commit d916f15

Browse files
authored
Merge pull request ocaml#23939 from c-cube/release-moonpool-v0.2
[new release] moonpool (0.2)
2 parents d3826f4 + abdcd90 commit d916f15

File tree

1 file changed

+40
-0
lines changed
  • packages/moonpool/moonpool.0.2

1 file changed

+40
-0
lines changed

packages/moonpool/moonpool.0.2/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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"]
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+
"odoc" {with-doc}
15+
"mdx" {>= "1.9.0" & with-test}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/c-cube/moonpool.git"
32+
url {
33+
src:
34+
"https://github.com/c-cube/moonpool/releases/download/v0.2/moonpool-0.2.tbz"
35+
checksum: [
36+
"sha256=cacf21d34364c97ab9827d6103f897e1d33878c5f70e84df524693b84459f7e8"
37+
"sha512=de5300021641cb1f48bef521c23b04ed17d43ae942298c479c1d93f198f9e3c70183087c39fb5d9f9fd8525f9dd15dc1b58c178d6003a515c64f2c90cf230254"
38+
]
39+
}
40+
x-commit-hash: "7707a7c1ce33666d9134f4fa8b792f4fc347d162"

0 commit comments

Comments
 (0)