-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27387 from hannesm/release-mirage-xen-v9.0.0
[new release] mirage-xen (9.0.0)
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: "The MirageOS team" | ||
homepage: "https://github.com/mirage/mirage-xen" | ||
bug-reports: "https://github.com/mirage/mirage-xen/issues/" | ||
dev-repo: "git+https://github.com/mirage/mirage-xen.git" | ||
doc: "https://mirage.github.io/mirage-xen/" | ||
license: "ISC" | ||
tags: ["org:mirage"] | ||
|
||
build: [ | ||
[ "dune" "subst" ] {dev} | ||
[ "dune" "build" "-p" name "-j" jobs ] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"dune" {>= "2.7.0"} | ||
"cstruct" {>= "1.0.1"} | ||
"lwt" {>= "2.4.3"} | ||
"shared-memory-ring-lwt" | ||
"xenstore" {>= "1.2.5"} | ||
"lwt-dllist" | ||
"io-page" {>= "2.4.0"} | ||
"mirage-runtime" {>= "4.6.0"} | ||
"logs" | ||
"fmt" {>= "0.8.5"} | ||
"bheap" {>= "2.0.0"} | ||
"duration" | ||
"metrics" | ||
"metrics-lwt" {>= "0.2.0"} | ||
"mirage-sleep" {>= "4.0.0"} | ||
] | ||
available: [ | ||
(arch = "x86_64" ) & | ||
(os = "linux" | os = "freebsd" | os = "openbsd") | ||
] | ||
synopsis: "Xen core platform libraries for MirageOS" | ||
description: """ | ||
This package provides the MirageOS `OS` library for | ||
Xen targets, which handles the main loop and timers. It also provides | ||
the low level C startup code and C stubs required by the OCaml code. | ||
""" | ||
x-maintenance-intent: [ "(latest)" ] | ||
url { | ||
src: | ||
"https://github.com/mirage/mirage-xen/releases/download/v9.0.0/mirage-xen-9.0.0.tbz" | ||
checksum: [ | ||
"sha256=95d15ff80782fbc013c2a57f496815da56a3859bc1eb86947fe07149afc8fa43" | ||
"sha512=99ef971baa1630cf7cb43d08fa125b8c26a58b61be6b3b4f8561d18614d5f86e969ef220a45282a93be9a8864bf0e12660ed323d161b8a88d398126598ed5614" | ||
] | ||
} | ||
x-commit-hash: "91a845a95277c299d57347db71171aa1ee4b7de5" |