golang-github-mr-tron-base58_1.2.0-2_multi.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Wed, 25 Jun 2025 05:17:48 -0400 |
Binary: | golang-github-mr-tron-base58-dev |
Source: | golang-github-mr-tron-base58 |
Architecture: | all source |
Version: | 1.2.0-2 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Reinhard Tartler <siretart@tauware.de> |
Description: | golang-github-mr-tron-base58-dev - Fast implementation for encoding/decoding Base58 (library) |
Changes: | golang-github-mr-tron-base58 (1.2.0-2) unstable; urgency=medium * debian/copyright: add missing copyright holders |
Files: | 9d0eda9a63e494476ac937a7c17c589b 2406 golang optional golang-github-mr-tron-base58_1.2.0-2.dsc afca9f511074fd716359c5bc47c297d6 3448 golang optional golang-github-mr-tron-base58_1.2.0-2.debian.tar.xz 4339e7a1d83b1ce378f6d7b9b23edea4 7032 golang optional golang-github-mr-tron-base58-dev_1.2.0-2_all.deb e7167f75c03844fe759faa19038ba75b 5692 golang optional golang-github-mr-tron-base58_1.2.0-2_amd64.buildinfo aa94fca2862ad280d007f28b207ea5e2 7158 golang optional golang-github-mr-tron-base58_1.2.0.orig.tar.gz |
golang-github-mr-tron-base58_1.2.0-2.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-mr-tron-base58 |
Binary: | golang-github-mr-tron-base58-dev |
Architecture: | all |
Version: | 1.2.0-2 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Reinhard Tartler <siretart@tauware.de>, |
Homepage: | https://github.com/mr-tron/base58 |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-mr-tron-base58 |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-mr-tron-base58.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-github-mr-tron-base58-dev deb golang optional arch=all |
Files: | aa94fca2862ad280d007f28b207ea5e2 7158 golang-github-mr-tron-base58_1.2.0.orig.tar.gz afca9f511074fd716359c5bc47c297d6 3448 golang-github-mr-tron-base58_1.2.0-2.debian.tar.xz |
Go-Import-Path: | github.com/mr-tron/base58 |
Dgit: | c1caceae1ff7c89bed4c2f4bdb11250abf6a97c2 debian archive/debian/1.2.0-2 https://git.dgit.debian.org/golang-github-mr-tron-base58 |
README.source for golang-github-mr-tron-base58_1.2.0-2.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-mr-tron-base58-dev_1.2.0-2_all.deb (click to toggle) | |
---|---|
Package: | golang-github-mr-tron-base58-dev |
Source: | golang-github-mr-tron-base58 |
Version: | 1.2.0-2 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 40 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/mr-tron/base58 |
Description: | Fast implementation for encoding/decoding Base58 (library) This package provides a Go library for encoding and decoding data using the Base58 encoding scheme. Base58 is a group of binary-to-text encoding schemes used to represent large integers as alphanumeric text. It is similar to Base64 but omits characters that could be ambiguously interpreted when printed (0, O, I, l) and omits the '+' and '/' characters to avoid issues with URL encoding. . Base58 is notably used in cryptocurrencies like Bitcoin, where it's employed for encoding addresses and private keys. This library offers a straightforward and efficient way to perform Base58 operations within Go applications. . The package contains the source code for the Go library. |
contents of golang-github-mr-tron-base58-dev_1.2.0-2_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-06-25 09:17 ./ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/doc/golang-github-mr-tron-base58-dev/ -rw-r--r-- root/root 230 2025-06-25 09:17 ./usr/share/doc/golang-github-mr-tron-base58-dev/changelog.Debian.gz -rw-r--r-- root/root 1450 2025-06-25 09:17 ./usr/share/doc/golang-github-mr-tron-base58-dev/copyright drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/ drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/ -rw-r--r-- root/root 822 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/alphabet.go drwxr-xr-x root/root 0 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58/ -rw-r--r-- root/root 822 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58/alphabet.go -rw-r--r-- root/root 6181 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58/base58.go -rw-r--r-- root/root 651 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58/base58_2_test.go -rw-r--r-- root/root 2520 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58/base58_test.go -rw-r--r-- root/root 3630 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58.go -rw-r--r-- root/root 651 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58_2_test.go -rw-r--r-- root/root 2518 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/base58_test.go -rw-r--r-- root/root 453 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/doc.go -rw-r--r-- root/root 42 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/go.mod -rw-r--r-- root/root 1776 2025-06-25 09:17 ./usr/share/gocode/src/github.com/mr-tron/base58/trivial.go |
copyright of golang-github-mr-tron-base58-dev_1.2.0-2_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/mr-tron/base58 Upstream-Name: base58 Files: * Copyright: 2017 Denis Subbotin 2017 Nika Jones 2017 Philip Schlump License: Expat Files: debian/* Copyright: 2025 Reinhard Tartler <siretart@tauware.de> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 25.06.2025 / 11:02:31 (UTC)