this repo has no description
1opam-version: "2.0"
2synopsis: "Async IO for moonpool, relying on picos (experimental)"
3maintainer: ["Simon Cruanes"]
4authors: ["Simon Cruanes"]
5license: "MIT"
6homepage: "https://github.com/c-cube/moonpool"
7bug-reports: "https://github.com/c-cube/moonpool/issues"
8depends: [
9 "dune" {>= "3.0"}
10 "moonpool" {= version}
11 "picos_io" {>= "0.5" & < "0.6"}
12 "ocaml" {>= "5.0"}
13 "trace" {with-test}
14 "trace-tef" {with-test}
15 "odoc" {with-doc}
16]
17build: [
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]
31dev-repo: "git+https://github.com/c-cube/moonpool.git"
32url {
33 src:
34 "https://github.com/c-cube/moonpool/releases/download/v0.7/moonpool-0.7.tbz"
35 checksum: [
36 "sha256=c4a1f974200530ab7f6014de3a369fdbb260ff454183640f32e51ba3fec51b15"
37 "sha512=865daabb96e3d60f88ecee9fc9030dad8b257fff4121b404e882d8a8d6687b737beb6e22366f52eb14e770dfab28b326853a1d3d883fa19bbd791d8450b40f8b"
38 ]
39}
40x-commit-hash: "0d8767f45f9cf8730724acb67e74aa57db7217b9"