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
|
Source: libwww-dict-leo-org-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libio-socket-ssl-perl <!nocheck>,
liburi-encode-perl <!nocheck>,
libxml-simple-perl <!nocheck>,
perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-dict-leo-org-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-dict-leo-org-perl.git
Homepage: https://metacpan.org/release/WWW-Dict-Leo-Org
Rules-Requires-Root: no
Package: libwww-dict-leo-org-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libio-socket-ssl-perl,
liburi-encode-perl,
libxml-simple-perl
Description: interface module to dict.leo.org online dictionary
WWW::Dict::Leo::Org is a module which connects to the website dict.leo.org
and translates the given term. It returns an array of hashes. Each hash
contains a left side and a right side of the result entry.
.
The package also provides the `leo' commandline interface to the
German/English/French dictionary on https://dict.leo.org/. It supports almost
all features which the website supports.
.
Results will be printed to the terminal. By default the search term will be
highlighted. To get faster results, `leo' is able to cache queries.
|