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/MagnusS/mirage-vnetif" 5bug-reports: "https://github.com/MagnusS/mirage-vnetif/issues/" 6license: "ISC" 7dev-repo: "git+https://github.com/MagnusS/mirage-vnetif.git" 8build: [make] 9install: [make "install"] 10remove: ["ocamlfind" "remove" "mirage-vnetif"] 11depends: [ 12 "ocaml" 13 "lwt" 14 "mirage-types" {< "3.0.0"} 15 "cstruct" {< "6.1.0"} 16 "ipaddr" {< "3.0.0"} 17 "io-page" 18 "mirage-profile" 19 "ocamlbuild" {build} 20] 21synopsis: "Virtual network interface and software switch for Mirage." 22description: """ 23Provides the module Vnetif which can be used as a replacement for the 24regular Netif implementation in Xen and Unix. Stacks built using 25Vnetif are connected to a software switch that allows the stacks to 26communicate as if they were connected to the same LAN.""" 27flags: light-uninstall 28url { 29 src: "https://github.com/MagnusS/mirage-vnetif/archive/0.2.0.tar.gz" 30 checksum: [ 31 "sha256=9f4aeb6114a4492b6b50f7930d000694a4f24bdfeb9e2655e2f1020b59a12697" 32 "md5=712966a3d9ad813145f0b67af8b3d8ae" 33 ] 34}