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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: libspectrum
Section: libs
Priority: optional
Maintainer: Alberto Garcia <berto@igalia.com>
Build-Depends: debhelper (>= 9), libglib2.0-dev, zlib1g-dev, libbz2-dev, libgcrypt20-dev, libaudiofile-dev, dh-autoreconf
Standards-Version: 3.9.8
Homepage: http://fuse-emulator.sourceforge.net/libspectrum.php
Package: libspectrum-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libspectrum8 (= ${binary:Version}), ${misc:Depends}, libgcrypt20-dev
Description: ZX Spectrum emulator library - Development files
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.
.
So far it handles:
* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp
and +D snapshots (read only).
* Tape images: .tzx, .tap, .spc, .sta and .ltp (read/write) and
.pzx, Warajevo .tap, Z80Em and CSW version 1 (read only).
* Input recordings: .rzx (read/write).
* Disk images: .dsk (both plain and extended), .d40, .d80, .fdi,
.img, .mgt, .opd, .sad, .scl, .td0, .trd and .udi (identification
only).
* Timex cartridges: .dck (read only).
* IDE hard disk images: .hdf (read/write).
* Microdrive cartridge images: .mdr (read/write).
.
This package contains the development files.
Package: libspectrum8
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZX Spectrum emulator library - Shared libraries
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.
.
So far it handles:
* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp
and +D snapshots (read only).
* Tape images: .tzx, .tap, .spc, .sta and .ltp (read/write) and
.pzx, Warajevo .tap, Z80Em and CSW version 1 (read only).
* Input recordings: .rzx (read/write).
* Disk images: .dsk (both plain and extended), .d40, .d80, .fdi,
.img, .mgt, .opd, .sad, .scl, .td0, .trd and .udi (identification
only).
* Timex cartridges: .dck (read only).
* IDE hard disk images: .hdf (read/write).
* Microdrive cartridge images: .mdr (read/write).
.
This package contains the shared libraries.
|