File: control

package info (click to toggle)
scalc 0.2.4-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,724 kB
  • ctags: 826
  • sloc: sh: 10,131; cpp: 1,580; makefile: 34
file content (39 lines) | stat: -rw-r--r-- 1,463 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
Source: scalc
Priority: optional
Maintainer: Vincent Fourmond <fourmond@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, doxygen, graphviz, 
               dpkg-dev (>= 1.16.1~), dh-autoreconf
Standards-Version: 4.0.1
Section: libs
Homepage: http://rubyforge.org/frs/?group_id=1477

Package: libscalc-dev
Section: libdevel
Architecture: any
Depends: libscalc0v5 (= ${binary:Version}), ${misc:Depends}
Description: simple/symbolic calculation library (development files)
 SCalc is a C++ library for manipulation of mathematical
 expressions. It is possible to define functions, either using an
 expression or a C function. It is able to compute derivatives
 analytically, and is therefore suitable for implementing non-linear
 curve fitting with user-specified arbitrary functions.
 .
 This package contains the development files and the HTML
 documentation.

Package: libscalc0v5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libscalc0
Replaces: libscalc0
Pre-Depends: ${misc:Pre-Depends}
Description: simple/symbolic calculation library
 SCalc is a C++ library for manipulation of mathematical
 expressions. It is possible to define functions, either using an
 expression or a C function. It is able to compute derivatives
 analytically, and is therefore suitable for implementing non-linear
 curve fitting with user-specified arbitrary functions.
 .
 This package contains the shared library