Source: sprng
Section: math
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper, libgmp-dev
Vcs-Browser: https://salsa.debian.org/edd/sprng
Vcs-Git: https://salsa.debian.org/edd/sprng.git
Homepage: http://www.sprng.org/

Package: libsprng2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SPRNG Scalable Parallel RNG library -- library package
 The SPRNG (Scalable Parallel Random Number Generator) library provides
 several RNGs that are suitable for use in parallel computing.
 .
 URL: http://sprng.cs.fsu.edu
 .
 This package provides the shared libraries needed to execute programs
 built with SPRNG.

Package: libsprng2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsprng2 (= ${binary:Version}), libgmp-dev
Suggests: libsprng2-doc
Description: SPRNG Scalable Parallel RNG library -- development package
 The SPRNG (Scalable Parallel Random Number Generator) library provides
 several RNGs that are suitable for use in parallel computing.
 .
 URL: http://sprng.cs.fsu.edu
 .
 This package contains the header files, static libraries and symbolic 
 links that are need to compile programs using the SPRNG library.

Package: libsprng2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: SPRNG Scalable Parallel RNG library -- documentation package
 The SPRNG (Scalable Parallel Random Number Generator) library provides
 several RNGs that are suitable for use in parallel computing.
 .
 URL: http://sprng.cs.fsu.edu
 .
 This package contains files from the docs, examples and tests
 directories included in the source distribution.

