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
|
Source: sdcv
Priority: optional
Section: utils
Maintainer: Michal Čihař <nijel@debian.org>
Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1~),
g++ (>=4:4.8),
cmake,
jq,
gettext,
zlib1g-dev,
pkg-config,
libglib2.0-dev,
libreadline-dev
Standards-Version: 4.1.1
Homepage: http://dushistov.github.io/sdcv/
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/sdcv.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/sdcv.git
Package: sdcv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: StarDict Console Version
sdcv is simple text-based utility for work with dictionaries in StarDict's
format.
.
It supports command line interaction as well as interactive mode using
readline.
|