File: control

package info (click to toggle)
libb64 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 303; makefile: 129; sh: 81; cpp: 65
file content (33 lines) | stat: -rw-r--r-- 1,085 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: libb64
Section: libs
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11),
 dpkg-dev (>= 1.16.0~),
 xutils-dev,
Standards-Version: 4.1.3
Homepage: http://libb64.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/alteholz/libb64.git
Vcs-Git: https://salsa.debian.org/alteholz/libb64.git

Package: libb64-0d
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: base64 encoding/decoding library - runtime library
 libb64 is a library of ANSI C routines for fast encoding/decoding data into
 and from a base64-encoded format.
 .
 This package provides the runtime library.

Package: libb64-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libb64-0d (= ${binary:Version})
Description: base64 encoding/decoding library - development files
 libb64 is a library of ANSI C routines for fast encoding/decoding data into
 and from a base64-encoded format.
 .
 This package provides the static library and headers for C and C++.