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.06.0"} 18 "dune" {>= "1.9"} 19 "result" {>= "1.5"} 20 "lwt" 21 "mirage-time" {>= "2.0.0"} 22 "mirage-clock" {>= "3.0.0"} 23 "mirage-net" {>= "3.0.0"} 24 "mirage-random" {< "4.0.0"} 25 "mirage-vnetif" {= version} 26 "tcpip" {>= "7.0.0" & < "8.0.0"} 27 "ethernet" 28 "cstruct" {>="6.0.0"} 29 "ipaddr" {>= "5.0.0"} 30 "macaddr" 31 "mirage-profile" 32 "arp" {>= "3.0.0" & < "4.0.0"} 33 "duration" 34 "logs" 35 "mirage-time-unix" {with-test} 36 "mirage-clock-unix" {with-test} 37 "mirage-random-test" {with-test} 38 "alcotest" {>= "1.5.0" & with-test} 39 "alcotest-lwt" {with-test} 40] 41tags: ["org:mirage"] 42synopsis: "Vnetif implementation of mirage-stack for Mirage TCP/IP" 43description: """ 44Provides Vnetif_stack, a mirage-stack implementation using Vnetif and the 45Mirage TCP/IP stack. The virtual stack can be used to test and record Mirage 46TCP/IP connections over a virtual network interface, as a process or VM. 47""" 48url { 49 src: 50 "https://github.com/mirage/mirage-vnetif/releases/download/v0.6.0/mirage-vnetif-0.6.0.tbz" 51 checksum: [ 52 "sha256=7f3468345a9d9e3e0a7be78d768e5caef6e7283c7affe750caef8adeb0f9758c" 53 "sha512=c3202e2e2d5025d8f71fab8aea60495ad7b2f864d1bee6e0909cde088a8a080305279537b3f412ea3050dc35b4e39ce224e34a0c6b944f80c7d28a524ef56111" 54 ] 55} 56x-commit-hash: "5913b93d096e0cab7b9e870233cbcd09c94c47d4"