this repo has no description

Merge pull request #21103 from hannesm/ocaml-freestanding-0.6.7

new release: ocaml-freestanding 0.6.7 (support for OCaml 4.14, floating point fix for xen/qubes)

Changed files
+36
packages
ocaml-freestanding
ocaml-freestanding.0.6.7
+36
packages/ocaml-freestanding/ocaml-freestanding.0.6.7/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Martin Lucina <martin@lucina.net>"
+
authors: "Martin Lucina <martin@lucina.net>"
+
homepage: "https://github.com/mirage/ocaml-solo5"
+
bug-reports: "https://github.com/mirage/ocaml-solo5/issues/"
+
license: "MIT"
+
tags: "org:mirage"
+
dev-repo: "git+https://github.com/mirage/ocaml-solo5.git"
+
build: [make]
+
install: [make "install" "PREFIX=%{prefix}%"]
+
depends: [
+
"conf-pkg-config"
+
"ocamlfind" {build}
+
"ocaml-src" {build}
+
("solo5-bindings-hvt" | "solo5-bindings-spt" | "solo5-bindings-virtio" | "solo5-bindings-muen" | "solo5-bindings-genode" | "solo5-bindings-xen")
+
"ocaml" {>= "4.08.0" & < "4.15.0"}
+
]
+
conflicts: [
+
"sexplib" {= "v0.9.0"}
+
"solo5-kernel-ukvm"
+
"solo5-kernel-virtio"
+
"solo5-kernel-muen"
+
]
+
available: [
+
((os = "linux" & (arch = "x86_64" | arch = "arm64"))
+
| (os = "freebsd" & arch = "x86_64")
+
| (os = "openbsd" & arch = "x86_64"))
+
]
+
synopsis: "Freestanding OCaml runtime"
+
description:
+
"This package provides a freestanding OCaml runtime (asmrun), suitable for linking with a unikernel base layer."
+
url {
+
src: "https://github.com/mirage/ocaml-solo5/archive/v0.6.7.tar.gz"
+
checksum:
+
"sha512=483b3bd4f20031ac8dfc0b4e0c74f85b2d14abe63d82727cba2a5bb2d56d73a18733b025ad2572d394c4891d6103d124e0055bc5e7fa8fcf4d07b99dd1c8e9d8"
+
}