package tuntap
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a0ac07d1bc7c1579a6ff366949e735f6239f8ca80d789b975308009e2d0e96f3
md5=c25d0707a0dc80a5d7f3d46aaf0430f3
Description
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 X should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on OSX before using this library.
WWW: https://github.com/mirage/ocaml-tuntap Issues: https://github.com/mirage/mirage/issues E-mail: mirageos-devel@lists.openmirage.org
README
tuntap - OCaml library for handling TUN/TAP devices
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 X should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on OSX before using this library.
WWW: https://github.com/mirage/ocaml-tuntap Issues: https://github.com/mirage/mirage/issues E-mail: mirageos-devel@lists.openmirage.org
Dependencies (5)
-
ipaddr
>= "2.4.0" & < "4.0.0"
-
ocamlfind
build
-
ocamlbuild
build
-
topkg
build & >= "0.8.0"
-
ocaml
>= "4.01.0"
Used by (3)
-
charrua-unix
< "1.2.2"
-
mirage-net-unix
< "2.6.0"
-
mirage-unix
>= "0.9.4" & < "0.9.9"
Conflicts
None