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
|
Source: librscode
Section: libs
Priority: optional
Maintainer: Christian Kastner <ckk@debian.org>
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: http://rscode.sourceforge.net
Vcs-Git: https://salsa.debian.org/debian/librscode.git
Vcs-Browser: https://salsa.debian.org/debian/librscode
Package: librscode1
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Description: library implementing a Reed-Solomon error correction algorithm
The RSCODE project is an implementation of a Reed-Solomon error correction
algorithm. It provides a byte-sized block coding which is convenient for
adding protection to data which is stored as eight-bit bytes (i.e., most
common computer data).
.
The Reed-Solomon code is the same one used for encoding of data on Audio CD's
and CD-ROM disks, as well as many magnetic and optical disk controllers. You
basically want to use Reed-Solomon coding in any situation where "forward
error correction" is needed, i.e., the decoder will not have the option of
requesting retransmission of bad blocks.
.
This package contains the shared library.
Package: librscode-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
librscode1 (= ${binary:Version}),
${misc:Depends},
Description: development libraries and headers for RSCODE
The RSCODE project is an implementation of a Reed-Solomon error correction
algorithm. It provides a byte-sized block coding which is convenient for
adding protection to data which is stored as eight-bit bytes (i.e., most
common computer data).
.
The Reed-Solomon code is the same one used for encoding of data on Audio CD's
and CD-ROM disks, as well as many magnetic and optical disk controllers. You
basically want to use Reed-Solomon coding in any situation where "forward
error correction" is needed, i.e., the decoder will not have the option of
requesting retransmission of bad blocks.
.
This package contains the header file and the static library.
|