File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
packages/mirage-net-xen/mirage-net-xen.2.1.6 Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: ["Anil Madhavapeddy" "Thomas Leonard"]
4+ license: "ISC"
5+ homepage: "https://github.com/mirage/mirage-net-xen"
6+ bug-reports: "https://github.com/mirage/mirage-net-xen/issues"
7+ dev-repo: "git+https://github.com/mirage/mirage-net-xen.git"
8+ doc: "https://mirage.github.io/mirage-net-xen/"
9+ build: [
10+ [ "dune" "subst"] {dev}
11+ [ "dune" "build" "-p" name "-j" jobs ]
12+ ]
13+
14+ depends: [
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+ ]
28+ conflicts: [
29+ "result" {< "1.5"}
30+ ]
31+ tags: "org:mirage"
32+ synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol"
33+ description: """
34+ This library allows an OCaml application to read and
35+ write Ethernet frames via the [Netfront/netback][xen-net] protocol.
36+ """
37+ x-maintenance-intent: [ "(latest)" ]
38+ url {
39+ src:
40+ "https://github.com/mirage/mirage-net-xen/releases/download/v2.1.6/mirage-net-xen-2.1.6.tbz"
41+ checksum: [
42+ "sha256=a586f78599f355b54f4954a4210592c1406f1439fee3180582797e862e56e26d"
43+ "sha512=5c6b9e3a563182a9872374d292d89220b7b48d13d82c4f566374b3c16a84d559cc88176576d24f7e2efaceb188bd4ff17395eba3d4f0d3fcc62e335cd15e0e92"
44+ ]
45+ }
46+ x-commit-hash: "8f68b0b3de5c93f8bde679bc7a00d3810fad61f7"
You can’t perform that action at this time.
0 commit comments