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
|
Source: quantlib
Section: libs
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 3.0), autoconf, automake, texinfo, g++ [!ia64 !s390], g++-3.0 [ia64], g++-3.2 [s390]
Standards-Version: 3.5.8
Package: libquantlib0
Architecture: any
Depends: ${shlibs:Depends}
Description: Quantitative Finance Library -- development package
The QuantLib project aims to provide a comprehensive software framework
for quantitative finance. The goal is to provide a standard free/open
source library to quantitative analysts and developers for modeling,
trading, and risk management of financial assets.
.
This package provides the shared libraries required to run programs
compiled with QuantLib.
Package: libquantlib0-dev
Architecture: any
Section: devel
Depends: libquantlib0, libc6-dev
Description: Quantitative Finance Library -- library package
The QuantLib project aims to provide a comprehensive software framework
for quantitative finance. The goal is to provide a standard free/open
source library to quantitative analysts and developers for modeling,
trading, and risk management of financial assets.
.
This package contains the header files, static libraries and symbolic
links that developers using QuantLib will need.
Package: quantlib-examples
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Description: Quantitative Finance Library -- example binaries
The QuantLib project aims to provide a comprehensive software framework
for quantitative finance. The goal is to provide a standard free/open
source library to quantitative analysts and developers for modeling,
trading, and risk management of financial assets.
.
This package provides several example binaries as well as source code.
|