File: control

package info (click to toggle)
libvoikko 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,736 kB
  • sloc: cpp: 12,514; sh: 4,839; python: 2,042; java: 1,219; cs: 1,172; lisp: 381; makefile: 325; ansic: 183; xml: 112
file content (85 lines) | stat: -rw-r--r-- 2,967 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: libvoikko
Priority: optional
Maintainer: Timo Jyrinki <timo@debian.org>
Build-Depends: autotools-dev,
               debhelper (>= 9.0.0),
               dh-autoreconf,
               dh-python,
               hfst-ospell-dev,
               pkg-config,
               python3,
Standards-Version: 4.0.0
Section: libs
Homepage: http://voikko.puimula.org/
Vcs-Git: git@salsa.debian.org:debian/libvoikko.git
Vcs-Browser: https://salsa.debian.org/debian/libvoikko/

Package: libvoikko-dev
Section: libdevel
Architecture: any
Depends: libvoikko1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: Development files for libvoikko
 Libvoikko is a library of free natural language processing tools. It
 aims to provide support for languages that are not well served by
 other existing free linguistic tools.
 .
 This package contains the files needed to build or develop applications
 that use Voikko.

Package: libvoikko1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Suggests: voikko-fi,
Breaks: voikko-fi (<< 2.0-1),
Description: Library of free natural language processing tools
 Libvoikko is a library of free natural language processing tools. It
 aims to provide support for languages that are not well served by
 other existing free linguistic tools.
 .
 The library supports multiple backends, of which VFST and
 HFST are enabled in the default build:
 .
  - VFST: Finite state transducer format used for Finnish morphology
    and as an experimental language independent backend.
  - HFST (Helsinki Finite-State Transducer Technology): Supports ZHFST
    speller archives for various languages.
  - Experimental backends: Weighted VFST and Lttoolbox.
 .
 Libvoikko provides spell checking, hyphenation, grammar checking and
 morphological analysis for Finnish language. Spell checking is
 supported for other languages through the HFST backend.
 .
 This package contains the shared library.

Package: python-libvoikko
Section: oldlibs
Architecture: all
Depends: python3-libvoikko,
         ${misc:Depends},
Description: transitional dummy package for Python bindings for libvoikko
 Libvoikko is a library of free natural language processing tools. It
 aims to provide support for languages that are not well served by
 other existing free linguistic tools.
 .
 This package is a transitional dummy package which can be safely removed.

Package: python3-libvoikko
Section: python
Architecture: all
Depends: libvoikko1 (>= ${source:Version}),
         python3,
         ${misc:Depends},
         ${python3:Depends},
Breaks: python-libvoikko (<< 4.0.1-3),
Replaces: python-libvoikko,
Provides: python-libvoikko,
Description: Python bindings for libvoikko
 Libvoikko is a library of free natural language processing tools. It
 aims to provide support for languages that are not well served by
 other existing free linguistic tools.
 .
 This package contains the Python bindings.