Source: libchi-perl Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , Angel Abad , gregor herrmann , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libcarp-assert-perl , libclass-load-perl , libdata-serializer-perl , libdigest-jhash-perl , libhash-moreutils-perl , libjson-maybexs-perl , liblist-moreutils-perl , liblog-any-perl , libmoo-perl , libmoox-types-mooselike-numeric-perl , libmoox-types-mooselike-perl , libossp-uuid-perl , libstring-rewriteprefix-perl , libtask-weaken-perl , libtest-class-perl , libtest-deep-perl , libtest-exception-perl , libtest-warn-perl , libtime-duration-parse-perl , libtime-duration-perl , libtimedate-perl , libtry-tiny-perl , perl Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchi-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchi-perl.git Homepage: https://metacpan.org/release/CHI Rules-Requires-Root: no Package: libchi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcache-cache-perl, libcache-fastmmap-perl, libcarp-assert-perl, libclass-load-perl, libdata-serializer-perl, libdigest-jhash-perl, libhash-moreutils-perl, libjson-maybexs-perl, liblist-moreutils-perl, liblog-any-perl, libmoo-perl, libmoox-types-mooselike-numeric-perl, libmoox-types-mooselike-perl, libossp-uuid-perl, libstring-rewriteprefix-perl, libtask-weaken-perl, libtime-duration-parse-perl, libtime-duration-perl, libtimedate-perl, libtry-tiny-perl Description: Unified Cache Handling Interface CHI provides a unified caching API for Perl programs, designed to assist a developer in keeping data persistent for a specified period of time. . The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. . CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation.