5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx gperf: gperf @VERSION@ (a perfect hash function generator)
5 kx gperf:
5 kx gperf: gperf is a perfect hash function generator written in C++.
5 kx gperf: It transforms an n element user-specified keyword set W into a
5 kx gperf: perfect hash function F. gperf currently generates the reserved
5 kx gperf: keyword recognizer for lexical analyzers in several production and
5 kx gperf: research compilers and language processing tools, including GNU C,
5 kx gperf: GNU C++, GNU Java, GNU Pascal, GNU Modula 3, and GNU indent.
5 kx gperf:
5 kx gperf: gperf was written by by Douglas C. Schmidt and Bruno Haible.
5 kx gperf: