File: control

package info (click to toggle)
cld2 0.0.0-git20150806-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120,756 kB
  • ctags: 2,721
  • sloc: cpp: 864,716; sh: 255; ansic: 207; makefile: 17
file content (33 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
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.