Package: gperf Version: 3.0.4 Revision: 1 Maintainer: David Fang # Source: gnu Source-MD5: c1f1db32fb6598d6a93e6e88796a8632 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info GCC: 4.0 DocFiles: << AUTHORS COPYING* ChangeLog* NEWS README << InfoDocs: gperf.info InstallScript: make install DESTDIR=%d docdir=%p/share/doc/%n # InfoTest: << TestScript: make -j1 -k check || exit 2 TestDepends: TestSuiteSize: small << Description: Perfect hash function generator DescDetail: << This is GNU gperf. It is a program that generates perfect hash functions for sets of key words. A perfect hash function is: 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. The doc/gperf.html file explains how the program works, the form of the input, what options are available, and hints on choosing the best options for particular key words set. << DescPort: << Needed by all the EDA stuff I have my eye on (such as gEDA). << DescPackaging: << Test suite is not parallelized because tests clobber each other's object files and output files... lame. Former maintainer: Chuck Robey << Homepage: http://www.gnu.org/software/gperf/gperf.html License: GPL