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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: freecell-solver
Section: devel
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Gergely Risko <risko@debian.org>,
Vcs-Browser: https://salsa.debian.org/games-team/freecell-solver
Vcs-Git: https://salsa.debian.org/games-team/freecell-solver.git/
Build-Depends:
debhelper-compat (= 13),
cmake,
gperf,
libpath-tiny-perl,
libtemplate-perl,
python3,
Homepage: http://fc-solve.shlomifish.org/
Standards-Version: 4.7.3
X-Style: black
Package: libfreecell-solver0
Architecture: any
Section: libs
Depends:
${misc: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
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:
python3,
${misc:Depends},
${shlibs:Depends},
Description: Library for solving Freecell games - utilities
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
|