File: control

package info (click to toggle)
irstlm 6.00.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,620 kB
  • ctags: 1,830
  • sloc: cpp: 15,933; ansic: 1,590; sh: 1,293; perl: 831; makefile: 118
file content (60 lines) | stat: -rw-r--r-- 1,987 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: irstlm
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Giulio Paci <giuliopaci@gmail.com>,
           Koichi Akabe <vbkaisetsu@gmail.com>,
           Balint Reczey <balint@balintreczey.hu>
Build-Depends: dh-autoreconf,
 devscripts,
 libtool,
 automake,
 autoconf,
 bash-completion,
 debhelper (>= 9~),
 dh-buildinfo,
 zlib1g-dev,
 dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/irstlm.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/irstlm.git
Homepage: http://hlt-mt.fbk.eu/technologies/irstlm

Package: irstlm
Architecture: any
Depends: libirstlm1 (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends},
	 ${perl:Depends},
	 perl
Description: IRST Language Modeling Toolkit
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package provides the command line tools.

Package: libirstlm-dev
Section: libdevel
Architecture: any
Depends: libirstlm1 (= ${binary:Version}),
         ${misc:Depends}
Description: IRST Language Modeling Toolkit - development files
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package provides development headers for IRSTLM.

Package: libirstlm1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: IRST Language Modeling Toolkit - runtime library
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package contains the IRSTLM shared library.