File: control

package info (click to toggle)
galculator 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,524 kB
  • ctags: 806
  • sloc: ansic: 5,643; sh: 3,534; perl: 2,682; lex: 267; makefile: 81
file content (25 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (3)
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
Source: galculator
Section: math
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
              ,flex
              ,gettext
              ,intltool
              ,libgtk-3-dev
              ,libxml-parser-perl
Standards-Version: 3.9.6
Homepage: http://galculator.mnim.org/
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/galculator.git
Vcs-Git: git://anonscm.debian.org/collab-maint/galculator.git

Package: galculator
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: scientific calculator
 galculator is a scientific calculator. It supports different number
 bases (DEC/HEX/OCT/BIN) and angles bases (DEG/RAD/GRAD) and features a
 wide range of mathematical (basic arithmetic operations, trigonometric
 functions, etc) and other useful functions (memory, etc) at the moment.
 galculator can be used in algebraic mode as well as in Reverse Polish
 Notation (RPN).