We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0607def commit a659f0bCopy full SHA for a659f0b
dune-project
@@ -27,7 +27,7 @@
27
(synopsis "PPX syntax for Lwt, providing something similar to async/await from JavaScript")
28
(depends
29
(ocaml (>= 4.08))
30
- (ppxlib (>= 0.16.0))
+ (ppxlib (and (>= 0.16.0) (< 0.36)))
31
lwt))
32
33
(package
lwt_ppx.opam
@@ -14,7 +14,7 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
14
depends: [
15
"dune" {>= "2.7"}
16
"ocaml" {>= "4.08"}
17
- "ppxlib" {>= "0.16.0"}
+ "ppxlib" {>= "0.16.0" & < "0.36"}
18
"lwt"
19
"odoc" {with-doc}
20
]
0 commit comments