package mirage-net-unix

  1. Overview
  2. Docs
Unix implementation of the Mirage NETWORK interface.

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-net-unix-2.4.1.tbz
md5=92da3862f6e75b02c7434b6d580df4ab

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: 19 Jun 2017

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. result
  2. tuntap >= "1.3.0"
  3. io-page-unix >= "2.0.0"
  4. mirage-net-lwt >= "1.0.0" & < "2.0.0"
  5. lwt >= "2.4.3"
  6. cstruct-lwt
  7. cstruct >= "3.0.2" & < "6.0.0"
  8. jbuilder >= "1.0+beta9"
  9. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None