File: control

package info (click to toggle)
genht 1.1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: ansic: 756; makefile: 96
file content (25 lines) | stat: -rw-r--r-- 807 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
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.