fparser 4.3-3 source package in Ubuntu

Changelog

fparser (4.3-3) unstable; urgency=low

  * Removed symbols file (arch-dependant FTBFS)

fparser (4.3-2) unstable; urgency=low

  * fixed typo in fparser.pc.in
  * removed .la files from libfparser-dev
  * source package priority set to optional (no change to binary packages)

fparser (4.3-1) unstable; urgency=low

  * Initial release (Closes: #617197)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 09:24:17 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Science Team
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
fparser_4.3.orig.tar.gz 136.8 KiB 1bc604e9c3b751f60943047489743ad53a837fce8adcda2486dfc48d7bf70af3
fparser_4.3-3.debian.tar.gz 3.6 KiB c4a1e8b0613ff871766d8a83a8adba8261f3d07a1acb4a9afad7a84cde795b40
fparser_4.3-3.dsc 1.3 KiB 51ab812f52141da7b1ca353bd537ca8b8fb384636f6376118d70008fffe712df

View changes file

Binary packages built by this source

libfparser-4.3: No summary available for libfparser-4.3 in ubuntu oneiric.

No description available for libfparser-4.3 in ubuntu oneiric.

libfparser-4.3-dbg: Debugging symbols for the fparser library

 This C++ library offers a class which can be used to parse and evaluate a
 mathematical function from a string (which might be eg. requested from the
 user). The syntax of the function string is similar to mathematical
 expressions written in C/C++ (the exact syntax is specified later in this
 document). The function can then be evaluated with different values of
 variables.
 .
 For example, a function like "sin(sqrt(x*x+y*y))" can be parsed from a
 string (either std::string or a C-style string) and then evaluated with
 different values of x and y. This library can be useful for evaluating
 user-inputted functions, or in some cases interpreting mathematical
 expressions in a scripting language.
 .
 This package contains the debugging symbols for libfparser.

libfparser-dev: Development files for the fparser library

 This C++ library offers a class which can be used to parse and evaluate a
 mathematical function from a string (which might be eg. requested from the
 user). The syntax of the function string is similar to mathematical
 expressions written in C/C++ (the exact syntax is specified later in this
 document). The function can then be evaluated with different values of
 variables.
 .
 For example, a function like "sin(sqrt(x*x+y*y))" can be parsed from a
 string (either std::string or a C-style string) and then evaluated with
 different values of x and y. This library can be useful for evaluating
 user-inputted functions, or in some cases interpreting mathematical
 expressions in a scripting language.
 .
 This package contains the development files (headers and documentation) for
 libfparser.