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"
7license: "ISC"
8build: [
9 ["jbuilder" "subst" "-p" name] {dev}
10 ["jbuilder" "build" "-p" name "-j" jobs]
11 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml"
15 "ipaddr"
16 "cstruct"
17 "mirage-time-lwt"
18 "mirage-clock-lwt"
19 "lwt"
20 "rresult"
21 "logs"
22 "lru" {< "0.3.0"}
23 "ppx_deriving" {>= "4.2"}
24 "jbuilder" {>= "1.0+beta7"}
25 "tcpip" {>= "3.0.0" & <"3.6.0"}
26 "alcotest" {with-test}
27 "mirage-clock-unix" {with-test}
28]
29synopsis:
30 "library for network address translation intended for use with mirage unikernels"
31url {
32 src:
33 "https://github.com/mirage/mirage-nat/releases/download/v1.0.0/mirage-nat-1.0.0.tbz"
34 checksum: [
35 "sha256=6ebb6473c828966b3802d3aff3d41a197cca7197653917a8f8ea39321f7f5b1e"
36 "md5=d4e606a41be5e85d5fe974dc7d1dd8f7"
37 ]
38}