moonpool/moonpool-lwt.opam
Simon Cruanes 18701bfde4
Some checks failed
github pages / Deploy doc (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / build-compat (push) Has been cancelled
Build and Test / format (push) Has been cancelled
update to trace 0.11 and qcheck 0.21
2026-02-24 21:16:22 -05:00

36 lines
840 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.11"
synopsis: "Event loop for moonpool based on Lwt-engine (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}
"ocaml" {>= "5.0"}
"qcheck-core" {with-test & >= "0.21"}
"hmap" {with-test}
"lwt" {>= "5.0" & < "6.0"}
"base-unix"
"trace" {>= "0.11" & with-test}
"trace-tef" {>= "0.11" & 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"