r3218: *** empty log message ***
[reversi.git] / debian / control
1 Source: cl-reversi
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: debhelper (>= 4.0.0)
6 Standards-Version: 3.5.7.0
7
8 Package: cl-reversi
9 Architecture: all
10 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37)
11 Description: Reversi game for Common Lisp
12  This package is based on Peter Norvig's reversi program in the book
13  Paradigms of Artificial Intelligence. Compared to the code in the book,
14  this package employs significant optimizations and includes a CLIM-based
15  graphical user interface.