package tuntap

  1. Overview
  2. No Docs
OCaml library for handling TUN/TAP devices

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tuntap-2.0.2.tbz
sha256=0dfced58f90d85d4885ff4da95d0a8361000fc0670403a827519833b238e46ed
sha512=36356c310ac3aef9dfc05e6bc225d3a6691a88c758a304ab34cc06fcf650e9748c3d077851b62ef78f867bcade0b0192429105b0499db721a6b4680be2df4ee7

Description

This is an OCaml library for handling TUN/TAP devices. TUN refers to layer 3 virtual interfaces whereas TAP refers to layer 2 Ethernet ones.

See http://en.wikipedia.org/wiki/TUN/TAP for more information.

Linux, FreeBSD, OpenBSD, DragonFly and macOS should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on macOS before using this library.

Tags

org:mirage org:xapi-project

Published: 08 Jul 2026

Dependencies (4)

  1. macaddr >= "4.0.0"
  2. ipaddr >= "5.0.0"
  3. dune
  4. ocaml >= "4.06.0"

Dev Dependencies (3)

  1. cmdliner with-test & >= "1.1.0"
  2. lwt with-test & >= "5.0.0"
  3. ounit2 with-test

Conflicts

None