mirage-net-unix
Ethernet network driver for MirageOS, using tuntap
Description
Unix implementation of the MirageOS NETWORK interface.
This interface exposes raw Ethernet frames using ocaml-tuntap
,
suitable for use with an OCaml network stack such as the one
found at https://github.com/mirage/mirage-tcpip.
Install
- Maintainers
-
Sources
Dependencies
ocamlbuild
build
tuntap
>= "1.3.0"
io-page
>= "1.0.1" & < "2.0.0"
mirage-types
>= "2.3.0" & < "3.0.0"
lwt
>= "2.4.3"
cstruct-lwt
= "0"
cstruct
>= "1.0.1"
ocaml
>= "4.00.0"
Reverse Dependencies
tcpip
< "2.7.0"