Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lwt_domain.0.2.0: with-test&lwt<6
because tests use `Lwt_unix.retained` which is internals only and has
been removed
  • Loading branch information
raphael-proust committed Mar 10, 2026
commit c284ac3e3a6d2458d0a1328d9d3179979da5581a
1 change: 1 addition & 0 deletions packages/lwt_domain/lwt_domain.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dev-repo: "git+https://github.com/ocsigen/lwt.git"
depends: [
"dune" {>= "1.8.0"}
"lwt" {>= "3.0.0" }
"lwt" {with-test & < "6.0.0" }
"ocaml" {>= "4.08"}
"domainslib" {>= "0.3.2" & < "0.5.0"}
"base-domains"
Expand Down
Loading