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: 07 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 (8)

  1. tuntap >= "1.3.0"
  2. io-page-unix >= "2.0.0"
  3. mirage-net-lwt >= "1.0.0" & < "2.0.0"
  4. lwt >= "2.4.3"
  5. cstruct-lwt
  6. cstruct >= "1.7.1" & < "6.0.0"
  7. dune >= "1.0"
  8. ocaml >= "4.04.2"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None