package mirage-net-unix

  1. Overview
  2. Docs

Description

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: 25 Feb 2019

README

mirage-net-unix -- Unix implementation of the Mirage 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.

Dependencies (9)

  1. macaddr
  2. logs
  3. tuntap >= "1.8.0"
  4. mirage-net-lwt >= "2.0.0"
  5. lwt >= "2.4.3"
  6. cstruct-lwt
  7. cstruct >= "1.7.1"
  8. dune >= "1.0"
  9. ocaml >= "4.04.2"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None