unikernel-repo/packages/solo5-tenders.0.7.3/opam
Reynir Björnsson e887cd761b Add solo5-tenders package (#2)
Solo5-tenders.0.7.3 is the same as solo5.0.7.3 with only the tenders and solo5-elftool. Solo5-tenders opam file conflicts with solo5 as they provide the same binaries. The OS packages are named solo5 and conflict with solo5-hvt.

Reviewed-on: https://git.robur.io/robur/unikernel-repo/pulls/2
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
Co-committed-by: Reynir Björnsson <reynir@reynir.dk>
2022-10-25 13:11:51 +00:00

66 lines
2.9 KiB
Text

opam-version: "2.0"
maintainer: "martin@lucina.net"
authors: [
"Dan Williams <djwillia@us.ibm.com>"
"Martin Lucina <martin@lucina.net>"
"Ricardo Koller <kollerr@us.ibm.com>"
]
homepage: "https://github.com/solo5/solo5"
bug-reports: "https://github.com/solo5/solo5/issues"
license: "ISC"
dev-repo: "git+https://github.com/solo5/solo5.git"
build: [
["./configure.sh" "--prefix=%{prefix}%" "--disable-toolchain"]
[make "V=1"]
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
]
# install: [make "V=1" "install"]
depends: [
"conf-pkg-config" {build & os = "linux"}
"conf-libseccomp" {build & os = "linux"}
]
depexts: [
["linux-headers"] {os-distribution = "alpine"}
["kernel-headers"] {os-distribution = "fedora"}
["kernel-headers"] {os-distribution = "rhel"}
["linux-libc-dev"] {os-family = "debian"}
]
conflicts: [
"ocaml-freestanding" {< "0.7.0"}
"solo5-bindings-hvt"
"solo5-bindings-spt"
"solo5-bindings-virtio"
"solo5-bindings-muen"
"solo5-bindings-genode"
"solo5-bindings-xen"
# XXX(reynir) we install the same binaries
"solo5"
]
available: [
(arch = "x86_64" | arch = "arm64" | arch = "ppc64") &
(os = "linux" | os = "freebsd" | os = "openbsd")
]
synopsis: "Solo5 sandboxed execution environment"
description: """
Solo5 is a sandboxed execution environment primarily intended
for, but not limited to, running applications built using various
unikernels (a.k.a. library operating systems).
This package provides the Solo5 components needed to run MirageOS
unikernels on the host system.
"""
url {
src:
"https://github.com/Solo5/solo5/releases/download/v0.7.3/solo5-v0.7.3.tar.gz"
checksum:
"sha512=cafc590923b7bb53f27d46255914af620e47f14ce772c2e03afb0badf3c89abe06e625db290a8ccfaf280320ad4e63cf4876106f5d1d8a7801b13ccb5c033f2d"
}
extra-files: [
["packaging/FreeBSD/MANIFEST" "sha512=321f26281126749bb7307c4375a56ebedf32fd4c9028f21c8e2b995c04bb6ac83fd0971f213f01d3442cfcfd353e6a2578c6e24501fd84868914a2fa2c7859c8"]
["packaging/FreeBSD/create_package.sh" "sha512=3c3c3b5d82fbd2651b9701f42a010c0a8a25f7b9dd0c134bc1f254a45d5d6b2589140f25af2a2ea87af2b5973a89e351d3a15e597026b850c110022f49a78f7d"]
["packaging/debian/changelog" "sha512=c99c931846f6066be06fb69b19914dd1385a445b0d6d976f04a95198301469bd8e2d33bcc997796d81dd21c8b49d15cfec604ec707cfd9e8663f4bc8f5c7c22b"]
["packaging/debian/control" "sha512=abb4458916e1e7574070c3ef243cfad58aabf600ef82a22585e55ad279c9f18753c94224bc34d55533e5069801d84c701996d572470ced9f8e9b9da25c484615"]
["packaging/debian/copyright" "sha512=722fe8f14e03d015dec7bced1b3cca619e0aee2d9e067e298281052956b24aa41ed95f9c1917205a37097261d5ae3707c8053bad8aea144f0220ff50c02b9625"]
["packaging/debian/create_package.sh" "sha512=383c4dde2ee85ad9357bcec3053a91326b9e091cd4cfb15c8c163af6c9d8b0759fcce21f9e7278b3444f7733886f468f59cec82322864f42b6ea7010e543bc3d"]
]