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" 20x-ci-accept-failures: ["debian-unstable"] 21flags: deprecated 22available: (arch = "x86_64" | arch = "x86_64") & os != "macos" 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.1.tar.gz" 36 checksum: [ 37 "sha256=68b6e6f71aaf8bcc587bd24bb0ebd0c7373bff811ccdd689d951b9a10ad37718" 38 "md5=09114a0655aa13553f3750665daf66ff" 39 ] 40}