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 "lwt" {>= "2.4.3"} 19 "mirage-net" {>= "3.0.0"} 20 "io-page" {>= "1.5.0"} 21 "mirage-xen" {>= "7.0.0"} 22 "netchannel" {= version} 23 "lwt-dllist" 24 "logs" {>= "0.5.0"} 25] 26 27tags: "org:mirage" 28synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" 29description: """ 30This library allows an OCaml application to read and 31write Ethernet frames via the [Netfront/netback][xen-net] protocol. 32""" 33url { 34 src: 35 "https://github.com/mirage/mirage-net-xen/releases/download/v2.1.0/mirage-net-xen-2.1.0.tbz" 36 checksum: [ 37 "sha256=5c60078cd4debbaaabdfb6f379315e545a65af218b4c5b80af6128cfe9a539de" 38 "sha512=fc51d8198ef9d3be3a093e1a149a2b946b11e830f549a961cde4fa5fcb86e498a1f07700933ba7da152ac6f36b00002e22b5388cc3cad5bc444cdbff81464bca" 39 ] 40} 41x-commit-hash: "bd9d31cc1bf0939d8ef6ba3d16ba0170636e7cb4"