1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: gnu-efi
Section: devel
Priority: optional
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Uploaders: Julian Andres Klode <jak@debian.org>
Build-Depends:
debhelper-compat (= 12),
binutils,
gcc-multilib [any-amd64 i386],
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/efi-team/gnu-efi.git
Vcs-Browser: https://salsa.debian.org/efi-team/gnu-efi
Homepage: http://sourceforge.net/projects/gnu-efi/
Package: gnu-efi
Architecture: any-amd64 any-i386 any-arm64 armhf
Depends: ${misc:Depends}
Description: Library for developing EFI applications
GNU toolchain for building applications that can run in the environment
presented by Intel's EFI (Extensible Firmware Interface). EFI is a firmware
specification for the "BIOS" on ia64(IPF), IA-32(x86) and x86_64 systems.
|