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
|
Source: raspell
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Alex Pennace <alex@pennace.org>,
Cédric Boutillier <boutil@debian.org>
Build-Depends: aspell-en,
debhelper-compat (= 12),
gem2deb,
libaspell-dev (>= 0.6~)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/raspell.git
Vcs-Browser: https://salsa.debian.org/ruby-team/raspell
Homepage: https://github.com/evan/raspell/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: raspell
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Recommends: aspell-dictionary
Description: interface binding for the Aspell spelling checker
raspell is an interface binding for the Aspell spelling checker written in
Ruby. It allows one to use the Aspell spelling checker from Ruby source code.
|