File: control

package info (click to toggle)
symmetrica 2.0%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 9,456 kB
  • sloc: ansic: 97,289; makefile: 170; sh: 70
file content (68 lines) | stat: -rw-r--r-- 2,651 bytes parent folder | download
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
Source: symmetrica
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
 debhelper (>= 11), libtool
Standards-Version: 4.3.0
Homepage: http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA
Vcs-Git: https://salsa.debian.org/science-team/symmetrica.git
Vcs-Browser: https://salsa.debian.org/science-team/symmetrica

Package: libsymmetrica2
Provides: libsymmetrica
Replaces: libsymmetrica-2.0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libsymmetrica
Suggests: symmetrica-doc
Multi-Arch: same
Description: Symmetrica Combinatoric C Library -- library package
 Symmetrica is a library for combinatorics. It has support for the
 representation theory of the symmetric group and related groups,
 combinatorics of tableaux, symmetric functions and polynomials,
 Schubert polynomials, and the representation theory of Hecke algebras
 of type A_n.
 .
 This package provides the shared library required to run programs
 compiled against the Symmetrica Combinatoric C Library. To compile
 your own program you also need to install the libsymmetrica2-dev
 package.

Package: libsymmetrica2-dev
Provides: libsymmetrica-dev
Section: libdevel
Architecture: any
Depends: libsymmetrica2 (= ${binary:Version}), ${misc:Depends}
Conflicts: libsymmetrica-dev
Suggests: symmetrica-doc
Multi-Arch: same
Description: Symmetrica Combinatoric C Library -- development package
 Symmetrica is a library for combinatorics. It has support for the
 representation theory of the symmetric group and related groups,
 combinatorics of tableaux, symmetric functions and polynomials,
 Schubert polynomials, and the representation theory of Hecke algebras
 of type A_n.
 .
 This package contains the header files, static libraries and symbolic
 links that developers using the Symmetrica Combinatoric C Library will
 need.

Package: symmetrica-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libsymmetrica2 (= ${binary:Version}), libsymmetrica2-dev (= ${binary:Version})
Multi-Arch: foreign
Description: Symmetrica Combinatoric C Library -- documentation
 Symmetrica is a library for combinatorics. It has support for the
 representation theory of the symmetric group and related groups,
 combinatorics of tableaux, symmetric functions and polynomials,
 Schubert polynomials, and the representation theory of Hecke algebras
 of type A_n.
 .
 This package provides documentation for the Symmetrica Combinatoric C
 Library; it also contains examples.