File: control

package info (click to toggle)
publib 0.40-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,452 kB
  • ctags: 616
  • sloc: ansic: 6,708; sh: 395; makefile: 369
file content (19 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: publib
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/publib.git
Vcs-Git: git://anonscm.debian.org/collab-maint/publib.git

Package: publib-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Pre-Depends: ${misc:PreDepends}
Description: library of miscellaneous C functions
 This library contains functions for memory allocation, bit arrays,
 comparing standard C types for qsort and bsearch, error messages,
 filenames, hash tables, integer sets, log files, NNTP, priority queues,
 normal queues, editor buffers, stacks, and strings.