this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27693 from hhugo/lwt-ppx

lwt_ppx uses features from lwt 5.7

authored by

Raphaël Proust and committed by
GitHub
4d8fa0fb a8a89f62

+2 -2
+1 -1
packages/lwt_ppx/lwt_ppx.5.8.1/opam
··· 14 14 "dune" {>= "2.7"} 15 15 "ocaml" {>= "4.08"} 16 16 "ppxlib" {>= "0.16.0" & < "0.36"} 17 - "lwt" 17 + "lwt" {>= "5.7.0"} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+1 -1
packages/lwt_ppx/lwt_ppx.5.9.1/opam
··· 15 15 "ocaml" {>= "4.08"} 16 16 "ppxlib" {>= "0.16.0" & < "0.36"} 17 17 "ppx_let" {with-test} 18 - "lwt" 18 + "lwt" {>= "5.7.0"} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [