Skip to content

Commit

Permalink
Merge pull request #19655 from hannesm/ocaml-freestanding.0.6.5
Browse files Browse the repository at this point in the history
release ocaml-freestanding 0.6.5
  • Loading branch information
mseri authored Oct 4, 2021
2 parents 3f470e1 + 7f5558d commit 3fd503d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/ocaml-freestanding/ocaml-freestanding.0.6.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
maintainer: "Martin Lucina <martin@lucina.net>"
authors: "Martin Lucina <martin@lucina.net>"
homepage: "https://github.com/mirage/ocaml-freestanding"
bug-reports: "https://github.com/mirage/ocaml-freestanding/issues/"
license: "MIT"
tags: "org:mirage"
dev-repo: "git+https://github.com/mirage/ocaml-freestanding.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.14.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-freestanding/archive/v0.6.5.tar.gz"
checksum: "sha512=d54cd9cc9f9c63c3f58a1082b1b4ede5bbf7441e4eb5741bfc907440f9a515d4989fb80076d3291d76a7b69d171a98b07691f946e2610e93c30ef36fa126864e"
}

0 comments on commit 3fd503d

Please sign in to comment.