File: control

package info (click to toggle)
sfst 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,036 kB
  • sloc: cpp: 6,969; lex: 567; yacc: 269; perl: 135; python: 100; makefile: 49; sh: 13
file content (59 lines) | stat: -rw-r--r-- 2,052 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: sfst
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Akshay S Dinesh <akshay@learnlearn.in>
Build-Depends: debhelper-compat (= 13),
#               d-shlibs,
               cmake,
               flex,
               bison,
               libreadline-dev,
               python3,
               pybind11-dev,
               python3-pybind11,
               python3-setuptools
Standards-Version: 4.7.0
Section: misc
Vcs-Browser: https://salsa.debian.org/science-team/sfst
Vcs-Git: https://salsa.debian.org/science-team/sfst.git
Homepage: https://github.com/santhoshtr/sfst
Rules-Requires-Root: no

Package: sfst
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Stuttgart finite-state transducer tools
 SFST is a toolbox for the implementation of morphological analysers
 and other tools which are based on finite state transducer
 technology. The SFST tools comprise
 .
   * a compiler which translates transducer programs into minimised transducers
   * interactive and batch-mode analysis programs
   * tools for comparing and printing transducers
   * a C++ library which is efficient and easy to use

Package: libsfst1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Replaces: libsfst1-1.4
Conflicts: libsfst1-1.4
Provides: libsfst1-1.4
Description: Shared library for SFST
 Contains shared library for SFST. SFST is a toolbox for the
 implementation of morphological analysers and other tools which are
 based on finite state transducer technology.

Package: libsfst-dev
Section: libdevel
Architecture: any
Depends: libsfst1 (= ${binary:Version}), ${misc:Depends}
Replaces: libsfst1-1.4-dev
Conflicts: libsfst1-1.4-dev
Provides: libsfst1-1.4-dev
Description: Development library SFST
 Contains development files for SFST. SFST is a toolbox for the
 implementation of morphological analysers and other tools which are
 based on finite state transducer technology.