Source: cloud-hypervisor
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Homepage: https://www.cloudhypervisor.org/
Standards-Version: 4.7.3
Build-Depends:
 debhelper-compat (= 13),
 cargo,
 rustc,
 libssl-dev,
 libzstd-dev,
 pkgconf,
Rules-Requires-Root: no

Package: cloud-hypervisor
Architecture: amd64 arm64 riscv64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Virtual Machine Monitor running on top of KVM
 Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that
 runs on top of KVM. The project focuses on exclusively running modern,
 cloud workloads, on top of a limited set of hardware architectures and
 platforms. Cloud workloads refers to those that are usually run by
 customers inside a cloud provider. In this context, this means modern
 Linux distributions with most I/O handled by paravirtualised devices
 (i.e. virtio), no requirement for legacy devices and recent CPUs and
 KVM.
