···
2
+
maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
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"
10
+
tags: ["org:mirage" "org:xapi-project"]
11
+
doc: "https://mirage.github.io/mirage/"
12
+
available: opam-version >= "2.1.0"
15
+
["dune" "subst"] {dev}
16
+
["dune" "build" "-p" name "-j" jobs]
17
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
21
+
"ocaml" {>= "4.13.0"}
24
+
"cmdliner" {>= "1.2.0"}
25
+
"cmdliner" {with-test & >= "1.3.0"}
28
+
"ipaddr" {>= "5.0.0"}
31
+
"rresult" {>= "0.7.0"}
34
+
"opam-monorepo" {>= "0.4.0"}
35
+
"alcotest" {with-test}
36
+
"mirage-runtime" {with-test & = version}
39
+
conflicts: [ "jbuilder" {with-test} ]
41
+
synopsis: "The MirageOS library operating system"
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
50
+
Since Xen powers most public cloud computing infrastructure such as
51
+
Amazon EC2 or Rackspace, this lets your servers run more cheaply,
52
+
securely and with finer control than with a full software stack.
56
+
"https://github.com/mirage/mirage/releases/download/v4.8.1/mirage-4.8.1.tbz"
58
+
"sha256=c024c04ab11c5ad6a25d7a00d44734a3c18ffe5012cc999412d853ff70c89476"
59
+
"sha512=8b2546975f7f23dcd39796a04818d1978bae593e3179c3d00afd25ec8f3d39525b6bea91ab62987795ced217a602f49abe26742fcfd044914f0a158bbbb8f676"
62
+
x-commit-hash: "070af6b65e50948e82d64e4998a8639a57f1178c"