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