opam-version: "2.0" maintainer: "anil@recoil.org" authors: ["Anil Madhavapeddy" "Thomas Leonard"] license: "ISC" 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.08.0"} "dune" {>= "1.0"} "cstruct" {>= "6.0.0"} "lwt" {>= "2.4.3"} "mirage-net" {>= "3.0.0"} "io-page" {>= "1.5.0"} "mirage-xen" {>= "7.0.0"} "netchannel" {= version} "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/v2.1.0/mirage-net-xen-2.1.0.tbz" checksum: [ "sha256=5c60078cd4debbaaabdfb6f379315e545a65af218b4c5b80af6128cfe9a539de" "sha512=fc51d8198ef9d3be3a093e1a149a2b946b11e830f549a961cde4fa5fcb86e498a1f07700933ba7da152ac6f36b00002e22b5388cc3cad5bc444cdbff81464bca" ] } x-commit-hash: "bd9d31cc1bf0939d8ef6ba3d16ba0170636e7cb4"