Skip to content

Commit 05d2c78

Browse files
committed
[new release] mirage (2 packages) (4.10.3)
CHANGES: - Include output file extension in generated Makefile (mirage/mirage#1619 @Firobe, fixes mirage/mirage#1610) - Allow solo5 0.10.0 (mirage/mirage#1620 @hannesm)
1 parent 6c1b386 commit 05d2c78

File tree

2 files changed

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

2 files changed

+109
-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: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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+
"astring"
24+
"cmdliner" {>= "2.0.0"}
25+
"emile" {>= "1.1"}
26+
"fmt" {>= "0.8.7"}
27+
"ipaddr" {>= "5.0.0"}
28+
"bos"
29+
"fpath"
30+
"rresult" {>= "0.7.0"}
31+
"uri" {>= "4.2.0"}
32+
"logs" {>= "0.7.0"}
33+
"opam-monorepo" {>= "0.4.0"}
34+
"alcotest" {with-test}
35+
"mirage-runtime" {with-test & = version}
36+
"dune" {with-test & != "3.20.0" & != "3.20.1"}
37+
]
38+
39+
conflicts: [ "jbuilder" {with-test} ]
40+
41+
synopsis: "The MirageOS library operating system"
42+
description: """
43+
MirageOS is a library operating system that constructs unikernels for
44+
secure, high-performance network applications across a variety of
45+
cloud computing and mobile platforms. Code can be developed on a
46+
normal OS such as Linux or MacOS X, and then compiled into a
47+
fully-standalone, specialised unikernel that runs under the Xen
48+
or KVM (or FreeBSD BHyve or OpenBSD VMM) hypervisor. It also runs
49+
on the Muen separation kernel.
50+
51+
Since Xen powers most public cloud computing infrastructure such as
52+
Amazon EC2 or Rackspace, this lets your servers run more cheaply,
53+
securely and with finer control than with a full software stack.
54+
"""
55+
x-maintenance-intent: [ "(latest)" ]
56+
url {
57+
src:
58+
"https://github.com/mirage/mirage/releases/download/v4.10.3/mirage-4.10.3.tbz"
59+
checksum: [
60+
"sha256=648db61b37ba27281a16d4917ef963f36d84c22d9f0596ca1955e871bdce8133"
61+
"sha512=74da93861e0d915564db77dee56aa207a53bc35f75087dd78c9fcd8f24fbdea68c04404b901b90ba62c8b577be9fda0b8980322c6e8a2f423c6c6f6b96779f45"
62+
]
63+
}
64+
x-commit-hash: "3ede337d925f640939b3c3ed683178317e0d53d6"

0 commit comments

Comments
 (0)