Fix types/initforms
[reversi.git] / debian / control
1 Source: cl-reversi
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>= 11.0.0)
7 Standards-Version: 3.9.5.0
8 Homepage: http://files.kpe.io/reversi/
9 Vcs-Git: git://git.kpe.io/reversi.git
10 Vcs-Browser: http://git.kpe.io/?p=reversi.git
11
12 Package: cl-reversi
13 Architecture: all
14 Depends: ${misc:Depends}
15 Description: Reversi game for Common Lisp
16  This package is based on Peter Norvig's reversi program in the book
17  Paradigms of Artificial Intelligence. Compared to the code in the book,
18  this package employs significant optimizations and includes a CLIM-based
19  graphical user interface.