package mirage-stack

  1. Overview
  2. Docs
MirageOS signatures for network stacks

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-v4.0.0.tbz
sha256=abbd33190bd3e4a4eabcbdfb6d98d20fc4aed0fef628251eb327d625c23cccfc
sha512=83f121a22ce7a00aa2fc01d88603dafb6dd8d4cff0a2a9c6f73d8b1626aa43604ab797c793689190035289d2d00c77a60aa8d1b9f8fa66425dd19a08e7ccd518

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: 17 Dec 2021

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 (3)

  1. tcpip >= "7.0.0" & < "8.0.0"
  2. dune >= "1.0"
  3. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (14)

  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. metrics-mirage
  11. mirage-types >= "3.7.1"
  12. paf < "0.0.8"
  13. paf-le < "0.0.8"
  14. pgx_lwt_mirage < "2.1"

Conflicts

None