File: control

package info (click to toggle)
st-console 1.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: perl: 440; makefile: 12
file content (34 lines) | stat: -rw-r--r-- 1,249 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
24
25
26
27
28
29
30
31
32
33
34
Source: st-console
Section: math
Priority: optional
Maintainer: Thiago Andrade Marques <andrade@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/nferraz/st
Vcs-Browser: https://salsa.debian.org/debian/st-console
Vcs-Git: https://salsa.debian.org/debian/st-console.git

Package: st-console
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libapp-st-perl
Description: simple mathematics statistics from the command line interface
 st-console is command-line tool for calculate statistics
 from a file or standard input. It allow one to calculate:
 sum, arithmetic mean, median, percentile, quartile, standard
 deviation or standard error.
 .
 It's a simpler solution for simpler problems focused on
 descriptive statistics, handy when you need quick mathematics
 results without leaving the shell.

Package: libapp-st-perl
Section: perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${perl:Depends}
Suggests: st-console
Description: perl module to mathematical calculations
 App::St provides some mathematical calculations like: sum, mean,
 standard deviation, median, percentile, quartile and variance to
 Perl programs as a native module.