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