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
|
Source: libmongodb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
gregor herrmann <gregoa@debian.org>,
Harlan Lieberman-Berg <hlieberman@setec.io>,
Dominique Dumont <dod@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libauthen-sasl-saslprep-perl <!nocheck>,
libauthen-scram-perl <!nocheck>,
libboolean-perl <!nocheck>,
libbson-perl <!nocheck>,
libbson-xs-perl <!nocheck>,
libclass-xsaccessor-perl <!nocheck>,
libjson-maybexs-perl <!nocheck>,
libjson-pp-perl <!nocheck>,
libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libnet-dns-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libsafe-isa-perl <!nocheck>,
libsub-quote-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtie-ixhash-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
libtype-tiny-xs-perl <!nocheck>,
libuuid-urandom-perl <!nocheck>,
# don't build depend on mongo which is not in buster: #919090
# and was removed from the archive later: #947743
# enable once manually for new uploads once it's back
# mongodb-server [i386 amd64],
net-tools <!nocheck>,
perl,
procps <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmongodb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmongodb-perl.git
Homepage: https://metacpan.org/release/MongoDB
Rules-Requires-Root: no
Package: libmongodb-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libauthen-sasl-saslprep-perl,
libauthen-scram-perl,
libboolean-perl,
libbson-perl,
libclass-xsaccessor-perl,
libmoo-perl,
libnamespace-clean-perl,
libnet-dns-perl,
libsafe-isa-perl,
libsub-quote-perl,
libtie-ixhash-perl,
libtry-tiny-perl,
libtype-tiny-xs-perl,
libuuid-urandom-perl
Recommends: libbson-xs-perl,
libio-socket-ip-perl,
libio-socket-ssl-perl,
libjson-pp-perl,
libnet-ssleay-perl
Description: Mongo Driver for Perl
MongoDB is a high-performance, open source, schema-free document-oriented
data store. The MongoDB module provides an interface to easily access
it from Perl.
.
As of August 13, 2020, the MongoDB Perl driver and related libraries are no
longer supported by MongoDB.
|