Source: cubature
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               libfftw3-dev,
               libfftw3-dev:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/cubature
Vcs-Git: https://salsa.debian.org/science-team/cubature.git
Homepage: https://github.com/stevengj/cubature

Package: libcubature0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Description: Multi-dimensional adaptive integration (cubature) in C (shared lib)
 This is a simple C package for adaptive multidimensional integration
 (cubature) of vector-valued integrands over hypercubes. Of course, it
 can handle scalar integrands as the special case where f is a
 one-dimensional vector: the dimensionalities of f and x are independent.
 The integrand can be evaluated for an array of points at once to enable
 easy parallelization.
 .
 This package contains the shared library.

Package: libcubature-dev
Architecture: any
Section: libdevel
Depends: libcubature0 (= ${binary:Version}),
         ${misc:Depends}
Description: Multi-dimensional adaptive integration (cubature) in C
 This is a simple C package for adaptive multidimensional integration
 (cubature) of vector-valued integrands over hypercubes. Of course, it
 can handle scalar integrands as the special case where f is a
 one-dimensional vector: the dimensionalities of f and x are independent.
 The integrand can be evaluated for an array of points at once to enable
 easy parallelization.
 .
 This package contains the development files.
