mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-28 09:58:15 +01:00
16 lines
632 B
Text
16 lines
632 B
Text
Source: eliot
|
|
Section: games
|
|
Priority: optional
|
|
Maintainer: Olivier Teuliere <ipkiss@gmail.com>
|
|
Build-Depends: debhelper (>= 5), autotools-dev, libqt4-dev, libboost-dev, libexpat-dev
|
|
Standards-Version: 3.7.2
|
|
|
|
Package: eliot
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Scrabble game
|
|
Eliot is a Scrabble game intended both for multi-player games and for training
|
|
competition Scrabble (duplicate mode).
|
|
It finds the best score at each turn in a game using efficient search
|
|
techniques. It also proposes several tools to lookup for words in the
|
|
dictionary (for advanced training or crosswords games).
|