opam-version: "2.0"
maintainer: "Magnus Skjegstad <magnus@skjegstad.com>"
authors: "Magnus Skjegstad <magnus@skjegstad.com>"
homepage: "https://github.com/MagnusS/mirage-vnetif"
bug-reports: "https://github.com/MagnusS/mirage-vnetif/issues/"
license: "ISC"
dev-repo: "git+https://github.com/MagnusS/mirage-vnetif.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "mirage-vnetif"]
depends: [
  "ocaml"
  "lwt"
  "mirage-types" {< "3.0.0"}
  "cstruct"
  "ipaddr" {< "3.0.0"}
  "io-page"
  "mirage-profile"
  "ocamlbuild" {build}
]
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."""
flags: light-uninstall
url {
  src: "https://github.com/MagnusS/mirage-vnetif/archive/0.2.0.tar.gz"
  checksum: "md5=712966a3d9ad813145f0b67af8b3d8ae"
}
