File: control

package info (click to toggle)
sudoku 1.0.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: ansic: 3,483; makefile: 49
file content (23 lines) | stat: -rw-r--r-- 900 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: sudoku
Section: games
Priority: optional
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Build-Depends: debhelper (>= 9), libncurses-dev, librsvg2-bin, imagemagick
Standards-Version: 3.9.6
Homepage: https://github.com/cinemast/sudoku
Vcs-Git: https://salsa.debian.org/debian/sudoku.git
Vcs-Browser: https://salsa.debian.org/debian/sudoku

Package: sudoku
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: console based sudoku
 This sudoku puzzle generator/solver features:
  * character based (curses) interface;
  * cross-platform (Minix, Unix, Windows) with full source code (ANSI C);
  * generates hints upon request;
  * classification of board difficulty (very easy, easy, medium, hard or
    fiendish);
  * generation of new boards;
  * easy entry of boards published in newspapers, Internet, ...;
  * multiple output formats (text, csv, HTML, PostScript).