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/" 6dev-repo: "git+https://github.com/MagnusS/mirage-vnetif.git" 7license: "ISC" 8 9build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 10 11depends: [ 12 "ocaml" 13 "ocamlfind" {build} 14 "ocamlbuild" {build} 15 "topkg" {build} 16 "lwt" 17 "mirage-time-lwt" {>= "1.0.0"} 18 "mirage-clock-lwt" {>= "1.2.0"} 19 "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} 20 "cstruct" {< "6.0.1"} 21 "ipaddr" {< "3.0.0"} 22 "io-page" 23 "mirage-profile" 24 "duration" 25 "result" 26] 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 31regular Netif implementation in Xen and Unix. Stacks built using 32Vnetif are connected to a software switch that allows the stacks to 33communicate as if they were connected to the same LAN.""" 34url { 35 src: "https://github.com/MagnusS/mirage-vnetif/archive/v0.3.1.tar.gz" 36 checksum: [ 37 "sha256=38ea5baf0d03da4b0330fdd2b84a6026cc5a01950b77528c2c94a126c2b80447" 38 "md5=ce9ab7056db768bc888b6a7e615c5bf8" 39 ] 40}