Skip to content

Commit f07b64d

Browse files
author
David Scott
committed
vchan.0.9.5
Signed-off-by: David Scott <[email protected]>
1 parent f5ac6f5 commit f07b64d

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

packages/vchan/vchan.0.9.5/descr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Xen Vchan implementation
2+
Vchan is a high performance inter-domain communications protocol using
3+
shared memory. This implementation runs in both userspace and
4+
kernelspace using Mirage.

packages/vchan/vchan.0.9.5/opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
opam-version: "1"
2+
maintainer: "[email protected]"
3+
authors: [
4+
"Vincent Bernardoff"
5+
"Jon Ludlam"
6+
]
7+
homepage: "http://github.com/mirage/ocaml-vchan"
8+
license: "ISC"
9+
build: [
10+
[make]
11+
[make "install"]
12+
]
13+
remove: [["ocamlfind" "remove" "vchan"]]
14+
depends: [
15+
"ocamlfind"
16+
"mirage"
17+
"io-page"
18+
"xenstore" {>= "1.2.2"}
19+
"xenstore_transport"
20+
"xen-evtchn" {>= "1.0.3"}
21+
"xen-gnt"
22+
"cmdliner"
23+
]
24+
ocaml-version: [>= "4.00.1"]

packages/vchan/vchan.0.9.5/url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/mirage/ocaml-vchan/archive/v0.9.5.tar.gz"
2+
checksum: "975a917d48037ebb928bf66eb62a0a21"

0 commit comments

Comments
 (0)