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.