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" { >= "4.1.0" } 22 "ethernet" { >= "2.0.0" & < "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: [ "result" {< "1.5"} ] 30synopsis: "Mirage-nat is a library for network address translation to be used with MirageOS" 31description: """ 32Mirage-nat is a library for [network address 33translation](https://tools.ietf.org/html/rfc2663). It is intended for use in 34[MirageOS](https://mirage.io) and makes extensive use of 35[tcpip](https://github.com/mirage/mirage-tcpip), the network stack used by 36default in MirageOS unikernels. 37""" 38url { 39 src: 40 "https://github.com/mirage/mirage-nat/releases/download/v2.2.4/mirage-nat-v2.2.4.tbz" 41 checksum: [ 42 "sha256=3e0bcb421ed307b83cd74e594e29c904740d511e5b7fcd49afef854c813ec547" 43 "sha512=9d3e8dd9f80ba5e42bff3e02446acc5a29c8708138f08c6e069705bf44ad8c54ad1d1fe0a0ba6b3128a0045189b1847b4baefccaed57e4216aee96bb48ab852f" 44 ] 45} 46x-commit-hash: "05befb6d08dbb81a9891adfd84ea2970eee44158"