File: control

package info (click to toggle)
numdiff 5.8.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,596 kB
  • ctags: 910
  • sloc: ansic: 10,379; sh: 3,383; makefile: 280
file content (21 lines) | stat: -rw-r--r-- 926 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: numdiff
Section: science
Priority: extra
Maintainer: Paolo Greppi <paolo.greppi@libpf.com>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: quilt, texinfo, debhelper (>= 7.0.50), autotools-dev
Standards-Version: 3.9.6
Homepage: http://nongnu.org/numdiff/

Package: numdiff
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
Description: Compare similar files with numeric fields
 Numdiff is a console application that can be used to compare putatively 
 similar files line by line and field by field, ignoring small numeric 
 differences or/and different numeric formats. It is similar diff or wdiff,
 but it is aware of floating point numbers including complex and 
 multi-precision numbers.
 Numdiff is useful to compare text files containing numerical fields, when 
 testing or doing quality control in scientific computing or in numerical
 analysis.