File: control

package info (click to toggle)
numdiff 5.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,628 kB
  • ctags: 1,025
  • sloc: ansic: 10,812; sh: 3,383; makefile: 286
file content (23 lines) | stat: -rw-r--r-- 1,028 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
22
23
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.8
Homepage: http://nongnu.org/numdiff/
Vcs-Browser: https://gitlab.com/simevo/pkg-numdiff
Vcs-git: https://gitlab.com/simevo/pkg-numdiff.git

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.