File: control

package info (click to toggle)
libgap-sage 4.8.6%2B3%2B20160327g69a66f0%2Bdsx-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,164 kB
  • ctags: 7,356
  • sloc: ansic: 107,448; python: 342; makefile: 178; sh: 151; asm: 62; sed: 11
file content (65 lines) | stat: -rw-r--r-- 2,223 bytes parent folder | download | duplicates (2)
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
Source: libgap-sage
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
 debhelper (>= 9), gnulib, dh-autoreconf, libtool, python-ply,
 gap (>= 4r8p6), gap (<< 4r8p7),
 libgmp-dev
Build-Depends-Indep:
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/vbraun/libgap
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libgap-sage.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libgap-sage.git

Package: libgap-sage-4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 gap (>= 4r8p6), gap (<< 4r8p7),
 ${shlibs:Depends}, ${misc:Depends}
Description: GAP kernel as a C shared library -- lib
 GAP is a system for computational group theory. LibGAP contains a shared
 library version of the GAP kernel, allowing you to directly talk to GAP
 from your own C/C++ code.
 .
 Much of the group theory in SageMath is implemented using LibGAP.
 .
 This package provides the dynamic library.

Package: libgap-sage-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libgap-sage-4 (= ${binary:Version}), ${misc:Depends}
Recommends: pkg-config
Suggests: libgap-sage-doc
Description: GAP kernel as a C shared library -- libdev
 GAP is a system for computational group theory. LibGAP contains a shared
 library version of the GAP kernel, allowing you to directly talk to GAP
 from your own C/C++ code.
 .
 Much of the group theory in SageMath is implemented using LibGAP.
 .
 This package provides the static library, symbolic links, and headers needed
 for development.

Package: libgap-sage-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: pdf-viewer
Enhances: libgap-sage-dev
Description: GAP kernel as a C shared library -- doc
 GAP is a system for computational group theory. LibGAP contains a shared
 library version of the GAP kernel, allowing you to directly talk to GAP
 from your own C/C++ code.
 .
 Much of the group theory in SageMath is implemented using LibGAP.
 .
 This package provides documentation and examples.