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" { >= "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.2/mirage-nat-3.0.2.tbz"
39 checksum: [
40 "sha256=675837a9bdbac7f4ba6ac62feaba135bbeebe35487cbb38637b328649fc4f08b"
41 "sha512=dc951a1ad3b832c60d9dfdece8d42cd8b19d62d8f412eb58e21384d68100cfa993b5542af451e6d18619c0e9a38d0677f4d346382d7881edf35dc3816faf9945"
42 ]
43}
44x-commit-hash: "8df31ecd0de2a447fede93311da48f0bb0c664f1"
45x-maintenance-intent: [ "(latest)" ]