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
|
Source: gap
Section: math
Priority: optional
Maintainer: Bill Allombert <ballombe@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, dpkg-dev (>= 1.13.19)
Build-Depends-Indep: texlive-base, debiandoc-sgml, help2man
Standards-Version: 3.7.3
Package: gap
Architecture: all
Depends: gap-core, gap-libs, gap-online-help
Recommends: gap-doc,gap-dev,gap-trans-groups,gap-prim-groups,gap-small-groups
Suggests: gap-small-groups-extra,gap-character-tables,gap-table-of-marks
Description: Groups, Algorithms and Programming computer algebra system
GAP is a system for computational discrete algebra with particular
emphasis on computational group theory, but which has already proved
useful also in other areas. In the example text, gap is used to
analyse Rubik's Cube using group theory. A kernel implements a Pascal-like
language.
.
This is a dummy package that depends on the standard GAP components.
.
Homepage: <http://www.gap-system.org/>
Package: gap-core
Architecture: any
Depends: ${shlibs:Depends}, gap-libs (=${source:Version})
Recommends: gap-online-help
Suggests: gap-doc,gap-dev,gap-trans-groups,gap-prim-groups,gap-small-groups
Replaces: gap (<< 4r3n4), gap-dev (<< 4r4p6)
Description: GAP computer algebra system, core components
GAP is a system for computational discrete algebra with particular
emphasis on computational group theory, but which has already proved
useful also in other areas. In the example text, gap is used to
analyse Rubik's Cube using group theory. A kernel implements a Pascal-like
language.
.
This package contains the core GAP system.
.
Homepage: <http://www.gap-system.org/>
Package: gap-libs
Architecture: all
Description: GAP computer algebra system, essential GAP libraries
GAP is a system for computational discrete algebra with particular
emphasis on computational group theory, but which has already proved
useful also in other areas. In the example text, gap is used to
analyse Rubik's Cube using group theory. A kernel implements a Pascal-like
language.
.
This package contains the essential GAP libraries (lib and grp).
.
Homepage: <http://www.gap-system.org/>
Package: gap-dev
Section: devel
Architecture: any
Depends: gap-core (=${binary:Version}), gcc
Description: GAP computer algebra system, compiler and development files
GAP is a system for computational discrete algebra with particular
emphasis on computational group theory, but which has already proved
useful also in other areas. In the example text, gap is used to
analyse Rubik's Cube using group theory. A kernel implements a Pascal-like
language.
.
This package contains the GAP compiler and the headers files and
objects files necessary to build GAP packages.
.
The GAP compiler (GAC) creates C code from GAP code and then calls
the system's C compiler to produce machine code from it. This can
result in a speedup.
.
Homepage: <http://www.gap-system.org/>
Package: gap-online-help
Architecture: all
Depends: gap-core
Description: GAP computer algebra system, online help
GAP is a system for computational discrete algebra with particular
emphasis on computational group theory, but which has already proved
useful also in other areas. In the example text, gap is used to
analyse Rubik's Cube using group theory. A kernel implements a Pascal-like
language.
.
This package contains the documentation in TeX format needed for the online
help system.
.
Homepage: <http://www.gap-system.org/>
Package: gap-doc
Section: doc
Architecture: all
Suggests: gap
Description: GAP computer algebra system, documentation
GAP is a system for computational discrete algebra with particular
emphasis on computational group theory, but which has already proved
useful also in other areas. In the example text, gap is used to
analyse Rubik's Cube using group theory. A kernel implements a Pascal-like
language.
.
This package contains the documentation in DVI and PDF formats.
.
Homepage: <http://www.gap-system.org/>
|