opam-version: "2.0" maintainer: "Magnus Skjegstad " authors: "Magnus Skjegstad " homepage: "https://github.com/mirage/mirage-vnetif" bug-reports: "https://github.com/mirage/mirage-vnetif/issues/" dev-repo: "git+https://github.com/mirage/mirage-vnetif.git" doc: "https://mirage.github.io/mirage-vnetif/" license: "ISC" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "1.0"} "lwt" "mirage-time-lwt" {>= "1.0.0"} "mirage-clock-lwt" {>= "1.2.0"} "mirage-net-lwt" {>= "2.0.0"} "cstruct" {>="2.4.0" & < "6.1.0"} "ipaddr" {>= "3.0.0"} "macaddr" "mirage-profile" "duration" "logs" "result" ] tags: ["org:mirage"] synopsis: "Virtual network interface and software switch for Mirage" description: """ Provides the module `Vnetif` which can be used as a replacement for the regular `Netif` implementation in Xen and Unix. Stacks built using `Vnetif` are connected to a software switch that allows the stacks to communicate as if they were connected to the same LAN. """ url { src: "https://github.com/mirage/mirage-vnetif/releases/download/v0.4.2/mirage-vnetif-v0.4.2.tbz" checksum: [ "sha256=3aa8e1a1ea63fe66e8cda551671c6389ed2595d176fdf4246f2f38f3175f65c0" "md5=196f5e1cadb53a16d29d3b9c89c65bc4" ] }