Source: idsk
Section: utils
Priority: optional
Maintainer: Nicolas HOUDELOT <nicolas@demosdebs.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake
Standards-Version: 4.7.3
Homepage: https://github.com/cpcsdk/idsk
Vcs-Git: https://github.com/cpcsdk/idsk.git
Vcs-Browser: https://github.com/cpcsdk/idsk
Rules-Requires-Root: no

Package: idsk
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: command-line editor for Amstrad CPC DSK disk images
 iDSK allows editing DSK disk image files used by Amstrad CPC home computers
 directly from the command line. DSK files are virtual floppy disk images
 containing files stored in AMSDOS format.
 .
 It supports the following operations:
  - listing the disk catalog
  - importing and exporting files from and to the image
  - creating new blank disk images
  - adding and removing AMSDOS headers as needed
  - displaying BASIC and DAMS source files (stored in tokenized format)
  - disassembling Z80 binary files
  - displaying binary files as hexadecimal dumps
  - controlling file attributes (read-only, system, user number)
