aboutsummaryrefslogtreecommitdiff
blob: a7a62c289871499f137d865308738caefa8b0a8b (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lssndrbarbieri@gmail.com</email>
		<name>Alessandro Barbieri</name>
	</maintainer>
	<use>
		<flag name="combinators">Flow implementations and combinators for MirageOS specialized to lwt</flag>
		<flag name="unix">Flow implementations and combinators for MirageOS on Unix</flag>
	</use>
	<longdescription lang="en">This repo contains generic operations over Mirage `FLOW` implementations.

Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html).</longdescription>
	<upstream>
		<doc>https://mirage.github.io/mirage-flow/</doc>
		<bugs-to>https://github.com/mirage/mirage-flow/issues</bugs-to>
		<remote-id type="github">mirage/mirage-flow</remote-id>
		<maintainer>
			<name>Thomas Gazagnaire</name>
			<email>thomas@gazagnaire.org</email>
		</maintainer>
	</upstream>
</pkgmetadata>