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 75 76 77 78 79
|
Source: libcatmandu-filestore-perl
Section: perl
Priority: optional
Build-Depends:
debhelper,
libcatmandu-perl (>= 1.0600) <!nocheck>,
libclone-perl <!nocheck>,
libcpanel-json-xs-perl <!nocheck>,
libhash-merge-simple-perl <!nocheck>,
libio-callback-perl <!nocheck>,
libio-string-perl <!nocheck>,
liblog-any-adapter-log4perl-perl,
liblog-any-perl (>= 1.03) <!nocheck>,
liblog-log4perl-perl,
libmodule-build-perl (>= 0.422900),
libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libpackage-stash-perl <!nocheck>,
libpath-iterator-rule-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
librole-tiny-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-exception-perl (>= 0.43) <!nocheck>,
libtest-lwp-useragent-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-simple-perl (>= 0.99) <!nocheck>,
liburi-perl <!nocheck>,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-filestore-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-filestore-perl
Homepage: http://librecat.org/Catmandu/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libcatmandu-filestore-perl
Architecture: all
Depends:
libcatmandu-perl (>= 1.0600),
libclone-perl,
libhash-merge-simple-perl,
libio-string-perl,
libmoo-perl,
libnamespace-clean-perl,
libpackage-stash-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
liburi-perl,
${misc:Depends},
${perl:Depends},
Suggests:
liblog-any-adapter-log4perl-perl,
liblog-log4perl-perl,
Enhances:
libcatmandu-perl (>= 1.1000),
Replaces:
libcatmandu-perl (<< 1.1000~),
Breaks:
libcatmandu-perl (<< 1.1000~),
Description: modules to make files persistent within the Catmandu framework
Each Catmandu::FileStore is a Catmandu::Store and inherits all its methods.
.
A Catmandu::FileStore is package to store and retrieve binary content
in an filesystem, memory or a network.
A Catmandu::FileStore contains one or more Catmandu::FileBag
which is a kind of folder.
.
Each Catmandu::FileBag contains one or more files.
.
One special Catmandu::FileBag is the index
which contains the listing of all Catmandu::FileBag
in the Catmandu::FileStore.
.
Catmandu provides a suite of Perl modules
to ease the import, storage, retrieval, export
and transformation of metadata records.
|