File: control

package info (click to toggle)
dicelab 0.7-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,932 kB
  • sloc: ansic: 4,808; sh: 1,162; yacc: 239; perl: 108; lex: 58; makefile: 44
file content (23 lines) | stat: -rw-r--r-- 905 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: dicelab
Section: math
Priority: optional
Maintainer: Pierre Gruet <pgt@debian.org>
Homepage: http://semistable.com/dicelab/
Build-Depends: debhelper-compat (= 13),
               flex,
               libfl-dev
Vcs-Browser: https://salsa.debian.org/debian/dicelab
Vcs-Git: https://salsa.debian.org/debian/dicelab.git
Rules-Requires-Root: no
Standards-Version: 4.6.0

Package: dicelab
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: tool to compute the statistical distribution of dice rolls
 With dicelab you can express most dice rolls (and similar things) in a
 functional language, and then either roll the expression, or evaluate the
 statistical distribution. In the latter case you can choose whether you want to
 simply roll and tally many times, or actually compute the distribution (which
 is more precise, but takes a long time in some obscure cases).