this repo has no description

Merge pull request #23939 from c-cube/release-moonpool-v0.2

[new release] moonpool (0.2)

Changed files
+40
packages
moonpool
moonpool.0.2
+40
packages/moonpool/moonpool.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Pools of threads supported by a pool of domains"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Simon Cruanes"]
+
license: "MIT"
+
tags: ["thread" "pool" "domain"]
+
homepage: "https://github.com/c-cube/moonpool"
+
bug-reports: "https://github.com/c-cube/moonpool/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.0"}
+
"either" {>= "1.0"}
+
"trace" {with-test}
+
"odoc" {with-doc}
+
"mdx" {>= "1.9.0" & with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/moonpool.git"
+
url {
+
src:
+
"https://github.com/c-cube/moonpool/releases/download/v0.2/moonpool-0.2.tbz"
+
checksum: [
+
"sha256=cacf21d34364c97ab9827d6103f897e1d33878c5f70e84df524693b84459f7e8"
+
"sha512=de5300021641cb1f48bef521c23b04ed17d43ae942298c479c1d93f198f9e3c70183087c39fb5d9f9fd8525f9dd15dc1b58c178d6003a515c64f2c90cf230254"
+
]
+
}
+
x-commit-hash: "7707a7c1ce33666d9134f4fa8b792f4fc347d162"