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 37 38 39 40 41
|
Source: freecell-solver
Section: devel
Priority: optional
Maintainer: Gergely Risko <risko@debian.org>
Vcs-Browser: http://git.debian.org/?p=collab-maint/freecell-solver.git;a=summary
Vcs-Git: git://git.debian.org/collab-maint/freecell-solver.git
Build-depends: debhelper (>= 7), cmake (>= 2.6), libpath-tiny-perl, @cdbs@
Homepage: http://fc-solve.shlomifish.org/
Standards-Version: 3.9.7
Package: libfreecell-solver0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc: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
Section: libdevel
Depends: libfreecell-solver0 (= ${binary:Version}), ${misc:Depends}
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
Section: games
Depends: ${shlibs:Depends}, python3, ${misc: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.
.
This package contains the binaries included with freecell-solver
|