File: control

package info (click to toggle)
libcache-historical-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 96 kB
  • ctags: 15
  • sloc: perl: 278; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download
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
Source: libcache-historical-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libdbd-sqlite3-perl,
 libdbi-perl,
 liblog-log4perl-perl,
 librose-db-object-perl (>= 1:0.785),
 librose-db-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mats Erik Andersson <mats.andersson@gisladisker.se>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Cache-Historical/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcache-historical-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcache-historical-perl/

Package: libcache-historical-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libdbd-sqlite3-perl,
 libdbi-perl,
 liblog-log4perl-perl,
 librose-db-object-perl (>= 1:0.785),
 librose-db-perl
Description: simple data caching service with time history
 Cache::Historical provides simple methods to store and search text values
 that are tied to a time and a key, like user or category. Each caching
 operation sets a time stamp, thus making it possible to search according
 to events in time. Like the name suggests, it was originally conceived
 for recording of historic events such as stock trading.
 .
 This module uses SQLite3 as database backend, thus leaving ample space
 for costumized additional tools to the same cached historic data.