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.0.tbz
md5=815587d8cf618f897958bf9141ad69a4

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: 03 Apr 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 (11)

  1. result
  2. tuntap >= "1.3.0"
  3. io-page >= "1.0.1" & < "2.0.0"
  4. mirage-net-lwt >= "1.0.0" & < "2.0.0"
  5. lwt >= "2.4.3"
  6. topkg build
  7. ocamlbuild build
  8. ocamlfind build
  9. cstruct-lwt = "0"
  10. cstruct >= "1.7.1"
  11. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None