Skip to content

Commit d7f7268

Browse files
authored
Merge pull request #28785 from hannesm/release-mirage-v4.10.3
[new release] mirage (2 packages) (4.10.3)
2 parents 7f9c784 + 5d4b500 commit d7f7268

File tree

2 files changed

+110
-0
lines changed
  • packages
    • mirage-runtime/mirage-runtime.4.10.3
    • mirage/mirage.4.10.3

2 files changed

+110
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
3+
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
4+
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
5+
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
6+
homepage: "https://github.com/mirage/mirage"
7+
bug-reports: "https://github.com/mirage/mirage/issues/"
8+
dev-repo: "git+https://github.com/mirage/mirage.git"
9+
license: "ISC"
10+
tags: ["org:mirage" "org:xapi-project"]
11+
doc: "https://mirage.github.io/mirage/"
12+
available: opam-version >= "2.1.0"
13+
14+
build: [
15+
["dune" "subst"] {dev}
16+
["dune" "build" "-p" name "-j" jobs]
17+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
18+
]
19+
20+
depends: [
21+
"ocaml" {>= "4.13.0"}
22+
"dune" {>= "2.9.0"}
23+
"logs" {>= "0.7.0"}
24+
"lwt" {>= "4.0.0"}
25+
"ipaddr" {>= "5.5.0"}
26+
"cmdliner" {>= "1.2.0"}
27+
]
28+
conflicts: [
29+
"result" {< "1.5"}
30+
"ppxlib" {= "0.29.0"} #0.29.0 provides a vendored ppx_sexp_conv
31+
]
32+
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
33+
description: """
34+
A bundle of useful runtime functions for applications built with MirageOS
35+
"""
36+
x-maintenance-intent: [ "(latest)" ]
37+
url {
38+
src:
39+
"https://github.com/mirage/mirage/releases/download/v4.10.3/mirage-4.10.3.tbz"
40+
checksum: [
41+
"sha256=648db61b37ba27281a16d4917ef963f36d84c22d9f0596ca1955e871bdce8133"
42+
"sha512=74da93861e0d915564db77dee56aa207a53bc35f75087dd78c9fcd8f24fbdea68c04404b901b90ba62c8b577be9fda0b8980322c6e8a2f423c6c6f6b96779f45"
43+
]
44+
}
45+
x-commit-hash: "3ede337d925f640939b3c3ed683178317e0d53d6"

packages/mirage/mirage.4.10.3/opam

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
opam-version: "2.0"
2+
3+
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
4+
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
5+
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
6+
homepage: "https://github.com/mirage/mirage"
7+
bug-reports: "https://github.com/mirage/mirage/issues/"
8+
dev-repo: "git+https://github.com/mirage/mirage.git"
9+
license: "ISC"
10+
tags: ["org:mirage" "org:xapi-project"]
11+
doc: "https://mirage.github.io/mirage/"
12+
available: opam-version >= "2.1.0"
13+
14+
build: [
15+
["dune" "subst"] {dev}
16+
["dune" "build" "-p" name "-j" jobs]
17+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
18+
]
19+
20+
depends: [
21+
"ocaml" {>= "4.13.0"}
22+
"ocaml" {with-test & < "5"}
23+
"dune" {>= "2.9.0"}
24+
"astring"
25+
"cmdliner" {>= "2.0.0"}
26+
"emile" {>= "1.1"}
27+
"fmt" {>= "0.8.7"}
28+
"ipaddr" {>= "5.0.0"}
29+
"bos"
30+
"fpath"
31+
"rresult" {>= "0.7.0"}
32+
"uri" {>= "4.2.0"}
33+
"logs" {>= "0.7.0"}
34+
"opam-monorepo" {>= "0.4.0"}
35+
"alcotest" {with-test}
36+
"mirage-runtime" {with-test & = version}
37+
"dune" {with-test & != "3.20.0" & != "3.20.1"}
38+
]
39+
40+
conflicts: [ "jbuilder" {with-test} ]
41+
42+
synopsis: "The MirageOS library operating system"
43+
description: """
44+
MirageOS is a library operating system that constructs unikernels for
45+
secure, high-performance network applications across a variety of
46+
cloud computing and mobile platforms. Code can be developed on a
47+
normal OS such as Linux or MacOS X, and then compiled into a
48+
fully-standalone, specialised unikernel that runs under the Xen
49+
or KVM (or FreeBSD BHyve or OpenBSD VMM) hypervisor. It also runs
50+
on the Muen separation kernel.
51+
52+
Since Xen powers most public cloud computing infrastructure such as
53+
Amazon EC2 or Rackspace, this lets your servers run more cheaply,
54+
securely and with finer control than with a full software stack.
55+
"""
56+
x-maintenance-intent: [ "(latest)" ]
57+
url {
58+
src:
59+
"https://github.com/mirage/mirage/releases/download/v4.10.3/mirage-4.10.3.tbz"
60+
checksum: [
61+
"sha256=648db61b37ba27281a16d4917ef963f36d84c22d9f0596ca1955e871bdce8133"
62+
"sha512=74da93861e0d915564db77dee56aa207a53bc35f75087dd78c9fcd8f24fbdea68c04404b901b90ba62c8b577be9fda0b8980322c6e8a2f423c6c6f6b96779f45"
63+
]
64+
}
65+
x-commit-hash: "3ede337d925f640939b3c3ed683178317e0d53d6"

0 commit comments

Comments
 (0)