File: control

package info (click to toggle)
exprtk 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,464 kB
  • sloc: cpp: 50,516; makefile: 38
file content (24 lines) | stat: -rw-r--r-- 808 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
Source: exprtk
Standards-Version: 4.7.3
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Section: math
Build-Depends:
 debhelper-compat (= 13),
Vcs-Browser: https://salsa.debian.org/math-team/exprtk
Vcs-Git: https://salsa.debian.org/math-team/exprtk.git
Homepage: https://www.partow.net/programming/exprtk/index.html
Rules-Requires-Root: no

Package: libexprtk-dev
Architecture: all
Section: libdevel
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: C++ Mathematical Expression Toolkit Library
 The C++ Mathematical Expression Toolkit Library (ExprTk) is a run-time
 mathematical expression parsing and evaluation engine. The parsing engine
 supports numerous forms of functional and logic processing semantics and is
 easily extensible.