1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: exprtk
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.7.0
Homepage: https://www.partow.net/programming/exprtk/index.html
Vcs-Browser: https://salsa.debian.org/math-team/exprtk
Vcs-Git: https://salsa.debian.org/math-team/exprtk.git
Package: libexprtk-dev
Architecture: all
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.
|