Recent Package Updates
2025-04-20: gperf-3.3-1 (Perfect hash function generator)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. commit log from Daniel Macks ([email protected]): gperf: new version2025-04-20: librsync2-2.3.4-2 (Algorithm for remote file synchronization)
librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system. It was originaly developed as part of rproxy, but is now used by other applications and has its own project on github. https://github.com/librsync/librsync This library was previously known as libhsync up to version 0.9.0. commit log from sth0 ([email protected]): Fix final (?) problems with package. Should old librsync package go away?