MirageOS signatures for network protocols
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Last Published
- 15 Sep 2018
- Authors
- Maintainers
Sources
Dependencies
cstruct
>= "1.9.0"
ipaddr
>= "2.0.0" & < "3.0.0"
mirage-protocols
>= "1.4.0" & < "2.0.0"
jbuilder
>= "1.0+beta9"
ocaml
>= "4.03.0"
Reverse Dependencies
arp-mirage
< "2.0.0"
charrua-client-mirage
>= "0.11.1" & < "0.12.0"
ethernet
< "2.0.0"
mirage-qubes-ipv4
>= "0.6" & < "0.7.0"
mirage-types-lwt
>= "3.2.0" & < "3.4.0"
tcpip
>= "3.5.0" & < "3.7.1"