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
picos_lwt: lwt<6
notifications have abstract type rather than int (in lwt<6)
  • Loading branch information
raphael-proust committed Mar 10, 2026
commit 3af7d0a25910b3d20c909e559efb484eb6a78128
2 changes: 1 addition & 1 deletion packages/picos_lwt/picos_lwt.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ depends: [
"dune" {>= "3.14"}
"picos_aux" {= version}
"picos_std" {= version}
"lwt" {>= "5.7.0" }
"lwt" {>= "5.7.0" & < "6.0.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/picos_lwt/picos_lwt.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ depends: [
"dune" {>= "3.14"}
"picos_aux" {= version}
"picos_std" {= version}
"lwt" {>= "5.7.0" }
"lwt" {>= "5.7.0" & < "6.0.0"}
"odoc" {with-doc}
]
build: [
Expand Down
Loading