this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Thomas Leonard"] 4license: "ISC" 5homepage: "https://github.com/mirage/mirage-net-xen" 6bug-reports: "https://github.com/mirage/mirage-net-xen/issues" 7dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" 8doc: "https://mirage.github.io/mirage-net-xen/" 9build: [ 10 [ "dune" "subst"] {dev} 11 [ "dune" "build" "-p" name "-j" jobs ] 12] 13 14depends: [ 15 "ocaml" {>= "4.08.0"} 16 "dune" {>= "1.0"} 17 "cstruct" {>= "6.0.0"} 18 "ppx_sexp_conv" 19 "ppx_cstruct" 20 "lwt" {>= "2.4.3"} 21 "mirage-net" {>= "3.0.0"} 22 "io-page" {>= "1.5.0"} 23 "mirage-xen" {>= "7.0.0"} 24 "ipaddr" {>= "3.0.0"} 25 "mirage-profile" {>="0.3"} 26 "shared-memory-ring" {>="3.0.0"} 27 "sexplib" {>= "113.01.00"} 28 "logs" {>= "0.5.0"} 29 "lwt-dllist" 30 "result" {>= "1.5"} 31 "macaddr" {>= "5.2.0"} 32] 33tags: "org:mirage" 34synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" 35description: """ 36This library allows an OCaml application to read and 37write Ethernet frames via the [Netfront/netback][xen-net] protocol. 38 39Note: the `Netif` module is the public API. 40The `Netchannel` API is still under development. 41""" 42url { 43 src: 44 "https://github.com/mirage/mirage-net-xen/releases/download/v2.1.1/mirage-net-xen-2.1.1.tbz" 45 checksum: [ 46 "sha256=918b007fa9edc16294a76e9d31ca7905271d50e686a4ce3ad39d235597ba81fb" 47 "sha512=684cb2feee4ca1445318bbb527c7237272c20b47fc2ed2543547e1ccf189eedaacf55a44aa29ba369c16381e9d8f5ebe15155ea767c050a1c3027fa563281d03" 48 ] 49} 50x-commit-hash: "92716b795ade110afe87c1cf1ba06f07d6bee660"