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-3.0.0.tbz
sha256=87a9ea89634d24707952c5bfa1bda1be17e030377c90dca4ed0feadee55293cc
sha512=f42039d4937e07db8a2b267b2c46ceeaeee6b621eafe1641759efa7697d07924ac833082711420aac8f3b8e7959a0093d17881b0ff3d60a3a691c2304cea6868

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: 16 Mar 2022

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