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
|
Source: quantlib
Section: libs
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 5.0), autoconf, automake1.7, texinfo, libboost-dev (>= 1.34.0-1), libboost-test-dev (>= 1.34.0-1), g++ (>= 4:4.1.1-15)
Standards-Version: 3.7.2
Package: libquantlib-0.9.0
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libquantlib0
Replaces: libquantlib0
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: libdevel
Replaces: libquantlib0, libquantlib-0.3.9
Depends: ${shlibs:Depends}, libc6-dev, libboost-test-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.
|