File: control

package info (click to toggle)
scscp-imcce 1.0.3%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,664 kB
  • sloc: ansic: 8,630; cpp: 3,142; makefile: 190; sh: 6
file content (81 lines) | stat: -rw-r--r-- 3,335 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
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: scscp-imcce
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 gnulib, libtool, pkg-config,
 libxml2-dev
Build-Depends-Indep:
  texinfo, texlive-base, texlive-latex-base
Standards-Version: 4.5.0
Homepage: https://www.imcce.fr/trip/scscp
Vcs-Git: https://salsa.debian.org/science-team/scscp-imcce.git
Vcs-Browser: https://salsa.debian.org/science-team/scscp-imcce

Package: libscscp1
Provides: libscscp
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libscscp
Suggests: libscscp-doc
Multi-Arch: same
Description: IMCCE SCSCP C Library -- library package
 SCSCP stands for Symbolic Computation Software Composibility Protocol.
 This protocol is developed by the European project SCIEnce - Symbolic
 Computation Infrastructure for Europe: http://www.symbolic-computing.org
 .
 This C/C++ library, which is developed by the French Institute of
 Celestial Mechanics and Ephemeridesis Calculus (IMCCE) consists
 of an implementation of the SCSCP protocol. It provides an Application
 Programming Interface (API) to develop client and server applications
 to communicate with systems that support the SCSCP protocol, mainly
 Computer Algebra Systems (CAS).
 .
 This package provides the shared libraries required to run programs
 compiled against the SCSCP library developed at IMCCE. To compile your
 own programs you also need to install the libscscp1-dev package.

Package: libscscp1-dev
Provides: libscscp-dev
Section: libdevel
Architecture: any
Depends: libscscp1 (= ${binary:Version}), ${misc:Depends}
Conflicts: libscscp-dev
Suggests: libscscp-doc, libxml2-dev, pkg-config
Multi-Arch: same
Description: IMCCE SCSCP C Library -- development package
 SCSCP stands for Symbolic Computation Software Composibility Protocol.
 This protocol is developed by the European project SCIEnce - Symbolic
 Computation Infrastructure for Europe: http://www.symbolic-computing.org
 .
 This C/C++ library, which is developed by the French Institute of
 Celestial Mechanics and Ephemeridesis Calculus (IMCCE) consists
 of an implementation of the SCSCP protocol. It provides an Application
 Programming Interface (API) to develop client and server applications
 to communicate with systems that support the SCSCP protocol, mainly
 Computer Algebra Systems (CAS).
 .
 This package contains the header files, static libraries and symbolic
 links that developers using the SCSCP library developed at IMCCE will
 need.

Package: libscscp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, install-info
Suggests:
 libscscp1 (= ${binary:Version}), libscscp1-dev (= ${binary:Version}), libxml2-dev,
 info-browser, pdf-viewer, www-browser
Multi-Arch: foreign
Description: IMCCE SCSCP C Library -- reference manual
 SCSCP stands for Symbolic Computation Software Composibility Protocol.
 This protocol is developed by the European project SCIEnce - Symbolic
 Computation Infrastructure for Europe: http://www.symbolic-computing.org
 .
 This package provides the reference manual for the IMCCE SCSCP C Library,
 an implementation in C of the SCSCP protocol; it also contains examples.