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
|
Source: pycangjie
Section: python
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Anthony Wong <yp@anthonywong.net>,
Build-Depends:
cython3,
debhelper (>= 11),
libcangjie2-dev (>= 1.2),
libcangjie2-dev-tools,
libtool,
pkg-config,
python3-dev (>= 3.2),
Standards-Version: 4.2.1
Homepage: https://github.com/Cangjians/pycangjie
Vcs-Git: https://salsa.debian.org/input-method-team/pycangjie.git
Vcs-Browser: https://salsa.debian.org/input-method-team/pycangjie
Package: python3-pycangjie
Architecture: any
Depends:
libcangjie2 (>= 1.2),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides:
${python3:Provides},
Description: Python wrapper to libcangjie
This is a Python wrapper to libcangjie, a library that implements the
Chinese input method Cangjie (and also Quick).
|