[go: up one dir, main page]

Menu

[r56]: / debian / control  Maximize  Restore  History

Download this file

67 lines (62 with data), 3.2 kB

 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
Source: eqc
Section: math
Priority: optional
Maintainer: Jan Rheinlaender <jrheinlaender@users.sourceforge.net>
Build-Depends: debhelper (>> 3.0.0), automake (>= 1.10), libginac-dev (>= 1.6.2), flex, bison, docbook-to-man, linuxdoc-tools, pkg-config, libtool, cdbs, texlive-latex-recommended, doxygen-latex, texlive-fonts-recommended, texlive-science,texlive-pstricks, ghostscript
Standards-Version: 3.8.2.0
Homepage: http://eqc.sourceforge.net/eqc.html
Package: libeqc
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Equation Compiler - numeric/symbolic calculations in LaTeX (runtime library)
The LaTeX Equation Compiler is a preprocessor for LaTeX files that enables
numeric calculations. It reads equations specified by special keywords in
the LaTeX file and uses them to calculate the numeric value of variables.
Quite a few symbolic calculation capabilities are also implemented, for
example, adding an expression to an equation.
.
This package provides the runtime library
Package: libeqc-dev
Architecture: any
Section: libdevel
Depends: libeqc (= ${binary:Version}), libginac-dev (>= 1.6.2), libc6-dev, g++, libcln-dev
Recommends: info | info-browser, libeqc-dbg (= ${binary:Version})
Description: Equation Compiler - numeric/symbolic calculations in LaTeX (development files)
The LaTeX Equation Compiler is a preprocessor for LaTeX files that enables
numeric calculations. It reads equations specified by special keywords in
the LaTeX file and uses them to calculate the numeric value of variables.
Quite a few symbolic calculation capabilities are also implemented, for
example, adding an expression to an equation.
.
For more information, see the EQC homepage http://eqc.sourceforge.net and
the EQC project page http://sourceforge.net/projects/eqc.
.
This package provides header files and a static library.
Package: eqc
Architecture: any
Section: math
Depends: libeqc (= ${binary:Version}), texlive-binaries
Description: Equation Compiler - numeric/symbolic calculations in LaTeX
The LaTeX Equation Compiler is a preprocessor for LaTeX files that enables
numeric calculations. It reads equations specified by special keywords in
the LaTeX file and uses them to calculate the numeric value of variables.
Quite a few symbolic calculation capabilities are also implemented, for example,
adding an expression to an equation.
Package: libeqc-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libeqc (= ${binary:Version})
Recommends: gdb (>= 6.3)
Description: Equation Compiler - numeric/symbolic calculations in LaTeX (debugging symbols)
The LaTeX Equation Compiler is a preprocessor for LaTeX files that enables
numeric calculations. It reads equations specified by special keywords in
the LaTeX file and uses them to calculate the numeric value of variables.
Quite a few symbolic calculation capabilities are also implemented, for
example, adding an expression to an equation.
.
This package provides an unstripped shared library with debugging symbols.
The library is installed in /usr/lib/debug and will be automatically used by
gdb while debugging programs using the eqc library. Most people will not
need this package.