File: control

package info (click to toggle)
libmatheval 1.1.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,376 kB
  • ctags: 682
  • sloc: sh: 15,152; ansic: 2,412; lex: 142; makefile: 86; yacc: 68
file content (55 lines) | stat: -rw-r--r-- 2,473 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
Source: libmatheval
Section: science
Priority: optional
Homepage: http://www.gnu.org/software/libmatheval/
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Julian Taylor <jtaylor.debian@googlemail.com>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               flex (>= 2.5.33-6),
               guile-2.0-dev,
               libltdl-dev,
               texinfo
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libmatheval.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libmatheval.git

Package: libmatheval-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmatheval1 (= ${binary:Version}), ${misc:Depends}
Provides: libmatheval1-dev
Conflicts: libmatheval1-dev
Replaces: libmatheval1-dev
Description: GNU library for evaluating symbolic mathematical expressions (development)
 GNU libmatheval is a library comprising of several procedures that make
 it possible to create an in-memory tree representation of mathematical
 functions over single or multiple variables and later use this
 representation to evaluate functions for specified variable values, to
 create corresponding trees for function derivatives over specified
 variables or to print textual representations of in-memory trees to a
 specified string.  The library supports arbitrary variable names in
 expressions, decimal constants, basic unary and binary operators and
 elementary mathematical functions.
 .
 This package contains the header files and static library.

Package: libmatheval1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GNU library for evaluating symbolic mathematical expressions (runtime)
 GNU libmatheval is a library comprising of several procedures that make
 it possible to create an in-memory tree representation of mathematical
 functions over single or multiple variables and later use this
 representation to evaluate functions for specified variable values, to
 create corresponding trees for function derivatives over specified
 variables or to print textual representations of in-memory trees to a
 specified string.  The library supports arbitrary variable names in
 expressions, decimal constants, basic unary and binary operators and
 elementary mathematical functions.
 .
 This package contains the runtime shared library.