this repo has no description
1opam-version: "2.0" 2maintainer: "Mindy Preston <meetup@yomimono.org>" 3authors: "Mindy Preston <meetup@yomimono.org>" 4homepage: "https://github.com/mirage/mirage-nat" 5bug-reports: "https://github.com/mirage/mirage-nat/issues/" 6dev-repo: "git+https://github.com/mirage/mirage-nat.git" 7doc: "https://mirage.github.io/mirage-nat/" 8license: "ISC" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.08.0"} 16 "ipaddr" 17 "cstruct" {>= "6.0.0"} 18 "lru" {>= "0.3.0"} 19 "ppx_deriving" {>= "4.2"} 20 "dune" {>= "1.0"} 21 "tcpip" {>= "7.0.0" & < "8.0.0"} 22 "ethernet" {>= "3.0.0"} 23 "alcotest" {with-test} 24 "mirage-clock-unix" {with-test} 25 "fmt" {with-test & >= "0.8.7"} 26 "lwt" {with-test} 27 "logs" {with-test} 28] 29conflicts: [ 30 "result" {< "1.5"} 31] 32synopsis: "Mirage-nat is a library for network address translation to be used with MirageOS" 33description: """ 34Mirage-nat is a library for [network address 35translation](https://tools.ietf.org/html/rfc2663). It is intended for use in 36[MirageOS](https://mirage.io) and makes extensive use of 37[tcpip](https://github.com/mirage/mirage-tcpip), the network stack used by 38default in MirageOS unikernels. 39""" 40url { 41 src: 42 "https://github.com/mirage/mirage-nat/releases/download/v2.2.5/mirage-nat-v2.2.5.tbz" 43 checksum: [ 44 "sha256=048456aa671f438af47e1816e53cc7b80a32e04df1c79ecfe70a725fc907b707" 45 "sha512=6de96fadd624a8054cbca09d4b13f40f4ff78fa8fb0e18170d5514a291bde2c3e56dfed1472a9420dab5e8aff4ab4e7cd25907df299f2554e4e3d419a2f0ab16" 46 ] 47} 48x-commit-hash: "81d91428e0fe1e61f6302a9f5cc9e4877a2aa5fd"