aboutsummaryrefslogtreecommitdiff
blob: 49177d5b3c006767d9f1b657d48ef90f24b0846a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>