File: control

package info (click to toggle)
stringencoders 3.10.3%2Bgit20180306-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,116 kB
  • sloc: ansic: 17,159; cpp: 407; python: 319; makefile: 180; sh: 34
file content (33 lines) | stat: -rw-r--r-- 1,312 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: stringencoders
Section: libs
Priority: optional
Maintainer: Lennart Weller <lhw@ring0.de>
Uploaders: Sebastian Reichel <sre@debian.org>
Standards-Version: 4.2.1
Vcs-git: https://salsa.debian.org/lhw-guest/stringencoders.git
Vcs-Browser: https://salsa.debian.org/lhw-guest/stringencoders
Homepage: https://github.com/client9/stringencoders
Build-Depends: debhelper (>= 11~)

Package: libmodpbase64-0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: collection of high performance c-string transformations 
 This implementation is frequently 2x faster than standard implementations.
 The transformations include base64, base16, base85, base2, url and javascript
 escaping, as well as fast number to string and upper/lower case conversions.

Package: libmodpbase64-dev
Section: libdevel
Architecture: any
Depends: libmodpbase64-0 (= ${binary:Version}),
         ${misc:Depends}
Description: collection of high performance c-string transformations (development files)
 This implementation is frequently 2x faster than standard implementations.
 The transformations include base64, base16, base85, base2, url and javascript
 escaping, as well as fast number to string and upper/lower case conversions.
 .
 Development files