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: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.04.0"} "dune" {>= "1.0"} "cstruct" {>= "3.0.0"} "lwt" {>= "2.4.3"} "mirage-net-lwt" {>= "2.0.0"} "io-page" {>= "1.5.0"} "io-page-xen" {>= "2.0.0"} "mirage-xen" {>= "3.3.0" & < "4.0.0"} "netchannel" {= "1.10.2"} "lwt-dllist" "logs" {>= "0.5.0"} ] tags: "org:mirage" synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" description: """ This library allows an OCaml application to read and write Ethernet frames via the [Netfront/netback][xen-net] protocol. """ url { src: "https://github.com/mirage/mirage-net-xen/releases/download/v1.10.2/mirage-net-xen-v1.10.2.tbz" checksum: [ "sha256=4b86c740935fc3fa6d6e7174c2b009dabed326429a97167f6b7ca34220bc7a15" "md5=d8c2360a8763debd56a2b70a264bc256" ] }