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 "ipaddr" {>= "3.0.0"} 23 "shared-memory-ring" {>="3.0.0"} 24 "macaddr" {>= "5.2.0"} 25 "lwt-dllist" 26 "logs" {>= "0.5.0"} 27] 28conflicts: [ 29 "result" {< "1.5"} 30] 31tags: "org:mirage" 32synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" 33description: """ 34This library allows an OCaml application to read and 35write Ethernet frames via the [Netfront/netback][xen-net] protocol. 36""" 37url { 38 src: 39 "https://github.com/mirage/mirage-net-xen/releases/download/v2.1.5/mirage-net-xen-2.1.5.tbz" 40 checksum: [ 41 "sha256=1399dfa90e79a485efdf61b480ef801d202bb10cf2d63b0c9b7b12631586d1f9" 42 "sha512=ecc85ea1cbdd17750198ed7b3ccb1d3f3d3cde5fb949d01099a8838660ffa997ab848bfd622ee323c6635246c9643b945792a60fbcee717bdc66eba4c403acf5" 43 ] 44} 45x-commit-hash: "11815dcad78e039df8656e4802f82198fe5630b3" 46x-maintenance-intent: [ "(latest)" ]