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 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: lttoolbox
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Tino Didriksen <tino@didriksen.cc>,
Kartik Mistry <kartik@debian.org>
Build-Depends: automake,
debhelper (>= 11),
devscripts,
dh-exec (>= 0.3),
flex,
gawk,
libpcre3-dev,
libtool,
libxml2-dev,
libxml2-utils,
pkg-config (>= 0.20),
python-minimal,
python-testtools,
xsltproc,
zlib1g-dev (>= 1.2.3)
Standards-Version: 4.2.1
Homepage: https://apertium.org/
Vcs-Git: https://salsa.debian.org/science-team/lttoolbox.git
Vcs-Browser: https://salsa.debian.org/science-team/lttoolbox
Package: lttoolbox
Architecture: any
Depends: liblttoolbox3-3.5-1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Apertium lexical processing modules and tools
The lttoolbox contains the augmented letter transducer tools for natural
language processing used by Apertium, a platform for building rule-based
and hybrid machine translation systems. The software is also useful
for making morphological analysers and generators for natural language
processing applications.
Package: liblttoolbox3-3.5-1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: liblttoolbox
Conflicts: liblttoolbox, liblttoolbox3
Replaces: liblttoolbox,
liblttoolbox3,
liblttoolbox3-3.3-0v5 (<= 3.3.2~r61000-3.1)
Breaks: liblttoolbox3-3.3-0v5 (<= 3.3.2~r61000-3.1)
Description: Shared library for lttoolbox
The lttoolbox contains the augmented letter transducer tools for natural
language processing used by Apertium, a platform for building rule-based
and hybrid machine translation systems. The software is also useful
for making morphological analysers and generators for natural language
processing applications.
.
This package provides shared library for lttoolbox.
Package: lttoolbox-dev
Architecture: any
Depends: lttoolbox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Conflicts: liblttoolbox3-dev
Replaces: liblttoolbox3-dev
Description: Development tools and library for lttoolbox
The lttoolbox contains the augmented letter transducer tools for natural
language processing used by Apertium, a platform for building rule-based
and hybrid machine translation systems. The software is also useful
for making morphological analysers and generators for natural language
processing applications.
.
This package provides development files for lttoolbox.
|