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 "dune" {>= "1.0"} 20 "tcpip" { >= "7.0.0" & < "8.0.0"} 21 "ethernet" { >= "3.0.0" } 22 "alcotest" {with-test} 23 "mirage-clock-unix" {with-test} 24 "fmt" {with-test & >= "0.8.7"} 25 "logs" {with-test} 26] 27conflicts: [ "result" {< "1.5"} ] 28synopsis: "Mirage-nat is a library for network address translation to be used with MirageOS" 29description: """ 30Mirage-nat is a library for [network address 31translation](https://tools.ietf.org/html/rfc2663). It is intended for use in 32[MirageOS](https://mirage.io) and makes extensive use of 33[tcpip](https://github.com/mirage/mirage-tcpip), the network stack used by 34default in MirageOS unikernels. 35""" 36url { 37 src: 38 "https://github.com/mirage/mirage-nat/releases/download/v3.0.1/mirage-nat-3.0.1.tbz" 39 checksum: [ 40 "sha256=c117b248e32e94692b3c3eb45f1a6032b5281f363d850ed3673610c89dde8a29" 41 "sha512=1481775aa6a4e6812347be29832f99c3811909aff343d0fe25f92f65e00bda5d663cf9a96009959e63521c0123404874b66b54b8d3d5db69eca8b5682b8fc944" 42 ] 43} 44x-commit-hash: "ca43415d503b4178135f1df4ecde5e27b5444aa1"