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 80 81 82 83 84 85 86 87
|
Source: libkiokudb-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 (= 13)
# the version on libdata-uuid-perl is there in purpose, cf. #929196
Build-Depends-Indep: libcache-ref-perl <!nocheck>,
libclass-load-perl <!nocheck>,
libdata-stream-bulk-perl <!nocheck>,
libdata-swap-perl <!nocheck>,
libdata-uuid-libuuid-perl <!nocheck>,
libdata-uuid-perl <!nocheck>,
libdata-visitor-perl <!nocheck>,
libhash-util-fieldhash-compat-perl <!nocheck>,
libjson-perl <!nocheck>,
libjson-xs-perl <!nocheck>,
libmodule-pluggable-perl <!nocheck>,
libmoose-perl <!nocheck>,
libmoosex-clone-perl <!nocheck>,
libmoosex-role-parameterized-perl <!nocheck>,
libmoosex-yaml-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libpadwalker-perl <!nocheck>,
libpath-class-perl <!nocheck>,
libscope-guard-perl <!nocheck>,
libsearch-gin-perl <!nocheck>,
libset-object-perl <!nocheck>,
libsub-exporter-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libthrowable-perl <!nocheck>,
libtie-toobject-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
libyaml-libyaml-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libkiokudb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libkiokudb-perl.git
Homepage: https://metacpan.org/release/KiokuDB
Rules-Requires-Root: no
Package: libkiokudb-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcache-ref-perl,
libclass-load-perl,
libdata-stream-bulk-perl,
libdata-swap-perl,
libdata-uuid-libuuid-perl,
libdata-uuid-perl,
libdata-visitor-perl,
libhash-util-fieldhash-compat-perl,
libjson-perl,
libjson-xs-perl,
libmodule-pluggable-perl,
libmoose-perl,
libmoosex-clone-perl,
libmoosex-role-parameterized-perl,
libmoosex-yaml-perl,
libnamespace-clean-perl,
libpadwalker-perl,
libpath-class-perl,
libscope-guard-perl,
libsearch-gin-perl,
libset-object-perl,
libsub-exporter-perl,
libtest-exception-perl,
libthrowable-perl,
libtie-toobject-perl,
libtry-tiny-perl,
libyaml-libyaml-perl
Description: Perl module for object persistence
KiokuDB is a Moose based frontend to various data stores, somewhere in
between Tangram and Pixie.
.
Its purpose is to provide persistence for "regular" objects with as little
effort as possible, without sacrificing control over how persistence is
actually done, especially for harder to serialize objects.
.
KiokuDB is also non-invasive: it does not use ties, AUTOLOAD, proxy objects,
sv_magic or any other type of trickery.
.
Many features important for proper Perl space semantics are supported,
including shared data, circular structures, weak references, tied structures,
etc.
|