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"
doc:           "https://mirage.github.io/mirage-net-xen"
build: [
  [ "jbuilder" "subst" "-p" name] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta9"}
  "cstruct" {>= "3.0.0"}
  "ppx_tools"
  "ppx_sexp_conv" {< "v0.15"}
  "ppx_cstruct"
  "lwt" {>= "2.4.3"}
  "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"}
  "io-page" {>= "1.5.0"}
  "io-page-xen" {>= "2.0.0"}
  "mirage-xen" {>= "1.1.0" & < "3.3.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"
  "logs" {>= "0.5.0"}
]
tags: "org:mirage"
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>"""
url {
  src:
    "https://github.com/mirage/mirage-net-xen/releases/download/1.7.1/mirage-net-xen-1.7.1.tbz"
  checksum: "md5=ff89b0aa21dd3a3796aef7e537ff4ce7"
}
available: false
