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
|
Source: libresidfp
Section: sound
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), doxygen <!nodoc>
Standards-Version: 4.7.2
Homepage: https://libsidplayfp.github.io/libresidfp/html/index.html
Package: libresidfp0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Suggests: sidplayfp
Description: Library to software emulation of the MOS 6581/8580 SID chip
Libresidfp is a reverse engineered software emulation of the MOS 6581 SID
(Sound Interface Device) chip. This chip was used in the Commodore 64
computer. This library can be linked into programs emulating the MOS 6510
MPU to play music made for the C64 computer.
Package: libresidfp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libresidfp0 (= ${binary:Version})
Multi-Arch: same
Description: Library to software emulation of the MOS 6581/8580 SID chip (development files)
Libresidfp is a reverse engineered software emulation of the MOS 6581 SID
(Sound Interface Device) chip. This chip was used in the Commodore 64
computer. This library can be linked into programs emulating the MOS 6510
MPU to play music made for the C64 computer.
.
This package contains libresidfp static library and header files.
|