package mirage-stack

  1. Overview
  2. Docs
MirageOS signatures for network stacks

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-v2.2.0.tbz
sha256=003776ec66a4a673d11c30966fcc320b056b982a0858ec0f874312c9e00311e2
sha512=e588f01a14b39cb039eab06276aad948d937b4f189b6a9702a356cdde5bcefd3deb167a0fc734ff41c71b803769dc6dab9e84363ed7e84f4c8badd89381b418f

Description

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

Tags

org:mirage

Published: 29 Sep 2020

README

mirage-stack — MirageOS signatures for network stacks

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

The signatures defined are Mirage_stack.V4 and Mirage_stack.V6.

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. lwt >= "4.0.0"
  2. fmt
  3. mirage-protocols >= "4.0.0" & < "8.0.0"
  4. mirage-device >= "2.0.0"
  5. dune >= "1.0"
  6. ocaml >= "4.06.0"

Dev Dependencies

None

Used by (18)

  1. capnp-rpc-mirage >= "0.6.0" & < "1.2.2"
  2. conduit-mirage >= "2.0.2" & != "3.0.0" & < "5.1.0"
  3. dkim-mirage < "0.4.0"
  4. dns-certify >= "4.1.0" & < "6.1.3"
  5. dns-client >= "4.1.0" & < "6.1.3"
  6. dns-mirage >= "4.1.0" & < "6.1.3"
  7. dns-resolver >= "4.1.0" & < "6.1.3"
  8. dns-server >= "4.1.0" & < "6.1.3"
  9. dns-stub < "6.1.3"
  10. git-mirage >= "2.1.2" & < "3.7.0"
  11. git-paf < "3.7.0"
  12. happy-eyeballs-mirage < "0.1.2"
  13. metrics-mirage
  14. mirage-types >= "3.7.1"
  15. paf < "0.0.7"
  16. paf-le < "0.0.8"
  17. pgx_lwt_mirage < "2.1"
  18. tcpip >= "4.0.0" & < "7.0.0"

Conflicts

None