File: control

package info (click to toggle)
libtrio 1.16%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 928 kB
  • sloc: ansic: 11,254; sh: 172; makefile: 76
file content (33 lines) | stat: -rw-r--r-- 1,275 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
25
26
27
28
29
30
31
32
33
Source: libtrio
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), doxygen
Standards-Version: 3.9.6
Section: libs
Homepage: http://daniel.haxx.se/projects/trio/
Vcs-Git: https://salsa.debian.org/debian/libtrio.git
Vcs-Browser: https://salsa.debian.org/debian/libtrio

Package: libtrio-dev
Section: libdevel
Architecture: any
Depends: libtrio2 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: portable and extendable printf and string functions development files
 Trio is a fully matured and stable set of printf and string functions designed
 be used by applications with focus on portability or with the need for
 additional features that are not supported by standard stdio implementation.
 .
 This package provides header files and static libraries.

Package: libtrio2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: portable and extendable printf and string functions
 Trio is a fully matured and stable set of printf and string functions designed
 be used by applications with focus on portability or with the need for
 additional features that are not supported by standard stdio implementation.