Source: stan-math
Section: math
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 14),
               libboost-dev,
               libeigen3-dev,
               libgtest-dev <!nocheck>,
               libsundials-dev,
               libtbb-dev,
	           mpi-default-dev
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/math-team/stan-math
Vcs-Git: https://salsa.debian.org/math-team/stan-math.git
Homepage: https://mc-stan.org/

Package: libstan-math-dev
Architecture: any
Section: libdevel
Depends: libboost-dev,
         libeigen3-dev,
         libsundials-dev,
         libtbb-dev
Description: template C++ reverse-mode automatic differentiation library
 The Stan Math Library is a C++, reverse-mode automatic differentiation library
 designed to be usable, extensive and extensible, efficient, scalable, stable,
 portable, and redistributable in order to facilitate the construction and
 utilization of algorithms that utilize derivatives.
 .
 This package contains the header files.
