this repo has no description
1opam-version: "2.0" 2maintainer: "martin@lucina.net" 3authors: [ 4 "Dan Williams <djwillia@us.ibm.com>" 5 "Martin Lucina <martin@lucina.net>" 6 "Ricardo Koller <kollerr@us.ibm.com>" 7] 8homepage: "https://github.com/solo5/solo5" 9bug-reports: "https://github.com/solo5/solo5/issues" 10license: "ISC" 11dev-repo: "git+https://github.com/solo5/solo5.git" 12build: [make "virtio"] 13install: [make "opam-virtio-install" "PREFIX=%{prefix}%"] 14remove: [make "opam-virtio-uninstall" "PREFIX=%{prefix}%"] 15depends: [ 16 "ocaml" {>= "4.02.3"} 17 "conf-pkg-config" {< "3"} 18] 19conflicts: "solo5-kernel-ukvm" 20available: (arch = "x86_64" | arch = "x86_64") & os != "macos" 21flags: deprecated 22patches: [ "solo5-no-werror.diff" ] 23synopsis: "Solo5 unikernel base (virtio target)" 24description: """ 25This package provides the Solo5 base layer to run MirageOS unikernels on the 26"virtio" target. Unikernels built for the "virtio" target run directly on 27existing hypervisors, such as KVM/QEMU and bhyve. 28 29Additionally, this package installs the "solo5-run-virtio" tool, a wrapper for 30launching unikernels on various hypervisors, and the "solo5-mkimage" tool for 31building MBR-partitioned disk images with a bootloader and unikernel installed. 32The latter includes support for building images suitable for upload to Google 33Compute Engine.""" 34url { 35 src: "https://github.com/Solo5/solo5/archive/v0.2.2.tar.gz" 36 checksum: [ 37 "sha256=a582f32dfbf1e725a23bce5bf656b6dbfe9c160e2e157a1ca1e6d59a7db268be" 38 "md5=29e344999bd7476e6e83e9533b8a4dd9" 39 ] 40} 41extra-source "solo5-no-werror.diff" { 42 src: 43 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/solo5-kernel-virtio/solo5-no-werror.diff" 44 checksum: [ 45 "sha256=233c9258f486ed7e576cd639c71ad5490e351c9ed27ce6e720c1c58c7de63285" 46 "md5=504ea2e71ca098974c9ab0e85eef309b" 47 ] 48}