|
| 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.13.0"} |
| 22 | + "ocaml" {with-test & < "5"} |
| 23 | + "dune" {>= "2.9.0"} |
| 24 | + "astring" |
| 25 | + "cmdliner" {>= "2.0.0"} |
| 26 | + "emile" {>= "1.1"} |
| 27 | + "fmt" {>= "0.8.7"} |
| 28 | + "ipaddr" {>= "5.0.0"} |
| 29 | + "bos" |
| 30 | + "fpath" |
| 31 | + "rresult" {>= "0.7.0"} |
| 32 | + "uri" {>= "4.2.0"} |
| 33 | + "logs" {>= "0.7.0"} |
| 34 | + "opam-monorepo" {>= "0.4.0"} |
| 35 | + "alcotest" {with-test} |
| 36 | + "mirage-runtime" {with-test & = version} |
| 37 | + "dune" {with-test & != "3.20.0" & != "3.20.1"} |
| 38 | +] |
| 39 | + |
| 40 | +conflicts: [ "jbuilder" {with-test} ] |
| 41 | + |
| 42 | +synopsis: "The MirageOS library operating system" |
| 43 | +description: """ |
| 44 | +MirageOS is a library operating system that constructs unikernels for |
| 45 | +secure, high-performance network applications across a variety of |
| 46 | +cloud computing and mobile platforms. Code can be developed on a |
| 47 | +normal OS such as Linux or MacOS X, and then compiled into a |
| 48 | +fully-standalone, specialised unikernel that runs under the Xen |
| 49 | +or KVM (or FreeBSD BHyve or OpenBSD VMM) hypervisor. It also runs |
| 50 | +on the Muen separation kernel. |
| 51 | + |
| 52 | +Since Xen powers most public cloud computing infrastructure such as |
| 53 | +Amazon EC2 or Rackspace, this lets your servers run more cheaply, |
| 54 | +securely and with finer control than with a full software stack. |
| 55 | +""" |
| 56 | +x-maintenance-intent: [ "(latest)" ] |
| 57 | +url { |
| 58 | + src: |
| 59 | + "https://github.com/mirage/mirage/releases/download/v4.10.3/mirage-4.10.3.tbz" |
| 60 | + checksum: [ |
| 61 | + "sha256=648db61b37ba27281a16d4917ef963f36d84c22d9f0596ca1955e871bdce8133" |
| 62 | + "sha512=74da93861e0d915564db77dee56aa207a53bc35f75087dd78c9fcd8f24fbdea68c04404b901b90ba62c8b577be9fda0b8980322c6e8a2f423c6c6f6b96779f45" |
| 63 | + ] |
| 64 | +} |
| 65 | +x-commit-hash: "3ede337d925f640939b3c3ed683178317e0d53d6" |
0 commit comments