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
|
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: extra
Build-Depends: autoconf-archive,
cdbs,
debhelper (>= 10),
dh-autoreconf,
libboost-regex-dev,
libbz2-dev,
libtar-dev,
libxml2-dev,
pkg-config,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libticcutils.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libticcutils.git
Homepage: https://github.com/LanguageMachines/ticcutils
Package: libticcutils2-dev
Architecture: any
Section: libdevel
Depends: libticcutils2v5 (= ${binary:Version}),
${misc:Depends}
Replaces: libticcutils-dev,
libticcutils1-dev
Description: library for TiCC software - development files
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: libticcutils2v5
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libticcutils2
Replaces: libticcutils2
Description: library for TiCC software - runtime files
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.
|