File: control

package info (click to toggle)
poker-engine 1.3.6-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,608 kB
  • ctags: 1,844
  • sloc: python: 4,589; xml: 3,529; sh: 744; makefile: 384
file content (19 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: poker-engine
Section: python
Priority: optional
Maintainer: Loic Dachary (OuoU) <loic@debian.org>
Build-Depends-Indep: pkg-config, perl, automake1.11, rsync
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.90), python-all (>= 2.6.6), python-libxml2, python-libxslt1, python-pypoker-eval (>= 132.0), procps
X-Python-Version: >=2.3
Standards-Version: 3.9.1

Package: python-poker-engine
Section: python
Architecture: all
Conflicts: python2.3-poker-eval (<< 1.0.16), python2.4-poker-engine (<< 1.0.16), poker-engine-common
Depends: ${python:Depends}, ${misc:Depends}, python-pypoker-eval (>= 132.0), python-libxml2, python-libxslt1, rsync
Description: multiplayer poker engine with abstract variants specifications
 poker-engine is a Python library that implements poker rules according
 to variants and betting structures specified in configuration files.
 It designed to be used by a multiplayer poker server, a poker AI or a
 poker client.