File: control

package info (click to toggle)
pcg-cpp 0.98.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 624 kB
  • sloc: cpp: 2,752; makefile: 201; sh: 59
file content (20 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: pcg-cpp
Priority: optional
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.3.0
Section: libdevel
Homepage: http://www.pcg-random.org
Vcs-Git: https://salsa.debian.org/debian/pcg-cpp.git
Vcs-Browser: https://salsa.debian.org/debian/pcg-cpp.git

Package: libpcg-cpp-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: compile-time library for PCG random number generation
 implementation of the PCG family of random number generators, which are fast,
 statistically excellent, and offer a number of useful features.
 .
 Full details can be found at the PCG-Random website:
 http://www.pcg-random.org.