package mirage-net-unix

  1. Overview
  2. Docs
Unix implementation of the Mirage_net_lwt interface

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-net-unix-v2.7.0.tbz
sha256=7487ddec3c597133b39b2070276999130ff9fc93742ffa6de670c2851f52b33a
sha512=e73afd9947fac68255586f6d3093ef5788391d58c14721fc06afc4175d4fb727e921e63ee9d12fcd65bd26e243ad7db3e63275a3b68821fe9b4c89efc2a11a79

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: 31 Oct 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 >= "3.0.0"
  5. lwt >= "2.4.3"
  6. cstruct-lwt
  7. cstruct >= "1.7.1"
  8. dune >= "1.0"
  9. ocaml >= "4.06.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None