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.8.0.tbz
sha256=9ee3d44ffdc2ccfaf9083338f12fcfc8507aaa1db49d337c6dfc942df975180c
sha512=2f05db95d477e9e13fbec9718dadd1f0c4575c156580cfc41d9fcc4534fcfabf218315565677312962ab4f5129efcf632af1022a1862ed92f46592dba02ed3a6

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: 29 Sep 2020

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