1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: deal
Section: games
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), tcl-dev
Standards-Version: 3.9.5
Homepage: http://bridge.thomasoandrews.com/deal/
Vcs-Git: git://git.debian.org/collab-maint/deal.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/deal.git
XS-Testsuite: autopkgtest
Package: deal
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: bridge hand generator
This program generates bridge hands. It can be told to generate only hands
satisfying conditions like being balanced, having a range of HCPs, controls,
or other user-definable properties. Hands can be output in various formats,
like pbn for feeding to other bridge programs, deal itself, or split up into a
file per player for practise. Extensible via Tcl.
|