File: control

package info (click to toggle)
libtie-shadowhash-perl 1.00-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 112 kB
  • sloc: perl: 329; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libtie-shadowhash-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/ShadowHash/

Package: libtie-shadowhash-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Merge multiple data sources into a hash
 ShadowHash merges together multiple sets of data in the form of hashes into a
 data structure that looks to Perl like a single simple hash. When that hash
 is accessed, the data structures managed by that shadow hash are searched in
 order they were added for that key. This allows the rest of a program simple
 and convenient access to a disparate set of data sources.