package mirage-stack-lwt

  1. Overview
  2. Docs
MirageOS signatures for network stacks

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-1.2.0.tbz
md5=6ad12083b32d5c780eeebe4727c31cf2

Description

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

The set of protocols defined is:

Mirage_stack.STACKV4 and Mirage_stack_lwt.STACKV4

mirage-stack is distributed under the ISC license.

Tags

org:mirage

Published: 28 Feb 2018

README

mirage-stack — MirageOS signatures for network stacks

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

The set of protocols defined is:

Mirage_stack.STACKV4 and Mirage_stack_lwt.STACKV4

mirage-stack is distributed under the ISC license.

Installation

mirage-stack can be installed with opam:

opam install mirage-stack

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-stack.

Dependencies (6)

  1. cstruct >= "2.4.0"
  2. lwt
  3. ipaddr
  4. mirage-stack = "1.2.0"
  5. jbuilder >= "1.0+beta9"
  6. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (6)

  1. capnp-rpc-mirage < "0.6.0"
  2. dns >= "0.19.1" & < "1.0.0"
  3. jitsu
  4. mirage-dns >= "2.6.0" & < "3.1.2"
  5. mirage-types-lwt >= "3.0.0" & < "3.2.0"
  6. tcpip = "3.2.0" | >= "3.4.0" & < "3.5.0"

Conflicts

None