this repo has no description

Merge pull request #20373 from dinosaure/fix-piaf

piaf.0.1.0 requires at least bigstringaf.0.8.0 and stdlib-shims

Changed files
+8 -3
packages
piaf
piaf.0.1.0
+8 -3
packages/piaf/piaf.0.1.0/opam
···
"ocaml" {>= "4.08"}
"dune" {>= "2.5"}
"angstrom"
-
"faraday"
-
"bigstringaf" {>= "0.5.0"}
+
"faraday" {>= "0.8.1"}
+
"bigstringaf" {>= "0.8.0"}
+
"stdlib-shims"
"logs"
-
"lwt"
+
"lwt" {>= "5.3.0"}
"conf-libssl"
"ssl" {>= "0.5.10"}
"lwt_ssl"
···
"gluten-lwt-unix"
"alcotest" {with-test}
"alcotest-lwt" {with-test}
+
]
+
conflicts: [
+
"httpaf"
+
"result" {< "1.5"}
]
synopsis:
"An HTTP library with HTTP/2 support written entirely in OCaml"