this repo has no description
1opam-version: "2.0"
2synopsis: "Event loop for moonpool based on Lwt-engine (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 "ocaml" {>= "5.0"}
12 "lwt"
13 "base-unix"
14 "trace" {with-test}
15 "trace-tef" {with-test}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/c-cube/moonpool.git"
33url {
34 src:
35 "https://github.com/c-cube/moonpool/releases/download/v0.6/moonpool-0.6.tbz"
36 checksum: [
37 "sha256=3efd095c82a37bba8c7ab6a2532aee3c445ebe1ecaed84ef3ffb560bc65e7633"
38 "sha512=e4bcab82e6638299c2d0beb1dbf204f7b43379a5387418c6edff85b9bf90c13ad1bdd8eb44b69cd421268d1bc45bcf918bcf77e1c924348211ac27d6643aac78"
39 ]
40}
41x-commit-hash: "0750e6af41847e77f33ad85f2d5da2c0408e8f5a"