1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: libx86emu
Section: libs
Priority: optional
Maintainer: Sebastien Badia <seb@sebian.fr>
Uploaders: Tomasz Buchert <tomasz@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.0.0
Homepage: https://github.com/wfeldt/libx86emu
Vcs-Git: https://salsa.debian.org/debian/libx86emu.git
Vcs-Browser: https://salsa.debian.org/debian/libx86emu
Package: libx86emu2
Architecture: any-amd64 any-i386 alpha armel armhf ia64
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: x86 emulation library
Small x86 emulation library with focus of easy usage and
extended execution logging functions. The library features
an API to create emulation objects for x86 architecture.
.
This package contains the library.
Package: libx86emu-dev
Architecture: any-amd64 any-i386 alpha armel armhf ia64
Section: libdevel
Depends: libx86emu2 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: x86 emulation library (development files)
Small x86 emulation library with focus of easy usage and
extended execution logging functions. The library features
an API to create emulation objects for x86 architecture.
.
This package contains the development files.
|