1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: sprng
Section: math
Priority: optional
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.
|