File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
packages/vchan/vchan.0.9.5 Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
1
+ opam-version: "1"
2
+
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"]
Original file line number Diff line number Diff line change
1
+ archive: "https://github.com/mirage/ocaml-vchan/archive/v0.9.5.tar.gz"
2
+ checksum: "975a917d48037ebb928bf66eb62a0a21"
You can’t perform that action at this time.
0 commit comments