package mirage-stack-lwt

  1. Overview
  2. Docs
MirageOS signatures for network stacks

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-v1.4.0.tbz
md5=6a21f64c2eb015464b53e0ad9410bfa6

Description

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

Tags

org:mirage

Published: 25 Feb 2019

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.3.0" & < "2.0.0"
  5. dune >= "1.0"
  6. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (14)

  1. capnp-rpc-mirage < "0.6.0"
  2. conduit-mirage < "2.0.2"
  3. dns >= "0.19.1" & < "1.0.0"
  4. dns-certify < "4.1.0"
  5. dns-client < "4.1.0"
  6. dns-mirage < "4.1.0"
  7. dns-resolver < "4.1.0"
  8. dns-server < "4.1.0"
  9. git-mirage >= "2.0.0" & < "2.1.2"
  10. jitsu
  11. mirage-conduit = "1.3.0" | >= "3.1.0"
  12. mirage-dns >= "2.6.0"
  13. mirage-types-lwt >= "3.2.0" & < "3.7.1"
  14. tcpip >= "3.5.0" & < "4.0.0"

Conflicts

None