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
|
Source: hfst
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: autoconf,
automake,
bison,
debhelper (>= 12),
dh-python,
flex,
libicu-dev,
libreadline-dev,
libtool,
pkg-config,
python3-all-dev,
python3-setuptools,
swig,
zlib1g-dev
Standards-Version: 4.4.0
Homepage: https://hfst.github.io/
Vcs-Git: https://salsa.debian.org/science-team/hfst.git
Vcs-Browser: https://salsa.debian.org/science-team/hfst
Package: hfst
Architecture: any
Depends: libhfst52 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Helsinki Finite-State Transducer Technology
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
Package: libhfst52
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libhfst
Conflicts: libhfst, libhfst3
Replaces: libhfst, libhfst3
Description: Helsinki Finite-State Transducer Technology Libraries
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
.
This package provides runtime libraries for HFST.
Package: libhfst-dev
Architecture: any
Section: libdevel
Depends: hfst (= ${binary:Version}),
libhfst52 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: libhfst3-dev
Replaces: libhfst3-dev
Description: Helsinki Finite-State Transducer Technology Development files
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
.
This package provides development headers and libraries for HFST
Package: python3-libhfst
Architecture: any
Section: python
Depends: libhfst52 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Helsinki Finite-State Transducer Technology (Python3 module)
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
.
This package provides Python3 module for libhfst.
|