File: control

package info (click to toggle)
gperf 3.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,708 kB
  • ctags: 867
  • sloc: exp: 6,352; cpp: 5,711; perl: 2,117; sh: 956; ansic: 822; makefile: 655
file content (20 lines) | stat: -rw-r--r-- 650 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
Source: gperf
Section: devel
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), texinfo
Homepage: http://www.gnu.org/software/gperf/

Package: gperf
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends},
Replaces: libg++272-dev, libg++27-dev
Description: Perfect hash function generator
 gperf is a program that generates perfect hash functions for sets of
 key words.
 .
 A perfect hash function is simply: A hash function and a data structure
 that allows recognition of a key word in a set of words using exactly 1
 probe into the data structure.