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
|
Source: ginac
Section: math
Priority: optional
Maintainer: Richard Kreckel <kreckel@ginac.de>
Build-Depends: debhelper-compat (= 13), libcln-dev, libgmp-dev, libreadline-dev, pkg-config (>= 0.18) | pkgconf, python3:any, texinfo
Standards-Version: 4.7.0
Homepage: http://www.ginac.de/
Package: libginac13
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: ginac-tools
Description: GiNaC symbolic framework runtime library
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
library for doing symbolic (i.e. non-numeric) computation directly in the C++
programming language.
.
This package provides the runtime library.
Package: libginac-dev
Architecture: any
Section: libdevel
Depends: libginac13 (= ${binary:Version}), ${misc:Depends}, libcln-dev
Recommends: info | info-browser
Suggests: ginac-tools
Description: GiNaC symbolic framework development files
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
library for doing symbolic (i.e. non-numeric) computation directly in the C++
programming language.
.
This package provides header files, a static library plus a tutorial as info
file.
Package: ginac-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: doc-base
Description: GiNaC symbolic framework support tools
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
library for doing symbolic (i.e. non-numeric) computation directly in the C++
programming language.
.
This package provides some additional tools, like the popular ginsh (GiNaC
interactive shell) and viewgar (for inspecting GiNaC archive files).
|