Language

Package: uthash @ 2.1.0

Synopsis

Hash tables, lists, and other data structures implemented as C macros

Description

uthash implements a hash table and a few other basic data structures as C preprocessor macros. It aims to be minimalistic and efficient: it's around 1,000 lines of code which, being macros, inline automatically.

Unlike function calls with fixed prototypes, macros operate on untyped arguments. Thus, they are able to work with any type of structure and key. Any C structure can be stored in a hash table by adding UT_hash_handle to the structure and choosing one or more fields to act as the key.

Home page
https://troydhanson.github.io/uthash/
Location
gnu/packages/datastructures.scm (line: 161, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/1709zbnqjlawd6r50vzm4bwhndsqvjv7-uthash-2.1.0.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/ljdrzj3v4l9qwfx7ypqicdkw922cviif-uthash-2.1.0.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/m9pq1v2x6fkyirrf51lcyg1jz47drfy6-uthash-2.1.0.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/gw9a9lmr4y7z5xbnmvqnl05lhdknim2f-uthash-2.1.0.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/sd5mqnp87bzly7h8x9ndmkcgd1n3prsz-uthash-2.1.0.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/aqsx7nzwmfk1a25lvbq4y8rc88j3b6q5-uthash-2.1.0.drv
x86_64-linuxi686-w64-mingw32/gnu/store/cfwpbazd3a1whwlb4gajmyn997m26i9n-uthash-2.1.0.drv
x86_64-linuxi586-pc-gnu/gnu/store/9kr5rbk6zh8p0vlb1cm5zrx3rcj0dy6k-uthash-2.1.0.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/npz3c6dldqwbkv7nwacwba555nqifgn1-uthash-2.1.0.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/mlgdqvn89l065z3r2pnwcwx4z4r2xp1h-uthash-2.1.0.drv
riscv64-linux/gnu/store/im6b15ca7i84m4rqkbvrwqs4z46w9cbs-uthash-2.1.0.drv
    powerpc-linux/gnu/store/0lm4ccrc6qc8xyk0kwlimz0alkq7kasx-uthash-2.1.0.drv
      powerpc64le-linux/gnu/store/0c787i3kvwraxga06g0di4xfc0jqkq70-uthash-2.1.0.drv
      mips64el-linux/gnu/store/c9yj7gb6n6ma9ng5y2bcxz36613ldx9i-uthash-2.1.0.drv
        i686-linux/gnu/store/2jljym60zyx4d1l0sivf02jc74k9cdpj-uthash-2.1.0.drv
        i586-gnu/gnu/store/kxriw3zdzpspnkcv9c7xg80lzy6y9d55-uthash-2.1.0.drv
        armhf-linux/gnu/store/8pbk2lpnig7fs3v1iyjiijzw2izjb512-uthash-2.1.0.drv
        aarch64-linux/gnu/store/9ywkhldy7z0k0k754jsck5619kxp9ym6-uthash-2.1.0.drv

        Lint warnings

        LinterMessageLocation
        optional-tests

        Make sure tests are only run when requested

        the 'check' phase should respect #:tests?