this repo has no description
0
fork

Configure Feed

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

add bounds on 0.1.0

+5 -5
+1 -1
packages/httpun-ws-async/httpun-ws-async.0.1.0/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.0"} 13 13 "ocaml" {>= "4.08"} 14 - "httpun-ws" 14 + "httpun-ws" {= version} 15 15 "async" {>= "v0.15.0"} 16 16 "gluten-async" {>= "0.5.0"} 17 17 "digestif" {>= "1.2.0"}
+1 -1
packages/httpun-ws-eio/httpun-ws-eio.0.1.0/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.0"} 13 13 "ocaml" {>= "4.08"} 14 - "httpun-ws" 14 + "httpun-ws" {= version} 15 15 "digestif" {>= "1.2.0"} 16 16 "gluten-eio" {>= "0.5.1"} 17 17 "odoc" {with-doc}
+1 -1
packages/httpun-ws-lwt-unix/httpun-ws-lwt-unix.0.1.0/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.0"} 13 13 "ocaml" {>= "4.08"} 14 - "httpun-ws-lwt" 14 + "httpun-ws-lwt" {= version} 15 15 "gluten-lwt-unix" {>= "0.2.0"} 16 16 "odoc" {with-doc} 17 17 ]
+1 -1
packages/httpun-ws-lwt/httpun-ws-lwt.0.1.0/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.0"} 13 13 "ocaml" {>= "4.08"} 14 - "httpun-ws" 14 + "httpun-ws" {= version} 15 15 "lwt" 16 16 "digestif" {>= "1.2.0"} 17 17 "gluten-lwt" {>= "0.5.0"}
+1 -1
packages/httpun-ws-mirage/httpun-ws-mirage.0.1.0/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.0"} 13 13 "ocaml" {>= "4.08"} 14 - "httpun-ws-lwt" 14 + "httpun-ws-lwt" {= version} 15 15 "gluten-mirage" {>= "0.5.0"} 16 16 "mirage-flow" {>= "2.0.0"} 17 17 "cstruct"