package mirage-stack-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a52dc9c8bd7c55b0522e40767d050d843238bc9bc5dc00c1b546208a62e1654d
md5=6ad12083b32d5c780eeebe4727c31cf2
Description
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.
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)
Dev Dependencies
None
Used by (6)
-
capnp-rpc-mirage
< "0.6.0"
-
dns
>= "0.19.1" & < "1.0.0"
- jitsu
-
mirage-dns
>= "2.6.0" & < "3.1.2"
-
mirage-types-lwt
>= "3.0.0" & < "3.2.0"
-
tcpip
= "3.2.0" | >= "3.4.0" & < "3.5.0"
Conflicts
None