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
|
Source: libcatmandu-store-mongodb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
licensecheck,
perl,
libmodule-build-perl,
debhelper,
dh-buildinfo,
libcql-parser-perl (>= 1.12),
libcatmandu-perl,
libjson-maybexs-perl (>= 1.003005),
libmongodb-perl (>= 1.0.0),
libmoo-perl (>= 1.006000),
libnamespace-clean-perl (>= 0.24),
libsoftware-license-perl,
perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003),
libtest-exception-perl (>= 0.32),
libtest-pod-perl,
libtest-warn-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-store-mongodb-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-store-mongodb-perl
Homepage: https://github.com/LibreCat/Catmandu-Store-MongoDB
Package: libcatmandu-store-mongodb-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Enhances: ${cdbs:Enhances}
Description: searchable store backed by MongoDB
Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.
.
Catmandu::Store::MongoDB is a Perl package that can store data into
MongoDB databases. The database as a whole is called a 'store'.
Databases also have compartments (e.g. tables) called Catmandu::Bag-s.
|