gperf 3.0.3-1ubuntu1 source package in Ubuntu
Changelog
gperf (3.0.3-1ubuntu1) precise; urgency=low * Make gperf Multi-Arch: foreign, so that it can satisfy cross-build-dependencies. -- Colin Watson <email address hidden> Mon, 09 Apr 2012 01:51:53 +0100
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gperf_3.0.3.orig.tar.gz | 844.8 KiB | 63287527c8d9e27e801cf0804436f3494bd569db05d49dcdd2a942ae72fa9055 |
gperf_3.0.3-1ubuntu1.diff.gz | 3.8 KiB | c7b8dee2f6926d6a16e4f2f66d7db2bac244268a6fdbc99b3ae05dcbf4dfcab5 |
gperf_3.0.3-1ubuntu1.dsc | 1.7 KiB | 7c51a508fa23ec7ea8ee166452aa0b86a3acbef4fe82e83fa5ea1ddd706513ad |
Available diffs
Binary packages built by this source
- gperf: 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.