this repo has no description
0
fork

Configure Feed

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

Merge pull request #21346 from Leonidas-from-XIV/tube-minimal-lwt-version

Require Lwt 2.4.7 for `Lwt.Infix`

authored by

Marcello Seri and committed by
GitHub
5ecf1c2f bbdf648d

+5 -5
+1 -1
packages/tube/tube.4.0/opam
··· 10 10 "ocaml" {>= "4.04.0"} 11 11 "jbuilder" 12 12 "core" 13 - "lwt" {< "4.0.0"} 13 + "lwt" {>= "2.4.7" & < "4.0.0"} 14 14 ] 15 15 synopsis: "Typesafe abstraction on top of Lwt_io channels" 16 16 description:
+1 -1
packages/tube/tube.4.1.1/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.04.0"} 11 11 "jbuilder" {>= "1.0+beta10"} 12 - "lwt" {< "4.0.0"} 12 + "lwt" {>= "2.4.7" & < "4.0.0"} 13 13 ] 14 14 synopsis: "Typesafe abstraction on top of Lwt_io channels" 15 15 description: """
+1 -1
packages/tube/tube.4.1/opam
··· 10 10 "ocaml" {>= "4.04.0"} 11 11 "jbuilder" {>= "1.0+beta10"} 12 12 "core" 13 - "lwt" {< "4.0.0"} 13 + "lwt" {>= "2.4.7" & < "4.0.0"} 14 14 ] 15 15 synopsis: "Typesafe abstraction on top of Lwt_io channels" 16 16 description: """
+1 -1
packages/tube/tube.4.3.0/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.04.0"} 11 11 "jbuilder" {>= "1.0+beta15"} 12 - "lwt" 12 + "lwt" {>= "2.4.7"} 13 13 ] 14 14 synopsis: "Typesafe abstraction on top of Lwt_io channels" 15 15 description: """
+1 -1
packages/tube/tube.4.4.0/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.04.0"} 11 11 "dune" {>= "1.0"} 12 - "lwt" 12 + "lwt" {>= "2.4.7"} 13 13 ] 14 14 synopsis: "Typesafe abstraction on top of Lwt_io channels" 15 15 description: """