Source: quadrule
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mike Neish <neishm@atmosp.physics.utoronto.ca>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Section: math
Homepage: http://people.sc.fsu.edu/~jburkardt/c_src/quadrule/quadrule.html
Vcs-Git: https://salsa.debian.org/science-team/quadrule.git
Vcs-Browser: https://salsa.debian.org/science-team/quadrule

Package: libquadrule-dev
Section: libdevel
Architecture: any
Depends: libquadrule1 (= ${binary:Version}), ${misc:Depends}
Description: Development files for quadrule
 QUADRULE is a C library which sets up a variety of quadrature rules, used to
 approximate the integral of a function over various domains.
 .
 QUADRULE returns the abscissas and weights for a variety of one dimensional
 quadrature rules for approximating the integral of a function. The best rule is
 generally Gauss-Legendre quadrature, but other rules offer special features,
 including the ability to handle certain weight functions, to approximate an
 integral on an infinite integration region, or to estimate the approximation
 error. 
 .
 This package provides everything needed for compiling C programs that call
 quadrule functions.


Package: libquadrule1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Quadrature rules and numerical integration routines
 QUADRULE is a C library which sets up a variety of quadrature rules, used to
 approximate the integral of a function over various domains.
 .
 QUADRULE returns the abscissas and weights for a variety of one dimensional
 quadrature rules for approximating the integral of a function. The best rule is
 generally Gauss-Legendre quadrature, but other rules offer special features,
 including the ability to handle certain weight functions, to approximate an
 integral on an infinite integration region, or to estimate the approximation
 error.
 
