File: control

package info (click to toggle)
irstlm 6.00.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,628 kB
  • sloc: cpp: 15,933; ansic: 1,590; sh: 1,293; perl: 831; makefile: 118
file content (59 lines) | stat: -rw-r--r-- 2,026 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
Source: irstlm
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Giulio Paci <giuliopaci@gmail.com>,
           Koichi Akabe <vbkaisetsu@gmail.com>
Section: science
Priority: optional
Build-Depends: devscripts,
               libtool,
               automake,
               autoconf,
               bash-completion,
               debhelper-compat (= 13),
               dh-buildinfo,
               zlib1g-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/science-team/irstlm
Vcs-Git: https://salsa.debian.org/science-team/irstlm.git
Homepage: https://hlt-mt.fbk.eu/technologies/irstlm
Rules-Requires-Root: no

Package: irstlm
Architecture: any
Depends: libirstlm1 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
         ${perl:Depends}
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
Architecture: any
Section: libdevel
Depends: libirstlm1 (= ${binary:Version}),
         ${misc:Depends}
Multi-Arch: same
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
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-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.