1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: quantlib-ruby
Section: interpreters
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.5.0
Build-Depends: debhelper (>= 3.0.0), ruby (>= 1.6.7), ruby-dev (>= 1.6.7), libquantlib0-dev (>= 0.2.1.cvs20020322), g++ [!ia64], g++-3.0 [ia64], gcc [!ia64], gcc-3.0 [ia64]
Package: quantlib-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Ruby bindings for the Quantlib Quantitative Finance library
The QuantLib project is aimed 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 in real-life.
.
QuantLib plans to offer tools that are useful for both practical
implementation, with features such as market conventions, solvers, PDEs,
etc., and advanced modeling, e.g., exotic options and interest rate models.
.
This package provides Ruby bindings to the QuantLib library.
|