package tcpip

  1. Overview
  2. Docs

Description

mirage-tcpip provides a networking stack for the Mirage operating system. It provides implementations for the following module types (which correspond with the similarly-named protocols):

  • IP (via the IPv4 and IPv6 modules)
  • ICMP
  • UDP
  • TCP

Tags

org:mirage

Published: 23 Sep 2020

Dependencies (25)

  1. lru >= "0.3.0"
  2. ethernet >= "2.0.0" & < "3.0.0"
  3. randomconv
  4. duration
  5. logs >= "0.6.0"
  6. lwt-dllist
  7. lwt >= "4.0.0"
  8. fmt >= "0.8.0"
  9. mirage-profile >= "0.5"
  10. macaddr-cstruct
  11. macaddr >= "4.0.0"
  12. ipaddr >= "5.0.0"
  13. mirage-time >= "2.0.0"
  14. mirage-protocols >= "4.0.0" & < "5.0.0"
  15. mirage-stack >= "2.1.0" & < "4.0.0"
  16. mirage-random >= "2.0.0"
  17. mirage-clock >= "3.0.0"
  18. mirage-net >= "3.0.0"
  19. cstruct-lwt
  20. cstruct >= "3.2.0" & < "6.1.0"
  21. rresult >= "0.5.0"
  22. result
  23. ocaml >= "4.06.0"
  24. dune-configurator
  25. dune

Dev Dependencies (8)

  1. ipaddr-cstruct with-test
  2. arp-mirage with-test & >= "2.0.0"
  3. mirage-random-test with-test & >= "0.1.0"
  4. mirage-clock-unix with-test & >= "3.0.0"
  5. pcap-format with-test
  6. alcotest with-test & >= "0.7.0" & < "1.4.0"
  7. mirage-vnetif with-test & >= "0.5.0"
  8. mirage-flow with-test & >= "2.0.0"

Used by (20)

  1. arp < "0.2.0"
  2. caldav
  3. capnp-rpc-mirage >= "0.3.2" & < "0.6.0" | >= "0.8.0" & < "1.1"
  4. caqti-mirage
  5. charrua >= "1.2.2" & < "1.5.0"
  6. charrua-client-lwt >= "0.11.1" & < "0.12.0"
  7. charrua-client-mirage >= "0.11.1" & < "0.12.0"
  8. charrua-core >= "0.11.2"
  9. conduit = "0.10.0"
  10. frenetic >= "5.0.0" & < "5.0.5"
  11. git-mirage >= "2.0.0" & < "3.0.0"
  12. mirage-conduit >= "2.0.0" & < "2.2.0"
  13. mirage-dns < "2.6.0"
  14. mirage-nat >= "2.1.0" & < "2.2.5"
  15. mirage-qubes-ipv4 >= "0.8.3" & < "0.9.2"
  16. mirage-www >= "1.1.0"
  17. packet >= "0.4.0"
  18. spoke
  19. tftp
  20. vpnkit >= "0.1.1"

Conflicts

None