package mirage-nat

  1. Overview
  2. No Docs
Mirage-nat is a library for network address translation to be used with MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-nat-v2.0.0.tbz
sha256=375aa94af4855efb9bb6acf7967cc3eac6df335638d6f2dc36ae6f9991d5dc66
sha512=06adaac5922a48bf77ee2b5320bcb9e8ee0d2b330bd77f4828ca31918c94c67757879f2e7966a6e23ca3e0c456a3d900283e03158a747a22c67954601532e3aa

Description

Mirage-nat is a library for network address translation. It is intended for use in MirageOS and makes extensive use of tcpip, the network stack used by default in MirageOS unikernels.

Published: 20 Dec 2019

Dependencies (14)

  1. arp
  2. ethernet >= "2.0.0" & < "3.0.0"
  3. tcpip >= "3.7.9" & < "4.1.0"
  4. dune >= "1.0"
  5. ppx_deriving >= "4.2"
  6. lru >= "0.3.0"
  7. logs
  8. rresult
  9. lwt
  10. mirage-clock >= "3.0.0"
  11. mirage-time >= "2.0.0"
  12. cstruct
  13. ipaddr
  14. ocaml >= "4.06.0"

Dev Dependencies (3)

  1. mirage-clock-unix with-test
  2. alcotest with-test
  3. ipaddr with-test & < "5.0.0"

Used by

None

Conflicts

None