Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| uthash-2.4.0-x86_64-1_danix.txz.sha256 | 2026-09-14 11:34 | 98 | |
| uthash-2.4.0-x86_64-1_danix.txz.md5 | 2026-09-14 11:34 | 66 | |
| uthash-2.4.0-x86_64-1_danix.txz.asc | 2026-09-14 11:48 | 870 | |
| uthash-2.4.0-x86_64-1_danix.txz | 2026-09-14 11:34 | 105K | |
| uthash-2.4.0-x86_64-1_danix.txt | 2026-09-14 11:34 | 415 | |
| uthash-2.4.0-x86_64-1_danix.meta | 2026-09-14 11:34 | 637 | |
| uthash-2.4.0-x86_64-1_danix.lst | 2026-09-14 11:34 | 2.5K | |
uthash (A hash table for C structures)
Any C structure can be stored in a hash table using uthash. Just add
UT_hash_handle to the structure and choose one or more fields in your
structure to act as the key. Then use these macros to store, retrieve
or delete items from the hash table.
See https://troydhanson.github.io/uthash/