|
| 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.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 | +] |
| 34 | +synopsis: "The MirageOS library operating system" |
| 35 | +description: """ |
| 36 | +MirageOS is a library operating system that constructs unikernels for |
| 37 | +secure, high-performance network applications across a variety of |
| 38 | +cloud computing and mobile platforms. Code can be developed on a |
| 39 | +normal OS such as Linux or MacOS X, and then compiled into a |
| 40 | +fully-standalone, specialised unikernel that runs under the Xen |
| 41 | +hypervisor. |
| 42 | + |
| 43 | +Since Xen powers most public cloud computing infrastructure such as |
| 44 | +Amazon EC2 or Rackspace, this lets your servers run more cheaply, |
| 45 | +securely and with finer control than with a full software stack. |
| 46 | +""" |
| 47 | +url { |
| 48 | + src: |
| 49 | + "https://github.com/mirage/mirage/releases/download/v4.4.1/mirage-4.4.1.tbz" |
| 50 | + checksum: [ |
| 51 | + "sha256=14a09dceb44956952b096aab4e213c974d19289398b2f23d98dcc9d19c430708" |
| 52 | + "sha512=47caff67e93f03a9b45da33edc2574a8a97c6b7fff92d2ba10afc5ed0bc8c44741a871f1db6293b0144159f98112b900be02450e8fb4b454e88d065c6417d2f1" |
| 53 | + ] |
| 54 | +} |
| 55 | +x-commit-hash: "ec12b06aedc4e31115f145d049bfb656e89abc85" |
0 commit comments