package mirage-stack-lwt

  1. Overview
  2. Docs
MirageOS signatures for network stacks

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-1.1.0.tbz
md5=930a631e11a106d8d6866c9fd30c090f

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

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.1.0"
  5. jbuilder >= "1.0+beta9"
  6. ocaml >= "4.03.0"

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.0.0" & < "3.4.0"

Conflicts

None