File: control

package info (click to toggle)
freecell-solver 2.4.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,880 kB
  • ctags: 1,155
  • sloc: ansic: 13,110; sh: 8,793; python: 342; perl: 323; makefile: 186
file content (36 lines) | stat: -rw-r--r-- 1,490 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: freecell-solver
Section: devel
Priority: optional
Maintainer: RISKO Gergely <risko@debian.org>
Standards-Version: 3.5.6
Build-depends: automake, libtool

Package: libfreecell-solver0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Library for solving Freecell games.
 Freecell Solver is a library for automatically solving boards of Freecell and
 similar variants of card Solitaire. This package contains the header files and 
 static libraries necessary for developing programs using Freecell Solver.

Package: libfreecell-solver-dev
Architecture: any
Depends: libfreecell-solver0 (>= 2.0.0)
Description: Library for solving Freecell games (Development files)
 Freecell Solver is a library for automatically solving boards of Freecell and
 similar variants of card Solitaire. This package contains the header files and 
 static libraries necessary for developing programs using Freecell Solver.
 .
 This package contains the files necessary to produce binaries which are
 linked against libfreecell-solver.
 
Package: freecell-solver-bin
Architecture: any
Depends: ${shlibs:Depends}, python | python-base
Description: Library for solving Freecell games
 Freecell Solver is a library for automatically solving boards of Freecell and
 similar variants of card Solitaire. This package contains the header files and 
 static libraries necessary for developing programs using Freecell Solver.
 .
 This package contains the binaries included with freecell-solver