this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25651 from samoht/release-mirage-v4.5.0

[new release] mirage (2 packages) (4.5.0)

authored by

Thomas Gazagnaire and committed by
GitHub
9f03f078 b5c21ecd

+104
+43
packages/mirage-runtime/mirage-runtime.4.5.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"] 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 + 13 + build: [ 14 + ["dune" "subst"] {dev} 15 + ["dune" "build" "-p" name "-j" jobs] 16 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17 + ] 18 + 19 + depends: [ 20 + "ocaml" {>= "4.08.0"} 21 + "dune" {>= "2.9.0"} 22 + "logs" {>= "0.7.0"} 23 + "lwt" {>= "4.0.0"} 24 + "ipaddr" {>= "5.5.0"} 25 + "cmdliner" {>= "1.2.0"} 26 + ] 27 + conflicts: [ 28 + "result" {< "1.5"} 29 + "ppxlib" {= "0.29.0"} #0.29.0 provides a vendored ppx_sexp_conv 30 + ] 31 + synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel" 32 + description: """ 33 + A bundle of useful runtime functions for applications built with MirageOS 34 + """ 35 + url { 36 + src: 37 + "https://github.com/mirage/mirage/releases/download/v4.5.0/mirage-4.5.0.tbz" 38 + checksum: [ 39 + "sha256=68da8f19fa48f1815c045cb1249afe35dcc32a90b58f6315b025bad7d1c74e78" 40 + "sha512=110aa2155dda5cea8263b723cb263336910fe5677ceb39d3d56a0123181c79d8767a97f7f20f3e757ba9889b73b8b188207b290cebae4cd96ce3b307e745a86c" 41 + ] 42 + } 43 + x-commit-hash: "88faf8f466c2778f18fa63391ece8635682ef21e"
+61
packages/mirage/mirage.4.5.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"] 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 + "astring" 24 + "cmdliner" {>= "1.2.0"} 25 + "emile" {>= "1.1"} 26 + "fmt" {>= "0.8.7"} 27 + "ipaddr" {>= "5.0.0"} 28 + "bos" 29 + "fpath" 30 + "rresult" {>= "0.7.0"} 31 + "uri" {>= "4.2.0"} 32 + "logs" {>= "0.7.0"} 33 + "opam-monorepo" {>= "0.3.2"} 34 + "alcotest" {with-test} 35 + "mirage-runtime" {with-test & = version} 36 + ] 37 + 38 + conflicts: [ "jbuilder" {with-test} ] 39 + 40 + synopsis: "The MirageOS library operating system" 41 + description: """ 42 + MirageOS is a library operating system that constructs unikernels for 43 + secure, high-performance network applications across a variety of 44 + cloud computing and mobile platforms. Code can be developed on a 45 + normal OS such as Linux or MacOS X, and then compiled into a 46 + fully-standalone, specialised unikernel that runs under the Xen 47 + hypervisor. 48 + 49 + Since Xen powers most public cloud computing infrastructure such as 50 + Amazon EC2 or Rackspace, this lets your servers run more cheaply, 51 + securely and with finer control than with a full software stack. 52 + """ 53 + url { 54 + src: 55 + "https://github.com/mirage/mirage/releases/download/v4.5.0/mirage-4.5.0.tbz" 56 + checksum: [ 57 + "sha256=68da8f19fa48f1815c045cb1249afe35dcc32a90b58f6315b025bad7d1c74e78" 58 + "sha512=110aa2155dda5cea8263b723cb263336910fe5677ceb39d3d56a0123181c79d8767a97f7f20f3e757ba9889b73b8b188207b290cebae4cd96ce3b307e745a86c" 59 + ] 60 + } 61 + x-commit-hash: "88faf8f466c2778f18fa63391ece8635682ef21e"