Files
guru/dev-ml/mirage-flow/metadata.xml
Alessandro Barbieri 8ba1e8a9c8 dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-26 12:33:35 +02:00

25 lines
977 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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>