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
|
Source: cld2
Section: libs
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: cmake, debhelper (>=10)
Standards-Version: 4.0.0
Homepage: https://github.com/CLD2Owners/cld2/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/cld2.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cld2.git
Package: libcld2-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Compact Language Detector 2, library package
Detects over 80 languages in UTF-8 text, based largely on groups
of four letters.
Also tables for 160+ language version.
.
This is the Library package.
Package: libcld2-dev
Section: libdevel
Architecture: any
Depends: libcld2-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Compact Language Detector 2, development package
Detects over 80 languages in UTF-8 text, based largely on groups
of four letters.
Also tables for 160+ language version.
.
This is the development package.
|