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
|
Source: hfst-ospell
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Tino Didriksen <tino@didriksen.cc>,
Kartik Mistry <kartik@debian.org>
Build-Depends: autoconf,
debhelper-compat (= 13),
libarchive-dev,
libicu-dev,
pkg-config,
zip
Standards-Version: 4.6.2
Homepage: https://github.com/hfst/hfst-ospell
Vcs-Git: https://salsa.debian.org/science-team/hfst-ospell.git
Vcs-Browser: https://salsa.debian.org/science-team/hfst-ospell
Rules-Requires-Root: no
Package: hfst-ospell
Architecture: any
Depends: libhfstospell11 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Spell checker library and tool based on HFST
Minimal HFST optimized lookup format based spell checker library and
a demonstrational implementation of command line based spell checker.
Package: libhfstospell11
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libhfstospell
Conflicts: libhfstospell, libhfstospell11
Replaces: libhfstospell, libhfstospell11
Description: HFST spell checker runtime libraries
Minimal HFST optimized lookup format based spell checker library and
a demonstrational implementation of command line based spell checker.
.
This package provides runtime libraries for hfst-ospell.
Package: hfst-ospell-dev
Architecture: any
Section: devel
Depends: hfst-ospell (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: HFST spell checker development files
Minimal HFST optimized lookup format based spell checker library and
a demonstrational implementation of command line based spell checker.
.
This package provides development headers and libraries for hfst-ospell.
|