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 & os != "macos"}
18]
19
20depends: [
21 "ocaml" {>= "4.08.0"}
22 "dune" {>= "2.9.0"}
23 "dune" {with-test & >= "3.0.0"}
24 "ipaddr" {>= "5.0.0"}
25 "functoria" {= version}
26 "bos"
27 "astring"
28 "logs"
29 "mirage-runtime" {= version}
30 "opam-monorepo" {>= "0.3.2"}
31 "alcotest" {with-test}
32 "fmt" {>= "0.8.7" & with-test}
33 "cmdliner" {< "2.0.0"}
34 "cmdliner" {with-test & < "1.2.0"}
35]
36synopsis: "The MirageOS library operating system"
37description: """
38MirageOS is a library operating system that constructs unikernels for
39secure, high-performance network applications across a variety of
40cloud computing and mobile platforms. Code can be developed on a
41normal OS such as Linux or MacOS X, and then compiled into a
42fully-standalone, specialised unikernel that runs under the Xen
43hypervisor.
44
45Since Xen powers most public cloud computing infrastructure such as
46Amazon EC2 or Rackspace, this lets your servers run more cheaply,
47securely and with finer control than with a full software stack.
48"""
49url {
50 src:
51 "https://github.com/mirage/mirage/releases/download/v4.3.3/mirage-4.3.3.tbz"
52 checksum: [
53 "sha256=0ab717b84d9530e2380e2ca681e0a28a87ff08b5f4fd1b07bd26cce4f25c683a"
54 "sha512=488872272be751c05d8d4875a92da0c1807301d51861757abfcc32ae30065890ca15120151257daf5f709d8e8bad8b61fad5478f95f01e5a6c03abc50ddf31b6"
55 ]
56}
57x-commit-hash: "575b5c892f637618f7cda267065a87538a733295"