this repo has no description

Merge pull request #26450 from hannesm/paf-bound

restrict http-mirage-client 0.0.6 to paf < 0.7

Changed files
+1 -1
packages
http-mirage-client
http-mirage-client.0.0.6
+1 -1
packages/http-mirage-client/http-mirage-client.0.0.6/opam
···
depends: [
"dune" {>= "2.3"}
"ocaml" {>= "4.11.0"}
-
"paf" {>= "0.2.0"}
+
"paf" {>= "0.2.0" & < "0.7.0"}
"mirage-clock" {>= "4.0.0"}
"mirage-time" {>= "3.0.0"}
"tcpip" {>= "7.0.0"}