Source: libdbh2
Priority: extra
Maintainer: Edscott Wilson Garcia <edscott@xfce.org>
Build-Depends: debhelper (>= 8.0.0), autotools-dev
Standards-Version: 3.9.2
Section: libs
Homepage: http://dbh.sourceforge.net/
#Vcs-Git: git://git.debian.org/collab-maint/libdbh2.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libdbh2.git;a=summary

Package: libdbh2-dev
Section: libdevel
Architecture: any
Depends: libdbh2 (= ${binary:Version})
Description: Library to create and manage 64-bit disk based hash tables
 Full source files for library to create and manage hash tables residing 
 on disk. Associations are made between keys and 
 values so that for a given a key the value can be 
 found and loaded into memory quickly. Being disk based 
 allows for large and persistent hashes. 64 bit support
 allows for hashtables with sizes over 4 Gigabytes on 32
 bit systems. Cuantified key generation allows for 
 minimum access time on balanced multidimensional trees.


Package: libdbh2
Section: libs
Architecture: any
Replaces: dbh2, libdbh
Provides: libdbh, libdbh2
Conflicts: libdbh, dbh2
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to create and manage 64-bit disk based hash tables
 Full source files for library to create and manage hash tables residing 
 on disk. Associations are made between keys and 
 values so that for a given a key the value can be 
 found and loaded into memory quickly. Being disk based 
 allows for large and persistent hashes. 64 bit support
 allows for hashtables with sizes over 4 Gigabytes on 32
 bit systems. Cuantified key generation allows for 
 minimum access time on balanced multidimensional trees.

