File: control

package info (click to toggle)
christianriesen-base32 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: php: 247; makefile: 20; sh: 7
file content (33 lines) | stat: -rw-r--r-- 1,276 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: christianriesen-base32
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-phpcomposer,
 phpab,
 phpunit,
Standards-Version: 4.6.0
Homepage: https://github.com/ChristianRiesen/base32
Vcs-Browser: https://salsa.debian.org/php-team/pear/christianriesen-base32
Vcs-Git: https://salsa.debian.org/php-team/pear/christianriesen-base32.git
Rules-Requires-Root: no

Package: php-christianriesen-base32
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: PHP library to encode/decode the Base32 format
 Base32, defined in IETF RFC 4648, is an encoding for arbitrary binary data
 into the characters A-Z, numbers 2-7, and the equals sign [=], for padding.
 .
 This PHP library provides suitable encode and decode functions which
 translate data to/from the Base32 format.
 .
 Base32Hex, defined in the same RFC, is also supported.