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
|
Source: stardicter
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michal Čihař <nijel@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-all,
python3-setuptools,
python3-six,
Standards-Version: 4.1.1
Homepage: https://cihar.com/software/slovnik/
Vcs-Git: https://salsa.debian.org/python-team/packages/stardicter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/stardicter
Package: python3-stardicter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-setuptools, python3-six
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Conversion tools from various formats to StarDict
Set of python modules and command line utility to convert
several dictionaries to the StarDict format.
.
Currently it can convert following dictionaries:
.
* GNU/FDL Anglicko-Český slovník
* GNU/FDL Německo-Český slovník
* Slovník cizích slov
* dicts.info dictionaries
|