File: control

package info (click to toggle)
ticcutils 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 3,264 kB
  • sloc: cpp: 19,502; sh: 4,273; ansic: 440; makefile: 45
file content (58 lines) | stat: -rw-r--r-- 2,301 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
Source: ticcutils
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>,
           Ko van der Sloot <ko.vandersloot@uvt.nl>,
           Maarten van Gompel <proycon@anaproy.nl>
Section: science
Priority: optional
Build-Depends: autoconf-archive,
               debhelper-compat (= 12),
               libbz2-dev,
               libicu-dev,
               libtar-dev,
               libxml2-dev,
               pkg-config,
               zlib1g-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/libticcutils.git
Vcs-Browser: https://salsa.debian.org/science-team/libticcutils
Homepage: https://github.com/LanguageMachines/ticcutils

Package: libticcutils-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libticcutils8 (= ${binary:Version}),
         ${misc:Depends}
Replaces: libticcutils1-dev,
          libticcutils2-dev
Conflicts: libticcutils1-dev,
           libticcutils2-dev
Description: utility functions used in the context of Natural Language Processing (headers)
 The TiCC utils C++ library contains useful functions and other goodies for
 general use in TiMBL and other parts of the TiCC software stack and beyond.
 .
 TiCC utils is a product of the Tilburg centre for Cognition and Communication
 (Tilburg University, The Netherlands).  If you do scientific research in
 Natural Language Processing, TiCC software will likely be of use to you.
 .
 This package provides the header files required to compile C++ programs
 that use libticcutils.

Package: libticcutils8
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: utility functions used in the context of Natural Language Processing (library)
 The TiCC utils C++ library contains useful functions and other goodies for
 general use in TiMBL and other parts of the TiCC software stack and beyond.
 .
 TiCC utils is a product of the Tilburg centre for Cognition and Communication
 (Tilburg University, The Netherlands).  If you do scientific research in
 Natural Language Processing, TiCC software will likely be of use to you.
 .
 This package provides the runtime files required to run programs that use
 libticcutils.