File: control

package info (click to toggle)
uthash 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,788 kB
  • sloc: ansic: 9,838; makefile: 178; perl: 88; sh: 37; cpp: 30
file content (24 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
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