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
|
Source: libsearch-elasticsearch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mirko Tietgen <mirko@abunchofthings.net>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libany-uri-escape-perl <!nocheck>,
libdevel-globaldestruction-perl <!nocheck>,
libhttp-message-perl <!nocheck>,
libhttp-tiny-perl (>= 0.076) <!nocheck>,
libio-socket-ssl-perl <!nocheck>,
libjson-maybexs-perl <!nocheck>,
liblog-any-adapter-callback-perl <!nocheck>,
liblog-any-perl (>= 1.02) <!nocheck>,
libmodule-runtime-perl <!nocheck>,
libmoo-perl (>= 2.001000) <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libnet-ip-perl <!nocheck>,
libpackage-stash-perl <!nocheck>,
libsub-exporter-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-sharedfork-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
liburi-perl <!nocheck>,
libwww-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsearch-elasticsearch-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsearch-elasticsearch-perl.git
Homepage: https://metacpan.org/release/Search-Elasticsearch
Rules-Requires-Root: no
Package: libsearch-elasticsearch-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libany-uri-escape-perl,
libdevel-globaldestruction-perl,
libhttp-message-perl,
libhttp-tiny-perl (>= 0.076),
libjson-maybexs-perl,
liblog-any-perl (>= 1.02),
libmodule-runtime-perl,
libmoo-perl (>= 2.001000),
libnamespace-clean-perl,
libnet-ip-perl,
libpackage-stash-perl,
libsub-exporter-perl,
libtry-tiny-perl,
liburi-perl,
libwww-perl
Recommends: libjson-xs-perl
Description: Perl client for Elasticsearch
Search::Elasticsearch is the official Perl client for Elasticsearch,
supported by elasticsearch.com <http://www.elasticsearch.com>.
.
Elasticsearch itself is a flexible and powerful open source, distributed
real-time search and analytics engine for the cloud. You can read more
about it on elastic.co <http://www.elastic.co>.
|