Files
guru/dev-ml/tuntap/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

26 lines
1002 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>
<longdescription lang="en">This is an OCaml library for handling TUN/TAP devices. TUN refers to layer 3
virtual interfaces whereas TAP refers to layer 2 Ethernet ones.
See &lt;http://en.wikipedia.org/wiki/TUN/TAP&gt; for more information.
Linux, FreeBSD, OpenBSD and macOS should all be supported. You will need
to install the third-party &lt;http://tuntaposx.sourceforge.net/&gt; on macOS before
using this library.</longdescription>
<upstream>
<doc>https://mirage.github.io/ocaml-tuntap/</doc>
<bugs-to>https://github.com/mirage/ocaml-tuntap/issues</bugs-to>
<remote-id type="github">mirage/ocaml-tuntap</remote-id>
<maintainer>
<name>Vincent Bernardoff</name>
<email>vb@luminar.eu.org</email>
</maintainer>
</upstream>
</pkgmetadata>