1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: uthash
Section: devel
Priority: optional
Maintainer: Ilias Tsitsimpis <iliastsi@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-exec (>=0.3),
asciidoc
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://bitbucket.org/iliastsi/uthash
Vcs-Git: https://bitbucket.org/iliastsi/uthash.git
Homepage: https://troydhanson.github.io/uthash/
Package: uthash-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: hash table and linked list for C structures
uthash-dev provides a hash table implementation using C preprocessor macros.
This package also includes:
* utlist.h provides linked list macros for C structures
* utarray.h implements dynamic arrays using macros
* utstring.h implements a basic dynamic string
|