Import ocaml-cohttp_6.2.1.orig.tar.bz2
authorStéphane Glondu <glondu@debian.org>
Sat, 14 Mar 2026 08:44:01 +0000 (09:44 +0100)
committerStéphane Glondu <glondu@debian.org>
Sat, 14 Mar 2026 08:44:01 +0000 (09:44 +0100)
commit97ce9567f2d152113ebdc59157cac30305038e6b
treed256cd1c91b78a0986ef6d5a59ba4187a26e09d3
Import ocaml-cohttp_6.2.1.orig.tar.bz2

[dgit import orig ocaml-cohttp_6.2.1.orig.tar.bz2]
265 files changed:
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/changelog.yml [new file with mode: 0644]
.github/workflows/nix.yml [new file with mode: 0644]
.github/workflows/workflow.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.ocamlformat [new file with mode: 0644]
CHANGES.md [new file with mode: 0644]
DESIGN.md [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
cohttp-async.opam [new file with mode: 0644]
cohttp-async.opam.template [new file with mode: 0644]
cohttp-async/bin/cohttp_curl_async.ml [new file with mode: 0644]
cohttp-async/bin/cohttp_server_async.ml [new file with mode: 0644]
cohttp-async/bin/dune [new file with mode: 0644]
cohttp-async/examples/dune [new file with mode: 0644]
cohttp-async/examples/hello_world.ml [new file with mode: 0644]
cohttp-async/examples/receive_post.ml [new file with mode: 0644]
cohttp-async/examples/s3_cp.ml [new file with mode: 0644]
cohttp-async/src/body.ml [new file with mode: 0644]
cohttp-async/src/body.mli [new file with mode: 0644]
cohttp-async/src/client.ml [new file with mode: 0644]
cohttp-async/src/client.mli [new file with mode: 0644]
cohttp-async/src/cohttp_async.ml [new file with mode: 0644]
cohttp-async/src/dune [new file with mode: 0644]
cohttp-async/src/input_channel.ml [new file with mode: 0644]
cohttp-async/src/input_channel.mli [new file with mode: 0644]
cohttp-async/src/io.ml [new file with mode: 0644]
cohttp-async/src/io.mli [new file with mode: 0644]
cohttp-async/src/server.ml [new file with mode: 0644]
cohttp-async/src/server.mli [new file with mode: 0644]
cohttp-async/test/cohttp_async_test/src/cohttp_async_test.ml [new file with mode: 0644]
cohttp-async/test/cohttp_async_test/src/cohttp_async_test.mli [new file with mode: 0644]
cohttp-async/test/cohttp_async_test/src/dune [new file with mode: 0644]
cohttp-async/test/dune [new file with mode: 0644]
cohttp-async/test/test_async_integration.ml [new file with mode: 0644]
cohttp-bench.opam [new file with mode: 0644]
cohttp-bench.opam.template [new file with mode: 0644]
cohttp-bench/async_server.ml [new file with mode: 0644]
cohttp-bench/bench.ml [new file with mode: 0644]
cohttp-bench/dune [new file with mode: 0644]
cohttp-bench/eio_server.ml [new file with mode: 0644]
cohttp-bench/latency.sh [new file with mode: 0755]
cohttp-bench/lwt_unix_server.ml [new file with mode: 0644]
cohttp-bench/lwt_unix_server_new.ml [new file with mode: 0644]
cohttp-bench/lwt_unix_server_new.mli [new file with mode: 0644]
cohttp-curl-async.opam [new file with mode: 0644]
cohttp-curl-async.opam.template [new file with mode: 0644]
cohttp-curl-async/bin/curl.ml [new file with mode: 0644]
cohttp-curl-async/bin/dune [new file with mode: 0644]
cohttp-curl-async/src/cohttp_curl_async.ml [new file with mode: 0644]
cohttp-curl-async/src/cohttp_curl_async.mli [new file with mode: 0644]
cohttp-curl-async/src/dune [new file with mode: 0644]
cohttp-curl-async/test/cohttp_curl_async_tests.ml [new file with mode: 0644]
cohttp-curl-async/test/dune [new file with mode: 0644]
cohttp-curl-lwt.opam [new file with mode: 0644]
cohttp-curl-lwt.opam.template [new file with mode: 0644]
cohttp-curl-lwt/bin/curl.ml [new file with mode: 0644]
cohttp-curl-lwt/bin/curl.mli [new file with mode: 0644]
cohttp-curl-lwt/bin/dune [new file with mode: 0644]
cohttp-curl-lwt/src/cohttp_curl_lwt.ml [new file with mode: 0644]
cohttp-curl-lwt/src/cohttp_curl_lwt.mli [new file with mode: 0644]
cohttp-curl-lwt/src/dune [new file with mode: 0644]
cohttp-curl-lwt/test/cohttp_curl_lwt_tests.ml [new file with mode: 0644]
cohttp-curl-lwt/test/dune [new file with mode: 0644]
cohttp-curl.opam [new file with mode: 0644]
cohttp-curl.opam.template [new file with mode: 0644]
cohttp-curl/src/cohttp_curl.ml [new file with mode: 0644]
cohttp-curl/src/cohttp_curl.mli [new file with mode: 0644]
cohttp-curl/src/dune [new file with mode: 0644]
cohttp-eio.opam [new file with mode: 0644]
cohttp-eio.opam.template [new file with mode: 0644]
cohttp-eio/examples/README.md [new file with mode: 0644]
cohttp-eio/examples/client1.ml [new file with mode: 0644]
cohttp-eio/examples/client_proxy.ml [new file with mode: 0644]
cohttp-eio/examples/client_timeout.ml [new file with mode: 0644]
cohttp-eio/examples/client_tls.ml [new file with mode: 0644]
cohttp-eio/examples/docker_client.ml [new file with mode: 0644]
cohttp-eio/examples/dune [new file with mode: 0644]
cohttp-eio/examples/server1.ml [new file with mode: 0644]
cohttp-eio/examples/server2.ml [new file with mode: 0644]
cohttp-eio/src/body.ml [new file with mode: 0644]
cohttp-eio/src/client.ml [new file with mode: 0644]
cohttp-eio/src/client.mli [new file with mode: 0644]
cohttp-eio/src/cohttp_eio.ml [new file with mode: 0644]
cohttp-eio/src/dune [new file with mode: 0644]
cohttp-eio/src/io.ml [new file with mode: 0644]
cohttp-eio/src/io.mli [new file with mode: 0644]
cohttp-eio/src/server.ml [new file with mode: 0644]
cohttp-eio/src/server.mli [new file with mode: 0644]
cohttp-eio/src/utils.ml [new file with mode: 0644]
cohttp-eio/tests/dune [new file with mode: 0644]
cohttp-eio/tests/test.ml [new file with mode: 0644]
cohttp-eio/tests/test_forward_proxy.ml [new file with mode: 0644]
cohttp-lwt-jsoo.opam [new file with mode: 0644]
cohttp-lwt-jsoo.opam.template [new file with mode: 0644]
cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.ml [new file with mode: 0644]
cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.mli [new file with mode: 0644]
cohttp-lwt-jsoo/src/dune [new file with mode: 0644]
cohttp-lwt-jsoo/test/package.json [new file with mode: 0644]
cohttp-lwt-jsoo/test/src/cohttp_lwt_jsoo_test.ml [new file with mode: 0644]
cohttp-lwt-jsoo/test/src/dune [new file with mode: 0644]
cohttp-lwt-jsoo/test/src/test.js [new file with mode: 0755]
cohttp-lwt-jsoo/test/yarn.lock [new file with mode: 0644]
cohttp-lwt-unix.opam [new file with mode: 0644]
cohttp-lwt-unix.opam.template [new file with mode: 0644]
cohttp-lwt-unix/bin/cohttp_curl_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/bin/cohttp_server_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/bin/dune [new file with mode: 0644]
cohttp-lwt-unix/examples/client_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/examples/client_lwt_proxy.ml [new file with mode: 0644]
cohttp-lwt-unix/examples/client_lwt_timeout.ml [new file with mode: 0644]
cohttp-lwt-unix/examples/docker_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/examples/dune [new file with mode: 0644]
cohttp-lwt-unix/examples/server_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/src/cohttp_lwt_unix.ml [new file with mode: 0644]
cohttp-lwt-unix/src/debug.ml [new file with mode: 0644]
cohttp-lwt-unix/src/debug.mli [new file with mode: 0644]
cohttp-lwt-unix/src/dune [new file with mode: 0644]
cohttp-lwt-unix/src/input_channel.ml [new file with mode: 0644]
cohttp-lwt-unix/src/io.ml [new file with mode: 0644]
cohttp-lwt-unix/src/io.mli [new file with mode: 0644]
cohttp-lwt-unix/src/net.ml [new file with mode: 0644]
cohttp-lwt-unix/src/net.mli [new file with mode: 0644]
cohttp-lwt-unix/src/server.ml [new file with mode: 0644]
cohttp-lwt-unix/src/server.mli [new file with mode: 0644]
cohttp-lwt-unix/test/cohttp_lwt_unix_test/src/cohttp_lwt_unix_test.ml [new file with mode: 0644]
cohttp-lwt-unix/test/cohttp_lwt_unix_test/src/cohttp_lwt_unix_test.mli [new file with mode: 0644]
cohttp-lwt-unix/test/cohttp_lwt_unix_test/src/dune [new file with mode: 0644]
cohttp-lwt-unix/test/dune [new file with mode: 0644]
cohttp-lwt-unix/test/test_body.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_client.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_parser.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_sanity.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_sanity_noisy.ml [new file with mode: 0644]
cohttp-lwt.opam [new file with mode: 0644]
cohttp-lwt.opam.template [new file with mode: 0644]
cohttp-lwt/src/body.ml [new file with mode: 0644]
cohttp-lwt/src/body.mli [new file with mode: 0644]
cohttp-lwt/src/bytebuffer.ml [new file with mode: 0644]
cohttp-lwt/src/client.ml [new file with mode: 0644]
cohttp-lwt/src/client.mli [new file with mode: 0644]
cohttp-lwt/src/cohttp_lwt.ml [new file with mode: 0644]
cohttp-lwt/src/connection.ml [new file with mode: 0644]
cohttp-lwt/src/connection_cache.ml [new file with mode: 0644]
cohttp-lwt/src/connection_cache.mli [new file with mode: 0644]
cohttp-lwt/src/dune [new file with mode: 0644]
cohttp-lwt/src/make.ml [new file with mode: 0644]
cohttp-lwt/src/s.ml [new file with mode: 0644]
cohttp-lwt/src/server.ml [new file with mode: 0644]
cohttp-lwt/src/server.mli [new file with mode: 0644]
cohttp-lwt/src/string_io.ml [new file with mode: 0644]
cohttp-lwt/src/string_io.mli [new file with mode: 0644]
cohttp-lwt/test/bytebuffer_tests.ml [new file with mode: 0644]
cohttp-mirage-CHANGES.md [new file with mode: 0644]
cohttp-mirage.opam [new file with mode: 0644]
cohttp-mirage.opam.template [new file with mode: 0644]
cohttp-mirage/src/client.ml [new file with mode: 0644]
cohttp-mirage/src/client.mli [new file with mode: 0644]
cohttp-mirage/src/cohttp_mirage.ml [new file with mode: 0644]
cohttp-mirage/src/dune [new file with mode: 0644]
cohttp-mirage/src/input_channel.ml [new file with mode: 0644]
cohttp-mirage/src/io.ml [new file with mode: 0644]
cohttp-mirage/src/io.mli [new file with mode: 0644]
cohttp-mirage/src/make.ml [new file with mode: 0644]
cohttp-mirage/src/make.mli [new file with mode: 0644]
cohttp-mirage/src/net.ml [new file with mode: 0644]
cohttp-mirage/src/net.mli [new file with mode: 0644]
cohttp-mirage/src/server.ml [new file with mode: 0644]
cohttp-mirage/src/server.mli [new file with mode: 0644]
cohttp-mirage/src/static.ml [new file with mode: 0644]
cohttp-mirage/src/static.mli [new file with mode: 0644]
cohttp-server-lwt-unix.opam [new file with mode: 0644]
cohttp-server-lwt-unix.opam.template [new file with mode: 0644]
cohttp-server-lwt-unix/src/cohttp_server_lwt_unix.ml [new file with mode: 0644]
cohttp-server-lwt-unix/src/cohttp_server_lwt_unix.mli [new file with mode: 0644]
cohttp-server-lwt-unix/src/dune [new file with mode: 0644]
cohttp-server-lwt-unix/test/dune [new file with mode: 0644]
cohttp-server-lwt-unix/test/test.ml [new file with mode: 0644]
cohttp-top.opam [new file with mode: 0644]
cohttp-top.opam.template [new file with mode: 0644]
cohttp-top/src/cohttp_top.ml [new file with mode: 0644]
cohttp-top/src/dune [new file with mode: 0644]
cohttp.opam [new file with mode: 0644]
cohttp.opam.template [new file with mode: 0644]
cohttp/src/accept.ml [new file with mode: 0644]
cohttp/src/accept.mli [new file with mode: 0644]
cohttp/src/accept_lexer.mll [new file with mode: 0644]
cohttp/src/accept_parser.mly [new file with mode: 0644]
cohttp/src/accept_types.ml [new file with mode: 0644]
cohttp/src/auth.ml [new file with mode: 0644]
cohttp/src/auth.mli [new file with mode: 0644]
cohttp/src/body.ml [new file with mode: 0644]
cohttp/src/body.mli [new file with mode: 0644]
cohttp/src/client.ml [new file with mode: 0644]
cohttp/src/code.ml [new file with mode: 0644]
cohttp/src/code.mli [new file with mode: 0644]
cohttp/src/cohttp.ml [new file with mode: 0644]
cohttp/src/conf.mli [new file with mode: 0644]
cohttp/src/connection.ml [new file with mode: 0644]
cohttp/src/connection.mli [new file with mode: 0644]
cohttp/src/cookie.ml [new file with mode: 0644]
cohttp/src/cookie.mli [new file with mode: 0644]
cohttp/src/dune [new file with mode: 0644]
cohttp/src/header.ml [new file with mode: 0644]
cohttp/src/header.mli [new file with mode: 0644]
cohttp/src/header_io.ml [new file with mode: 0644]
cohttp/src/header_io.mli [new file with mode: 0644]
cohttp/src/link.ml [new file with mode: 0644]
cohttp/src/link.mli [new file with mode: 0644]
cohttp/src/path.ml [new file with mode: 0644]
cohttp/src/path.mli [new file with mode: 0644]
cohttp/src/proxy.ml [new file with mode: 0644]
cohttp/src/proxy.mli [new file with mode: 0644]
cohttp/src/request.ml [new file with mode: 0644]
cohttp/src/request.mli [new file with mode: 0644]
cohttp/src/response.ml [new file with mode: 0644]
cohttp/src/response.mli [new file with mode: 0644]
cohttp/src/s.ml [new file with mode: 0644]
cohttp/src/server.ml [new file with mode: 0644]
cohttp/src/string_io.ml [new file with mode: 0644]
cohttp/src/string_io.mli [new file with mode: 0644]
cohttp/src/transfer.ml [new file with mode: 0644]
cohttp/src/transfer.mli [new file with mode: 0644]
cohttp/src/transfer_io.ml [new file with mode: 0644]
cohttp/src/transfer_io.mli [new file with mode: 0644]
cohttp/test/dune [new file with mode: 0644]
cohttp/test/test_accept.ml [new file with mode: 0644]
cohttp/test/test_body.ml [new file with mode: 0644]
cohttp/test/test_header.ml [new file with mode: 0644]
cohttp/test/test_path.ml [new file with mode: 0644]
cohttp/test/test_proxy.ml [new file with mode: 0644]
cohttp/test/test_request.ml [new file with mode: 0644]
dune [new file with mode: 0644]
dune-project [new file with mode: 0644]
flake.lock [new file with mode: 0644]
flake.nix [new file with mode: 0644]
http.opam [new file with mode: 0644]
http.opam.template [new file with mode: 0644]
http/fuzz/dune [new file with mode: 0644]
http/fuzz/fuzz_header.ml [new file with mode: 0644]
http/fuzz/inputs/input [new file with mode: 0644]
http/src/bytebuffer/bytebuffer.ml [new file with mode: 0644]
http/src/bytebuffer/bytebuffer.mli [new file with mode: 0644]
http/src/bytebuffer/dune [new file with mode: 0644]
http/src/dune [new file with mode: 0644]
http/src/http.ml [new file with mode: 0644]
http/src/http.mli [new file with mode: 0644]
http/test/bytebuffer/bytebuffer_tests.ml [new file with mode: 0644]
http/test/bytebuffer/dune [new file with mode: 0644]
http/test/dune [new file with mode: 0644]
http/test/expect/dune [new file with mode: 0644]
http/test/expect/http_tests.ml [new file with mode: 0644]
http/test/test_header.ml [new file with mode: 0644]
http/test/test_parser.ml [new file with mode: 0644]
http/test/test_request.ml [new file with mode: 0644]
http/test/test_response.ml [new file with mode: 0644]
test_helpers/cohttp_server/cohttp_server.ml [new file with mode: 0644]
test_helpers/cohttp_server/dune [new file with mode: 0644]
test_helpers/cohttp_test/src/cohttp_test.ml [new file with mode: 0644]
test_helpers/cohttp_test/src/cohttp_test.mli [new file with mode: 0644]
test_helpers/cohttp_test/src/dune [new file with mode: 0644]