dev-ml/cohttp: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-06 22:47:48 +02:00
parent 82a3dd3ac8
commit ccf39a89f9
3 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">mirage/ocaml-cohttp</remote-id>
</upstream>
<use>
<flag name="async">CoHTTP implementation for the Async concurrency library</flag>
<flag name="bench">Benchmarks binaries for Cohttp</flag>
<flag name="curl-async">Cohttp client using Curl and Async as the backend</flag>
<flag name="curl-lwt">Cohttp client using Curl and Lwt as the backend</flag>
<flag name="curl">Shared code between the individual cohttp-curl clients</flag>
<flag name="lwt-jsoo">CoHTTP implementation for the Js_of_ocaml JavaScript compiler</flag>
<flag name="lwt-unix">CoHTTP implementation for Unix and Windows using Lwt</flag>
<flag name="lwt">CoHTTP implementation using the Lwt concurrency library</flag>
<flag name="mirage">CoHTTP implementation for the MirageOS unikernel</flag>
<flag name="server-lwt-unix">Lightweight Cohttp plus Lwt based HTTP server</flag>
<flag name="top">CoHTTP toplevel pretty printers for HTTP types</flag>
</use>
</pkgmetadata>