this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Thomas Leonard"] 4homepage: "https://github.com/mirage/mirage-net-xen" 5bug-reports: "https://github.com/mirage/mirage-net-xen/issues" 6dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" 7doc: "https://mirage.github.io/mirage-net-xen/" 8build: [ 9 ["dune" "subst"] {dev} 10 [ "dune" "build" "-p" name "-j" jobs ] 11] 12 13depends: [ 14 "ocaml" {>= "4.06.0"} 15 "dune" {>= "1.0"} 16 "cstruct" {>= "3.0.0"} 17 "lwt" {>= "2.4.3"} 18 "mirage-net" {>= "3.0.0"} 19 "io-page" {>= "1.5.0"} 20 "io-page-xen" {>= "2.0.0"} 21 "mirage-xen" {>= "5.0.0" & < "6.0.0"} 22 "netchannel" {= version} 23 "lwt-dllist" 24 "logs" {>= "0.5.0"} 25] 26tags: "org:mirage" 27synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" 28description: """ 29This library allows an OCaml application to read and 30write Ethernet frames via the [Netfront/netback][xen-net] protocol. 31""" 32url { 33 src: 34 "https://github.com/mirage/mirage-net-xen/releases/download/v1.13.0/mirage-net-xen-v1.13.0.tbz" 35 checksum: [ 36 "sha256=3f22614131d8c405f3259fb1ce2b5dd0b1b4f721f0aafed133c23b41c95c2079" 37 "sha512=35d6f515ce554ab2b0da4b3b8c3fd969cb6e7d75d0bc0ae291128695f6961faa5f30209a1e320f425af8cdd81ee3e4f9e0a957b4d94e28a555fa972f3be1019e" 38 ] 39}