Skip to content

Commit c3a78ae

Browse files
committed
[new release] mirage-nat (3.0.2)
CHANGES: - adapt to tcpip 8.0.0 API change (mirage/mirage-nat#49 @hannesm)
1 parent c6df073 commit c3a78ae

File tree

1 file changed

+44
-0
lines changed
  • packages/mirage-nat/mirage-nat.3.0.2

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
maintainer: "Mindy Preston <[email protected]>"
3+
authors: "Mindy Preston <[email protected]>"
4+
homepage: "https://github.com/mirage/mirage-nat"
5+
bug-reports: "https://github.com/mirage/mirage-nat/issues/"
6+
dev-repo: "git+https://github.com/mirage/mirage-nat.git"
7+
doc: "https://mirage.github.io/mirage-nat/"
8+
license: "ISC"
9+
build: [
10+
["dune" "subst"] {dev}
11+
["dune" "build" "-p" name "-j" jobs]
12+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
13+
]
14+
depends: [
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+
]
27+
conflicts: [ "result" {< "1.5"} ]
28+
synopsis: "Mirage-nat is a library for network address translation to be used with MirageOS"
29+
description: """
30+
Mirage-nat is a library for [network address
31+
translation](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
34+
default in MirageOS unikernels.
35+
"""
36+
url {
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+
}
44+
x-commit-hash: "8df31ecd0de2a447fede93311da48f0bb0c664f1"

0 commit comments

Comments
 (0)