ocaml http/1, http/2 and websocket client and server library
0
fork

Configure Feed

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

fix(deps): add bytesrw to dune-project dependencies

Replace unused zlib/zstd OCaml bindings with bytesrw package
which provides the actual Bytesrw_zlib and Bytesrw_zstd modules
used in Plug.Compress.

+3 -2
+3 -2
dune-project
··· 44 44 (bigstringaf (>= 0.10)) 45 45 (faraday (>= 0.8)) 46 46 (kcas (>= 0.7)) 47 - (zlib (>= 0.8)) 48 - (zstd (>= 0.4)) 47 + (bytesrw (>= 0.3)) 48 + (conf-zlib :build) 49 + (conf-zstd :build) 49 50 (http-multipart-formdata (>= 3.0)) 50 51 (alcotest (and (>= 1.9) :with-test)) 51 52 (qcheck (and (>= 0.21) :with-test))