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_glid: lwt<6
because it uses a long-deprecated now-removed Lwt_main.enter_iter_hooks
  • Loading branch information
raphael-proust committed Mar 10, 2026
commit 5e528126290c5099f54c5074d820a85fff84c7f2
2 changes: 1 addition & 1 deletion packages/lwt_glib/lwt_glib.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"conf-glib-2" {build}
"conf-pkg-config" {build}
"dune"
"lwt" {>= "3.0.0" }
"lwt" {>= "3.0.0" < "6.0.0"}
"ocaml"
]

Expand Down