this repo has no description

[new release] mirage, mirage-runtime, functoria and functoria-runtime (4.3.5)

CHANGES:

#### Changed
- Remove OCaml dependency to allow OCaml 5 being chosen (mirage/mirage#1409 @palainp)
- Disallow empty key names (mirage/mirage#1407 @reynir)
- Allow tls-mirage 0.17 (mirage/mirage#1405 @hannesm)
- Allow tcpip 8.0 (mirage/mirage#1410 @hannesm)
- Fix typo in generated Makefile (mirage/mirage#1406 @hannesm)

Changed files
+198
packages
functoria
functoria.4.3.5
functoria-runtime
functoria-runtime.4.3.5
mirage
mirage.4.3.5
mirage-runtime
mirage-runtime.4.3.5
+40
packages/functoria-runtime/functoria-runtime.4.3.5/opam
···
+
opam-version: "2.0"
+
maintainer: "Gabriel Radanne <drupyog@zoho.com>"
+
authors: [ "Thomas Gazagnaire"
+
"Anil Madhavapeddy"
+
"Dave Scott"
+
"Thomas Leonard"
+
"Gabriel Radanne" ]
+
homepage: "https://github.com/mirage/mirage"
+
bug-reports: "https://github.com/mirage/mirage/issues"
+
dev-repo: "git+https://github.com/mirage/mirage.git"
+
doc: "https://mirage.github.io/mirage/"
+
license: "ISC"
+
tags: ["org: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"}
+
"cmdliner" {>= "1.1.0"}
+
"fmt" {>= "0.8.7"}
+
]
+
+
synopsis: "Runtime support library for functoria-generated code"
+
description: """
+
This is the runtime support library for code generated by functoria.
+
"""
+
url {
+
src:
+
"https://github.com/mirage/mirage/releases/download/v4.3.5/mirage-4.3.5.tbz"
+
checksum: [
+
"sha256=3106648f194402c5fe33f06eac292f2988989567aebdf59818c72b68755f0580"
+
"sha512=72a687d4f6f3d11e035146b8064add7012b9959c75d60f92c3bcf5d273979084658874b6af170ea159b8737d15e8879e9797c9976916a9c50a0d9e19545fce64"
+
]
+
}
+
x-commit-hash: "4dcb471e595083ad7069801dbe6b99e6128a1d91"
+58
packages/functoria/functoria.4.3.5/opam
···
+
opam-version: "2.0"
+
maintainer: "Gabriel Radanne <drupyog@zoho.com>"
+
authors: [ "Thomas Gazagnaire"
+
"Anil Madhavapeddy"
+
"Dave Scott"
+
"Thomas Leonard"
+
"Gabriel Radanne" ]
+
homepage: "https://github.com/mirage/mirage"
+
bug-reports: "https://github.com/mirage/mirage/issues"
+
dev-repo: "git+https://github.com/mirage/mirage.git"
+
doc: "https://mirage.github.io/mirage/"
+
license: "ISC"
+
tags: ["org: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}
+
["env" "INSIDE_FUNCTORIA_TESTS=1" "dune" "exec" "-p" name "-j" jobs "--"
+
"test/functoria/e2e/test.exe"] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.9.0"}
+
"dune" {with-test & >= "3.0.0"}
+
"base-unix"
+
"cmdliner" {>= "1.1.1"}
+
"rresult" {>= "0.7.0"}
+
"result" {>= "1.5"}
+
"astring"
+
"fmt" {>= "0.8.7"}
+
"logs"
+
"bos"
+
"fpath"
+
"emile" {>= "1.1"}
+
"uri" {>= "4.2.0"}
+
"alcotest" {with-test}
+
"functoria-runtime" {= version & with-test}
+
]
+
synopsis: "A DSL to organize functor applications"
+
description: """
+
Functoria is a DSL to describe a set of modules and functors, their types and
+
how to apply them in order to produce a complete application.
+
+
The main use case is mirage. See the [mirage](https://github.com/mirage/mirage)
+
repository for details.
+
"""
+
url {
+
src:
+
"https://github.com/mirage/mirage/releases/download/v4.3.5/mirage-4.3.5.tbz"
+
checksum: [
+
"sha256=3106648f194402c5fe33f06eac292f2988989567aebdf59818c72b68755f0580"
+
"sha512=72a687d4f6f3d11e035146b8064add7012b9959c75d60f92c3bcf5d273979084658874b6af170ea159b8737d15e8879e9797c9976916a9c50a0d9e19545fce64"
+
]
+
}
+
x-commit-hash: "4dcb471e595083ad7069801dbe6b99e6128a1d91"
+45
packages/mirage-runtime/mirage-runtime.4.3.5/opam
···
+
opam-version: "2.0"
+
maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
+
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"}
+
"ipaddr" {>= "5.0.0"}
+
"functoria-runtime" {= version}
+
"fmt" {>= "0.8.4"}
+
"logs"
+
"lwt" {>= "4.0.0"}
+
"alcotest" {with-test}
+
]
+
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.3.5/mirage-4.3.5.tbz"
+
checksum: [
+
"sha256=3106648f194402c5fe33f06eac292f2988989567aebdf59818c72b68755f0580"
+
"sha512=72a687d4f6f3d11e035146b8064add7012b9959c75d60f92c3bcf5d273979084658874b6af170ea159b8737d15e8879e9797c9976916a9c50a0d9e19545fce64"
+
]
+
}
+
x-commit-hash: "4dcb471e595083ad7069801dbe6b99e6128a1d91"
+55
packages/mirage/mirage.4.3.5/opam
···
+
opam-version: "2.0"
+
maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
+
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 & os != "macos"}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.9.0"}
+
"dune" {with-test & >= "3.0.0"}
+
"ipaddr" {>= "5.0.0"}
+
"functoria" {= version}
+
"bos"
+
"astring"
+
"logs"
+
"mirage-runtime" {= version}
+
"opam-monorepo" {>= "0.3.2"}
+
"alcotest" {with-test}
+
"fmt" {>= "0.8.7" & 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.3.5/mirage-4.3.5.tbz"
+
checksum: [
+
"sha256=3106648f194402c5fe33f06eac292f2988989567aebdf59818c72b68755f0580"
+
"sha512=72a687d4f6f3d11e035146b8064add7012b9959c75d60f92c3bcf5d273979084658874b6af170ea159b8737d15e8879e9797c9976916a9c50a0d9e19545fce64"
+
]
+
}
+
x-commit-hash: "4dcb471e595083ad7069801dbe6b99e6128a1d91"