gperf 3.0.3-1build3 source package in Ubuntu Linaro Evaluation Build
Changelog
gperf (3.0.3-1build3) lucid; urgency=low * rebuild rest of main for armel armv7/thumb2 optimization; UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 -- Alexander Sack <email address hidden> Fri, 05 Mar 2010 04:35:40 +0100
Upload details
- Uploaded by:
- Alexander Sack
- Uploaded to:
- Lucid
- Original maintainer:
- J.H.M. Dassen (Ray)
- Architectures:
- any
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oneiric based series for Ubuntu LEB | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gperf_3.0.3.orig.tar.gz | 844.8 KiB | 63287527c8d9e27e801cf0804436f3494bd569db05d49dcdd2a942ae72fa9055 |
gperf_3.0.3-1build3.diff.gz | 3.6 KiB | e0f9028008602353fdc9f0be5a257041ed377d32ed658d42330727af9ae38e3c |
gperf_3.0.3-1build3.dsc | 1.6 KiB | 4be20ff154d7a2d5d635b4d5e3d4af96a59c96e66a2d9e620c053984b90d0d23 |
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.