Source: libkrunfw
Section: libs
Maintainer: Ben Westover <bjw@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 flex,
 bison,
 bc,
 cpio,
 libelf-dev,
 python3-pyelftools
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/libkrunfw.git
Vcs-Browser: https://salsa.debian.org/debian/libkrunfw
Homepage: https://github.com/libkrun/libkrunfw

Package: libkrunfw5
Architecture: amd64 arm64 riscv64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library bundling guest payload consumed by libkrun - version 5
 libkrunfw is a library bundling a Linux kernel in a dynamic library in
 a way that can be easily consumed by libkrun.
 By having the kernel bundled in a dynamic library, libkrun can leave
 to the linker the work of mapping the sections into the process, and
 then directly inject those mappings into the guest without any kind of
 additional work nor processing.

Package: libkrunfw-dev
Architecture: amd64 arm64 riscv64
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libkrunfw5 (= ${binary:Version})
Description: Library bundling guest payload consumed by libkrun - development files
 libkrunfw is a library bundling a Linux kernel in a dynamic library in
 a way that can be easily consumed by libkrun.
 By having the kernel bundled in a dynamic library, libkrun can leave
 to the linker the work of mapping the sections into the process, and
 then directly inject those mappings into the guest without any kind of
 additional work nor processing.
 This package contains development files for version 5 of the library.
