package mirage-protocols-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=6c4ef19e6efb2cda72ad6ea42a90059239c8624ada2bfb77c00a51ed5e579f9e
md5=aa549e1e3d18a9fb5ba83fbbe459ae99
Description
mirage-protocols provides a set of module types which libraries intended to be used as MirageOS network implementations should implement.
The set of protocols defined is:
Mirage_protocols.ETHIF and Mirage_protocols_lwt.ETHIF Mirage_protocols.ARP and Mirage_protocols_lwt.ARP Mirage_protocols.IP and Mirage_protocols_lwt.IP, via Mirage_protocols_lwt.IPV4 and Mirage_protocols_lwt.IPV6 Mirage_protocols.ICMP and Mirage_protocols_lwt.ICMP, via Mirage_protocols_lwt.ICMPV4 Mirage_protocols.UDP and Mirage_protocols_lwt.UDP, via Mirage_protocols_lwt.UDPV4 and Mirage_protocols_lwt.UDPV6 Mirage_protocols.TCP and Mirage_protocols_lwt.TCP, via Mirage_protocols_lwt.TCPV4 and Mirage_protocols_lwt.TCPV6
mirage-protocols is distributed under the ISC license.
README
mirage-protocols — MirageOS signatures for network protocols
mirage-protocols provides a set of module types which libraries intended to be used as MirageOS network implementations should implement.
The set of protocols defined is:
Mirage_protocols.ETHIF and Mirage_protocols_lwt.ETHIF Mirage_protocols.ARP and Mirage_protocols_lwt.ARP Mirage_protocols.IP and Mirage_protocols_lwt.IP, via Mirage_protocols_lwt.IPV4 and Mirage_protocols_lwt.IPV6 Mirage_protocols.ICMP and Mirage_protocols_lwt.ICMP, via Mirage_protocols_lwt.ICMPV4 Mirage_protocols.UDP and Mirage_protocols_lwt.UDP, via Mirage_protocols_lwt.UDPV4 and Mirage_protocols_lwt.UDPV6 Mirage_protocols.TCP and Mirage_protocols_lwt.TCP, via Mirage_protocols_lwt.TCPV4 and Mirage_protocols_lwt.TCPV6
mirage-protocols is distributed under the ISC license.
Installation
mirage-protocols can be installed with opam
:
opam install mirage-protocols
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-protocols
.
Dependencies (8)
-
cstruct
>= "1.9.0"
- lwt
-
ipaddr
>= "2.0.0" & < "3.0.0"
-
mirage-protocols
= "1.1.0"
-
topkg
build & >= "0.8.0"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.01.0"
Dev Dependencies
None
Used by (5)
-
arp-mirage
< "2.0.0"
-
charrua-client-mirage
>= "0.11.1" & < "0.12.0"
-
mirage-qubes-ipv4
< "0.7.0"
-
mirage-types-lwt
>= "3.0.0" & < "3.2.0"
-
tcpip
>= "3.1.0" & < "3.4.0"
Conflicts
None