1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: wzip
Section: math
Priority: optional
Maintainer: Andreas Franzen <anfra@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.1.3
#Homepage: <insert the upstream URL, if relevant>
#Vcs-Git: git://anonscm.debian.org/collab-maint/wzip.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/wzip.git;a=summary
Package: wzip
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lossy compression and denoising
The program wzip is a preprocessor for LOSSY data compression.
A sequence of ascii floating-point numbers is transformed into a sequence
of small integers ready for effective compression with e.g. gzip.
The program can also be used for effective but time consuming denoising
of measurement data. Wzip was originally written for the processing of
EDX-linescans.
|