package mirage-net-unix

  1. Overview
  2. No Docs
Ethernet network driver for MirageOS, using tuntap

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.3.tar.gz
md5=b938eed0c6636cacabb0ad9a6e659677

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.

Published: 18 May 2016

Dependencies (10)

  1. ocamlbuild build
  2. ounit
  3. tuntap >= "1.3.0"
  4. io-page >= "1.0.1" & < "2.0.0"
  5. mirage-types >= "2.3.0" & < "3.0.0"
  6. lwt >= "2.4.3"
  7. ocamlfind
  8. cstruct-lwt = "0"
  9. cstruct >= "1.0.1"
  10. ocaml >= "4.00.0"

Dev Dependencies

None

Used by (1)

  1. tcpip < "2.7.0"

Conflicts

None