Skip to content
Open
Show file tree
Hide file tree
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_glib: lwt<6
because of Lwt_main.enter_iter_hooks
  • Loading branch information
raphael-proust committed Mar 10, 2026
commit e8759c00758fec739f49a167bb65b9c1cc5e9326
2 changes: 1 addition & 1 deletion packages/lwt_glib/lwt_glib.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ remove: [
depends: [
"ocaml" {< "5.0.0"}
"ocamlfind" {build}
"lwt" {>= "3.0.0" }
"lwt" {>= "3.0.0" & < "6.0.0"}
"base-unix"
"conf-pkg-config" {build}
"conf-glib-2" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/lwt_glib/lwt_glib.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"conf-glib-2" {build}
"conf-pkg-config" {build}
"jbuilder" {>= "1.0+beta10"}
"lwt" {>= "3.0.0" }
"lwt" {>= "3.0.0" & < "6.0.0"}
]
synopsis: "GLib integration for Lwt"
url {
Expand Down