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.0/mirage-nat-3.0.0.tbz"
39 checksum: [
40 "sha256=76d93101f64335f72a9be297f8a78da50048833273b90885aabe83b5566aea06"
41 "sha512=971320fe2880beebab87d748a20ca20a404b7e28fdc332f78199ddda95dfc75ac1784ed362a4be35b8212466f6f8eee123b4ea01b076b2c54e41eb2b94a00633"
42 ]
43}
44x-commit-hash: "78a32e8ad6630d5b49b64f7f988a174dc4359280"