christianriesen-base32 1.6.0-3 source package in Ubuntu

Changelog

christianriesen-base32 (1.6.0-3) unstable; urgency=medium

  * [3853f6c] fix install location of override for pkg-php-tools
  * [7c9d895] show test names as they are run

 -- Joseph Nahmias <email address hidden>  Tue, 29 Mar 2022 10:49:24 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
christianriesen-base32_1.6.0-3.dsc 2.1 KiB 7ecde85565e102b497f9c50d78e7aea6546c47c3765fdccd034788aa8b79b0e4
christianriesen-base32_1.6.0.orig.tar.xz 5.5 KiB 3111b1076aa241b1b0a7c4610d4364d5e1b89cd70d6287426ccdae685a5fda48
christianriesen-base32_1.6.0-3.debian.tar.xz 2.9 KiB 56274c3233b07460ea5d0fe2bf09d5e25545920f4f1c541420d869435ce46874

No changes file available.

Binary packages built by this source

php-christianriesen-base32: 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.