this repo has no description

lwt_ppx uses features from lwt 5.7

Changed files
+2 -2
packages
lwt_ppx
lwt_ppx.5.8.1
lwt_ppx.5.9.1
+1 -1
packages/lwt_ppx/lwt_ppx.5.8.1/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.16.0" & < "0.36"}
-
"lwt"
+
"lwt" {>= "5.7.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/lwt_ppx/lwt_ppx.5.9.1/opam
···
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.16.0" & < "0.36"}
"ppx_let" {with-test}
-
"lwt"
+
"lwt" {>= "5.7.0"}
"odoc" {with-doc}
]
build: [