package mirage-protocols

  1. Overview
  2. Docs
Module type definitions for network protocols.

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-protocols-1.1.0.tbz
md5=28cb962b6b5c8fcf79e4bf588e2f4b05

Description

This library is primarily useful in the context of Mirage projects.

Tags

org:mirage

Published: 06 Mar 2017

README

mirage-protocols — MirageOS signatures for network protocols

mirage-protocols provides a set of module types which libraries intended to be used as MirageOS network implementations should implement.

The set of protocols defined is:

Mirage_protocols.ETHIF and Mirage_protocols_lwt.ETHIF Mirage_protocols.ARP and Mirage_protocols_lwt.ARP Mirage_protocols.IP and Mirage_protocols_lwt.IP, via Mirage_protocols_lwt.IPV4 and Mirage_protocols_lwt.IPV6 Mirage_protocols.ICMP and Mirage_protocols_lwt.ICMP, via Mirage_protocols_lwt.ICMPV4 Mirage_protocols.UDP and Mirage_protocols_lwt.UDP, via Mirage_protocols_lwt.UDPV4 and Mirage_protocols_lwt.UDPV6 Mirage_protocols.TCP and Mirage_protocols_lwt.TCP, via Mirage_protocols_lwt.TCPV4 and Mirage_protocols_lwt.TCPV6

mirage-protocols is distributed under the ISC license.

Installation

mirage-protocols can be installed with opam:

opam install mirage-protocols

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc mirage-protocols.

Dependencies (7)

  1. fmt >= "0.8.2"
  2. mirage-flow >= "1.2.0" & < "2.0.0"
  3. mirage-device >= "1.0.0" & < "2.0.0"
  4. topkg build & >= "0.8.0"
  5. ocamlbuild build
  6. ocamlfind build
  7. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (6)

  1. dns >= "0.19.1" & < "1.0.0"
  2. mirage-protocols-lwt = "1.1.0"
  3. mirage-stack < "1.2.0"
  4. mirage-types >= "3.0.0" & < "3.2.0"
  5. tcpip >= "3.1.0" & < "3.4.0"
  6. vpnkit >= "0.1.1"

Conflicts

None