File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
packages/mirage-xen/mirage-xen.8.0.2 Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: "The MirageOS team"
4+ homepage: "https://github.com/mirage/mirage-xen"
5+ bug-reports: "https://github.com/mirage/mirage-xen/issues/"
6+ dev-repo: "git+https://github.com/mirage/mirage-xen.git"
7+ doc: "https://mirage.github.io/mirage-xen/"
8+ license: "ISC"
9+ tags: ["org:mirage"]
10+
11+ build: [
12+ [ "dune" "subst" ] {dev}
13+ [ "dune" "build" "-p" name "-j" jobs ]
14+ ]
15+ depends: [
16+ "ocaml" {>= "4.08.0"}
17+ "dune" {>= "2.7.0"}
18+ "cstruct" {>= "1.0.1"}
19+ "lwt" {>= "2.4.3"}
20+ "shared-memory-ring-lwt"
21+ "xenstore" {>= "1.2.5"}
22+ "lwt-dllist"
23+ "mirage-profile" {>= "0.3"}
24+ "io-page" {>= "2.4.0"}
25+ "mirage-runtime" {>= "4.0"}
26+ "logs"
27+ "fmt" {>= "0.8.5"}
28+ "bheap" {>= "2.0.0"}
29+ "duration"
30+ "metrics"
31+ "metrics-lwt" {>= "0.2.0"}
32+ ]
33+ available: [
34+ (arch = "x86_64" ) &
35+ (os = "linux" | os = "freebsd" | os = "openbsd")
36+ ]
37+ synopsis: "Xen core platform libraries for MirageOS"
38+ description: """
39+ This package provides the MirageOS `OS` library for
40+ Xen targets, which handles the main loop and timers. It also provides
41+ the low level C startup code and C stubs required by the OCaml code.
42+ """
43+ url {
44+ src:
45+ "https://github.com/mirage/mirage-xen/releases/download/v8.0.2/mirage-xen-8.0.2.tbz"
46+ checksum: [
47+ "sha256=2e5b86ec48a74c0cd4d24cc5ed40155e4819ce853e508d024dc362efe07327bc"
48+ "sha512=d2b2e919f8669bd0f8691db460025fd5d1a79a2744a551eb3e016db55ca915e8f2d747844ec7774abffabb9fff43c23aab95f76027b74b08d72d75ad3c584c19"
49+ ]
50+ }
51+ x-commit-hash: "d1ee224fbdaa79bd4c1136a80c4594c454d12c27"
You can’t perform that action at this time.
0 commit comments