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] 14 15depends: [ 16 "ocaml" {>= "4.06.0"} 17 "dune" {>= "1.9"} 18 "result" {>= "1.5"} 19 "lwt" 20 "mirage-net" {>= "3.0.0"} 21 "cstruct" {>="6.0.0"} 22 "ipaddr" {>= "3.0.0"} 23 "macaddr" 24 "mirage-profile" 25 "duration" 26 "logs" 27] 28tags: ["org:mirage"] 29synopsis: "Virtual network interface and software switch for Mirage" 30description: """ 31Provides the module `Vnetif` which can be used as a replacement for the regular 32`Netif` implementation in Xen and Unix. Stacks built using `Vnetif` are 33connected to a software switch that allows the stacks to communicate as if they 34were connected to the same LAN. 35""" 36url { 37 src: 38 "https://github.com/mirage/mirage-vnetif/releases/download/v0.6.0/mirage-vnetif-0.6.0.tbz" 39 checksum: [ 40 "sha256=7f3468345a9d9e3e0a7be78d768e5caef6e7283c7affe750caef8adeb0f9758c" 41 "sha512=c3202e2e2d5025d8f71fab8aea60495ad7b2f864d1bee6e0909cde088a8a080305279537b3f412ea3050dc35b4e39ce224e34a0c6b944f80c7d28a524ef56111" 42 ] 43} 44x-commit-hash: "5913b93d096e0cab7b9e870233cbcd09c94c47d4"