opam-version: "2.0" synopsis: "Async IO for moonpool, relying on picos (experimental)" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" homepage: "https://github.com/c-cube/moonpool" bug-reports: "https://github.com/c-cube/moonpool/issues" depends: [ "dune" {>= "3.0"} "moonpool" {= version} "picos_io" {>= "0.5" & < "0.6"} "ocaml" {>= "5.0"} "trace" {with-test} "trace-tef" {with-test} "odoc" {with-doc} ] 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.7/moonpool-0.7.tbz" checksum: [ "sha256=c4a1f974200530ab7f6014de3a369fdbb260ff454183640f32e51ba3fec51b15" "sha512=865daabb96e3d60f88ecee9fc9030dad8b257fff4121b404e882d8a8d6687b737beb6e22366f52eb14e770dfab28b326853a1d3d883fa19bbd791d8450b40f8b" ] } x-commit-hash: "0d8767f45f9cf8730724acb67e74aa57db7217b9"