File: control

package info (click to toggle)
libb64 1.2-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 228 kB
  • ctags: 135
  • sloc: ansic: 303; makefile: 128; sh: 81; cpp: 65
file content (31 lines) | stat: -rw-r--r-- 968 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
Source: libb64
Section: libs
Priority: optional
Maintainer: Jakub Wilk <jwilk@debian.org>
Build-Depends: debhelper (>= 8.1.3~),
 dpkg-dev (>= 1.16.0~),
 xutils-dev,
Standards-Version: 3.9.4
Homepage: http://libb64.sourceforge.net/

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++.