···11+opam-version: "2.0"
22+maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
33+authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
44+ "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
55+ "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
66+homepage: "https://github.com/mirage/mirage"
77+bug-reports: "https://github.com/mirage/mirage/issues/"
88+dev-repo: "git+https://github.com/mirage/mirage.git"
99+license: "ISC"
1010+tags: ["org:mirage" "org:xapi-project"]
1111+doc: "https://mirage.github.io/mirage/"
1212+available: opam-version >= "2.1.0"
1313+1414+build: [
1515+ ["dune" "subst"] {dev}
1616+ ["dune" "build" "-p" name "-j" jobs]
1717+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
1818+]
1919+2020+depends: [
2121+ "ocaml" {>= "4.08.0"}
2222+ "dune" {>= "2.9.0"}
2323+ "dune" {with-test & >= "3.0.0"}
2424+ "ipaddr" {>= "5.0.0"}
2525+ "functoria" {= version}
2626+ "bos"
2727+ "astring"
2828+ "logs"
2929+ "mirage-runtime" {= version}
3030+ "opam-monorepo" {>= "0.3.2"}
3131+ "alcotest" {with-test}
3232+ "fmt" {>= "0.8.7" & with-test}
3333+]
3434+synopsis: "The MirageOS library operating system"
3535+description: """
3636+MirageOS is a library operating system that constructs unikernels for
3737+secure, high-performance network applications across a variety of
3838+cloud computing and mobile platforms. Code can be developed on a
3939+normal OS such as Linux or MacOS X, and then compiled into a
4040+fully-standalone, specialised unikernel that runs under the Xen
4141+hypervisor.
4242+4343+Since Xen powers most public cloud computing infrastructure such as
4444+Amazon EC2 or Rackspace, this lets your servers run more cheaply,
4545+securely and with finer control than with a full software stack.
4646+"""
4747+url {
4848+ src:
4949+ "https://github.com/mirage/mirage/releases/download/v4.4.2/mirage-4.4.2.tbz"
5050+ checksum: [
5151+ "sha256=7cf268bb911898815f6b9e0132216f4bb04a42ad2ed69900f4c5475edf1ba0f9"
5252+ "sha512=6b149473921bd046c84b4a21bf142aace427881ac584a105fd794ca17a6eb1f92dff4dbebef1a9f1523aba97ce277248b1bdb0ee92562d36f1bf85f4a3d10da8"
5353+ ]
5454+}
5555+x-commit-hash: "afa12d61d83927ff7b6b415d2503ec64d75aada6"