|
| 1 | +opam-version: "2.0" |
| 2 | + |
| 3 | +authors: [ |
| 4 | + "Dan Williams < [email protected]>" |
| 5 | + "Martin Lucina < [email protected]>" |
| 6 | + "Ricardo Koller < [email protected]>" |
| 7 | +] |
| 8 | +homepage: "https://github.com/solo5/solo5" |
| 9 | +bug-reports: "https://github.com/solo5/solo5/issues" |
| 10 | +license: "ISC" |
| 11 | +dev-repo: "git+https://github.com/solo5/solo5.git" |
| 12 | +build: [ |
| 13 | + ["./configure.sh" "--prefix=%{prefix}%"] |
| 14 | + [make "V=1"] |
| 15 | +] |
| 16 | +install: [make "V=1" "install"] |
| 17 | +depends: [ |
| 18 | + "conf-pkg-config" {build & os = "linux"} |
| 19 | + "conf-libseccomp" {build & os = "linux"} |
| 20 | +] |
| 21 | +depexts: [ |
| 22 | + ["linux-headers"] {os-distribution = "alpine"} |
| 23 | + ["kernel-headers"] {os-distribution = "fedora"} |
| 24 | + ["kernel-headers"] {os-distribution = "rhel"} |
| 25 | + ["linux-libc-dev"] {os-family = "debian"} |
| 26 | +] |
| 27 | +conflicts: [ |
| 28 | + "ocaml-freestanding" {< "0.7.0"} |
| 29 | + "solo5-bindings-hvt" |
| 30 | + "solo5-bindings-spt" |
| 31 | + "solo5-bindings-virtio" |
| 32 | + "solo5-bindings-muen" |
| 33 | + "solo5-bindings-genode" |
| 34 | + "solo5-bindings-xen" |
| 35 | +] |
| 36 | +available: [ |
| 37 | + (arch = "x86_64" | arch = "arm64" | arch = "ppc64") & |
| 38 | + (os = "linux" | os = "freebsd" | os = "openbsd") |
| 39 | +] |
| 40 | +x-ci-accept-failures: [ "centos-7" ] |
| 41 | +synopsis: "Solo5 sandboxed execution environment" |
| 42 | +description: """ |
| 43 | +Solo5 is a sandboxed execution environment primarily intended |
| 44 | +for, but not limited to, running applications built using various |
| 45 | +unikernels (a.k.a. library operating systems). |
| 46 | + |
| 47 | +This package provides the Solo5 components needed to build and |
| 48 | +run MirageOS unikernels on the host system. |
| 49 | +""" |
| 50 | +x-maintenance-intent: [ "(latest)" ] |
| 51 | +url { |
| 52 | + src: "https://github.com/Solo5/solo5/releases/download/v0.9.1/solo5-v0.9.1.tar.gz" |
| 53 | + checksum: "sha512=b17454c19f9d879ff16616c0d03168b49a181d265809cd82fbea8d20a2104738d8c03e58f379abe317b54d4d2dce4c4e3fd373e12b06dfce8fc1a67b41ea6dd9" |
| 54 | +} |
0 commit comments