mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-ml/cohttp: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
25
dev-ml/cohttp/metadata.xml
Normal file
25
dev-ml/cohttp/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user