mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
26 lines
1002 B
XML
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 <http://en.wikipedia.org/wiki/TUN/TAP> for more information.
|
|
|
|
Linux, FreeBSD, OpenBSD and macOS should all be supported. You will need
|
|
to install the third-party <http://tuntaposx.sourceforge.net/> 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>
|