this repo has no description
1opam-version: "2.0"
2maintainer: "Magnus Skjegstad <magnus@skjegstad.com>"
3authors: "Magnus Skjegstad <magnus@skjegstad.com>"
4homepage: "https://github.com/mirage/mirage-vnetif"
5bug-reports: "https://github.com/mirage/mirage-vnetif/issues/"
6dev-repo: "git+https://github.com/mirage/mirage-vnetif.git"
7doc: "https://mirage.github.io/mirage-vnetif/"
8license: "ISC"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "build" "@test/vnetif-stack/runtest" "-p" name "-j" jobs] {with-test}
14]
15
16depends: [
17 "ocaml" {>= "4.08.0"}
18 "dune" {>= "1.9"}
19 "lwt"
20 "mirage-time" {>= "3.0.0"}
21 "mirage-clock" {>= "4.0.0"}
22 "mirage-net" {>= "3.0.0"}
23 "mirage-random"
24 "mirage-vnetif" {= version}
25 "tcpip" {>= "8.0.0" & < "8.2.0"}
26 "ethernet"
27 "cstruct" {>="6.0.0"}
28 "ipaddr" {>= "5.0.0"}
29 "macaddr"
30 "arp" {>= "3.0.0" & < "4.0.0"}
31 "duration"
32 "logs"
33 "mirage-time-unix" {with-test}
34 "mirage-clock-unix" {with-test & >= "4.0.0"}
35 "mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0.0"}
36 "alcotest" {>= "1.5.0" & with-test}
37 "alcotest-lwt" {>= "1.5.0" & with-test}
38]
39conflicts: [ "result" {< "1.5"} ]
40tags: ["org:mirage"]
41synopsis: "Vnetif implementation of mirage-stack for Mirage TCP/IP"
42description: """
43Provides Vnetif_stack, a mirage-stack implementation using Vnetif and the
44Mirage TCP/IP stack. The virtual stack can be used to test and record Mirage
45TCP/IP connections over a virtual network interface, as a process or VM.
46"""
47url {
48 src:
49 "https://github.com/mirage/mirage-vnetif/releases/download/v0.6.1/mirage-vnetif-0.6.1.tbz"
50 checksum: [
51 "sha256=a6ae3c5298b82316007174c2ba92b8f935a2f15be9d6e023e32bfde716b8dab6"
52 "sha512=022e7c847c75cb550367cc91772d5e3b1a970192a9983ba8a3ba12ca2ec3594fe25ebcddcff60c57452f00157de31f32dec3d4e9feee6020aaf25a39fa5a17e2"
53 ]
54}
55x-commit-hash: "9ad448d6dca9ea76c9eac9abfb90899c5c95bbcc"