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
|
Source: genht
Section: libs
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Standards-Version: 4.6.0
Homepage: http://repo.hu/projects/genht
Build-Depends: debhelper (>= 13)
Package: libgenht1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic hash table lib for C
Provides a simple interface for creating hash tables with arbitrary
key and value types. Ships with shared objects for standard table types.
Package: libgenht1-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Description: Generic hash table lib for C
Provides a simple interface for creating hash tables with arbitrary
key and value types. Ships with shared objects for standard table types.
.
This package contains the static library and header files used in
development.
|