opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Thomas Leonard"]
homepage: "https://github.com/mirage/mirage-net-xen"
bug-reports: "https://github.com/mirage/mirage-net-xen/issues"
dev-repo: "git+https://github.com/mirage/mirage-net-xen.git"
build: [
  [make]
]
install: [
  [make "install"]
]
remove: [
  ["ocamlfind" "remove" "mirage-net-xen"]
  ["ocamlfind" "remove" "netchannel"]
]
depends: [
  "ocaml" {>= "4.02.0" & < "4.04.0"}
  "ocamlfind"
  "cstruct" {>= "1.9.0"}
  "ppx_tools"
  "ppx_deriving"
  "ppx_sexp_conv" {< "v0.15"}
  "ocamlbuild" {build}
  "lwt" {>= "2.4.3"}
  "mirage-types" {>= "1.1.0" & < "3.0.0"}
  "mirage-types-lwt" {>= "1.1.0" & < "3.0.0"}
  "io-page" {>= "1.5.0"}
  "mirage-xen" {>= "1.1.0" & < "4.0.0"}
  "ipaddr" {>= "1.0.0" & < "3.0.0"}
  "mirage-profile" {>= "0.3"}
  "shared-memory-ring" {>= "1.1.1"}
  "sexplib" {>= "113.01.00" & < "v0.15"}
  "result"
]
synopsis: "Ethernet network device driver for MirageOS/Xen"
description: """
This library allows an OCaml application to read and
write Ethernet frames via the `Netfront` protocol.

* Web: <http://openmirage.org>
* E-mail: <mirageos-devel@lists.xenproject.org>
* Issues: <https://github.com/mirage/mirage/issues>"""
flags: light-uninstall
url {
  src: "https://github.com/mirage/mirage-net-xen/archive/v1.6.0.tar.gz"
  checksum: "md5=f53888dfd5585fa3f98d4830169dcaa8"
}
available: false
