mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<?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>
|