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.08.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 "mirage-xen" {>= "6.0.0" & < "7.0.0"}
21 "netchannel" {= version}
22 "lwt-dllist"
23 "logs" {>= "0.5.0"}
24]
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"""
32x-commit-hash: "d517b5ddb84ee7954e1a28b21535a8688da6287d"
33url {
34 src:
35 "https://github.com/mirage/mirage-net-xen/releases/download/v2.0.0/mirage-net-xen-v2.0.0.tbz"
36 checksum: [
37 "sha256=ec3906ef1804ef6a9e36b91f4ae73ce4849e9e0d1d36a80fe66b5f905fab93ad"
38 "sha512=ead53a07c482f95932c1f35f642f646b19e9415722418cce90e9d2336b77e58b0014b84a68e882721195aba758eed62cbc491bdf604e031507fd512b5c14806e"
39 ]
40}
41flags: [ deprecated ]