this repo has no description
0
fork

Configure Feed

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

Add lower bound on lwt 5.7

authored by

Shon Feder and committed by
GitHub
e7b310a3 573e1688

+2 -2
+1 -1
packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.1.0/opam
··· 28 28 "cohttp" {= version} 29 29 "cohttp-lwt" {= version} 30 30 "logs" 31 - "lwt" {>= "3.0.0"} 31 + "lwt" {>= "5.7.0"} 32 32 "lwt_ppx" {with-test} 33 33 "conf-npm" {with-test} 34 34 "js_of_ocaml" {>= "3.3.0"}
+1 -1
packages/cohttp-lwt/cohttp-lwt.6.1.0/opam
··· 28 28 "ocaml" {>= "4.08"} 29 29 "http" {= version} 30 30 "cohttp" {= version} 31 - "lwt" {>= "5.4.0"} 31 + "lwt" {>= "5.7.0"} 32 32 "sexplib0" 33 33 "ipaddr" {>= "5.6.0"} 34 34 "ppx_sexp_conv" {>= "v0.13.0"}