package mirage-stack-lwt

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-lwt-1.0.0.tbz
md5=a0d5844664c68a5dd01ea8a151a20804

Description

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

Tags

org:mirage

Published: 23 Feb 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 (8)

  1. cstruct >= "1.9.0"
  2. lwt
  3. ipaddr
  4. mirage-stack = "1.0.0"
  5. topkg build & >= "0.8.0"
  6. ocamlbuild build
  7. ocamlfind build
  8. ocaml >= "4.01.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