          MODULE=uthash
         VERSION=2.3.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/troydhanson/uthash/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
        WEB_SITE=https://troydhanson.github.io/uthash/
         ENTERED=20200420
         UPDATED=20211031
           SHORT="hash table for C structures"

cat << EOF
Any C structure can be stored in a hash table using uthash. Just add a 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. 
EOF
