package mirage-stack

  1. Overview
  2. Docs
MirageOS signatures for network stacks

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-v3.0.0.tbz
sha256=d222aa0aadbb7287decd8429be01573d876202d8d1399a9fc5e9f8226252fd77
sha512=638a8603303d7449ace8b70a4927beaf4c49799dca6be2a00f7811aefae4290ad40a960f33a0011a48c4638c4ce348122739f6ebb4d8991e6c4fec0cb26cd795

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: 15 Nov 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 (5)

  1. lwt >= "4.0.0"
  2. fmt
  3. mirage-protocols >= "4.0.0" & < "8.0.0"
  4. dune >= "1.0"
  5. ocaml >= "4.08.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.8"
  16. paf-le < "0.0.8"
  17. pgx_lwt_mirage < "2.1"
  18. tcpip >= "4.0.0" & < "7.0.0"

Conflicts

None