File: control

package info (click to toggle)
giac 1.4.9.69%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,972 kB
  • sloc: cpp: 300,374; ansic: 18,433; lex: 1,213; yacc: 821; makefile: 752; sh: 327; perl: 314; lisp: 216; java: 41; sed: 16; csh: 7
file content (114 lines) | stat: -rw-r--r-- 3,555 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: giac
Section: science
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>, Gilles Filippini <pini@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-autoreconf,
 automake,
 patch,
 bison,
 flex,
 libtool,
 libgl2ps-dev,
 libgmp3-dev,
 libgsl-dev,
 libntl-dev,
 libmpfr-dev,
 libmpfi-dev,
 libpari-dev,
 libreadline-dev,
 zlib1g-dev,
 libfltk1.3-dev,
 libfontconfig1-dev,
 libglu1-mesa-dev,
 libjpeg-dev,
 libpng-dev,
 libxext-dev,
 libxft-dev,
 libxinerama-dev,
# for the info pages in arch-specific packages
 texinfo,
Build-Depends-Indep:
 hevea <!nodoc>,
 imagemagick <!nodoc>,
 latex2html <!nodoc>,
 libjs-codemirror <!nodoc>,
 libjs-mathjax <!nodoc>,
 texlive-binaries <!nodoc>,
 texlive-font-utils <!nodoc>,
 texlive-science <!nodoc>,
 texlive-pstricks <!nodoc>,
 texlive-lang-all <!nodoc>,
 texlive-latex-recommended <!nodoc>,
 xauth <!nodoc>,
 xvfb <!nodoc>,
Standards-Version: 4.0.0
Homepage: https://www-fourier.ujf-grenoble.fr/~parisse/giac.html
Vcs-Browser: https://salsa.debian.org/science-team/giac
Vcs-Git: https://salsa.debian.org/science-team/giac.git

Package: libgiac0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: giac-doc
Description: Computer Algebra System C++ library
 Giac is a computer algebra system, following the development of the CAS for HP
 calculators. It has fast implementation of algorithms for polynomial
 operations, and compatibility mode with Maple or Mupad CAS as well as TI
 calculators.
 .
 This package contains the shared libraries needed to run programs using giac.

Package: libgiac-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libgiac0 (= ${binary:Version})
Description: Computer Algebra System C++ library - Development files
 Giac is a computer algebra system, following the development of the CAS for HP
 calculators. It has fast implementation of algorithms for polynomial
 operations, and compatibility mode with Maple or Mupad CAS as well as TI
 calculators.
 .
 This package contains the header files, static libraries, and other
 development files needed to build software that uses giac.

Package: xcas
Architecture: any
Multi-Arch: allowed
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libgiac0 (= ${binary:Version})
Suggests: giac-doc,
# xcas calls system() in quite a bunch of places for optional behaviour
 hevea,
 imagemagick,
 kbd,
 netpbm,
 texlive-binaries,
 texlive-latex-base,
 wget,
 xterm,
Description: Computer Algebra System - console and graphical calculator
 Giac is a computer algebra system, following the development of the CAS for HP
 calculators. It has fast implementation of algorithms for polynomial
 operations, and compatibility mode with Maple or Mupad CAS as well as TI
 calculators.
 .
 This package contains the user-facing giac programs: xcas, icas, and pgiac;
 as well as the cas_help program for providing user-oriented help.

Package: giac-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, libjs-codemirror, libjs-mathjax, xcas
Recommends: xcas (= ${binary:Version})
Description: Computer Algebra System - documentation
 Giac is a computer algebra system, following the development of the CAS for HP
 calculators. It has fast implementation of algorithms for polynomial
 operations, and compatibility mode with Maple or Mupad CAS as well as TI
 calculators.
 .
 This package contains static user documentation for giac and xcas.