-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25901 from hannesm/release-mirage-v4.5.1
[new release] mirage (2 packages) (4.5.1)
- Loading branch information
Showing
2 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" | ||
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" | ||
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] | ||
homepage: "https://github.com/mirage/mirage" | ||
bug-reports: "https://github.com/mirage/mirage/issues/" | ||
dev-repo: "git+https://github.com/mirage/mirage.git" | ||
license: "ISC" | ||
tags: ["org:mirage" "org:xapi-project"] | ||
doc: "https://mirage.github.io/mirage/" | ||
|
||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
|
||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"dune" {>= "2.9.0"} | ||
"logs" {>= "0.7.0"} | ||
"lwt" {>= "4.0.0"} | ||
"ipaddr" {>= "5.5.0"} | ||
"cmdliner" {>= "1.2.0"} | ||
] | ||
conflicts: [ | ||
"result" {< "1.5"} | ||
"ppxlib" {= "0.29.0"} #0.29.0 provides a vendored ppx_sexp_conv | ||
] | ||
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel" | ||
description: """ | ||
A bundle of useful runtime functions for applications built with MirageOS | ||
""" | ||
url { | ||
src: | ||
"https://github.com/mirage/mirage/releases/download/v4.5.1/mirage-4.5.1.tbz" | ||
checksum: [ | ||
"sha256=81e00be4aac00372fc246bf721c1fe1681e587b229d3a60613e93ca7f2857e0c" | ||
"sha512=4eed10a76ad63064933cecee5b5a4d183cb83e794510ee10d5f9e6484f9abf296e94cb0facf21486fc0b9086e6fb8315ceffd943d48b8d84fbff56848a6151f4" | ||
] | ||
} | ||
x-commit-hash: "4fb4a3195f741395e710ec2d7315df2bc27fcabc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
opam-version: "2.0" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" | ||
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" | ||
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] | ||
homepage: "https://github.com/mirage/mirage" | ||
bug-reports: "https://github.com/mirage/mirage/issues/" | ||
dev-repo: "git+https://github.com/mirage/mirage.git" | ||
license: "ISC" | ||
tags: ["org:mirage" "org:xapi-project"] | ||
doc: "https://mirage.github.io/mirage/" | ||
available: opam-version >= "2.1.0" | ||
|
||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
|
||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"ocaml" {with-test & < "5"} | ||
"dune" {>= "2.9.0"} | ||
"astring" | ||
"cmdliner" {>= "1.2.0"} | ||
"emile" {>= "1.1"} | ||
"fmt" {>= "0.8.7"} | ||
"ipaddr" {>= "5.0.0"} | ||
"bos" | ||
"fpath" | ||
"rresult" {>= "0.7.0"} | ||
"uri" {>= "4.2.0"} | ||
"logs" {>= "0.7.0"} | ||
"opam-monorepo" {>= "0.3.2"} | ||
"alcotest" {with-test} | ||
"mirage-runtime" {with-test & = version} | ||
] | ||
|
||
conflicts: [ "jbuilder" {with-test} ] | ||
|
||
synopsis: "The MirageOS library operating system" | ||
description: """ | ||
MirageOS is a library operating system that constructs unikernels for | ||
secure, high-performance network applications across a variety of | ||
cloud computing and mobile platforms. Code can be developed on a | ||
normal OS such as Linux or MacOS X, and then compiled into a | ||
fully-standalone, specialised unikernel that runs under the Xen | ||
hypervisor. | ||
|
||
Since Xen powers most public cloud computing infrastructure such as | ||
Amazon EC2 or Rackspace, this lets your servers run more cheaply, | ||
securely and with finer control than with a full software stack. | ||
""" | ||
url { | ||
src: | ||
"https://github.com/mirage/mirage/releases/download/v4.5.1/mirage-4.5.1.tbz" | ||
checksum: [ | ||
"sha256=81e00be4aac00372fc246bf721c1fe1681e587b229d3a60613e93ca7f2857e0c" | ||
"sha512=4eed10a76ad63064933cecee5b5a4d183cb83e794510ee10d5f9e6484f9abf296e94cb0facf21486fc0b9086e6fb8315ceffd943d48b8d84fbff56848a6151f4" | ||
] | ||
} | ||
x-commit-hash: "4fb4a3195f741395e710ec2d7315df2bc27fcabc" |