File: control

package info (click to toggle)
genius 1.0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,664 kB
  • sloc: ansic: 75,189; xml: 67,202; sh: 4,394; makefile: 1,926; lex: 499; yacc: 298; perl: 54
file content (79 lines) | stat: -rw-r--r-- 2,987 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: genius
Maintainer: Felipe Sateler <fsateler@debian.org>
Section: gnome
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libxml-parser-perl,
               libgtk-3-dev,
               libamtk-5-dev,
               libgtksourceview-4-dev,
               libglib2.0-dev,
               libvte-2.91-dev,
               flex,
               bison,
               libncurses5-dev,
               libreadline-dev,
               libgmp3-dev,
               libmpfr-dev,
               intltool,
               gtk-update-icon-cache,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/fsateler/genius
Vcs-Git: https://salsa.debian.org/fsateler/genius.git
Homepage: https://www.5z.com/jirka/genius.html

Package: genius
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         genius-common (>= ${source:Version}),
         genius-common (<= ${source:Version}.)
Description: advanced general purpose calculator program (CLI frontend)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains a command line interface for genius.

Package: gnome-genius
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         genius-common (>= ${source:Version}),
         genius-common (<= ${source:Version}.)
Description: advanced general purpose calculator program (GNOME frontend)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains a GNOME frontend for genius.

Package: genius-common
Architecture: all
Depends: ${misc:Depends}
Description: advanced general purpose calculator program (common files)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains common files for genius.

Package: genius-dev
Architecture: all
Section: devel
Depends: ${misc:Depends},
         libglib2.0-dev,
         libgmp3-dev,
         libmpfr-dev,
         libc6-dev | libc-dev
Description: advanced general purpose calculator program (development files)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains development files needed for developing and building
 plugins.