golang-github-holiman-uint256_1.3.2-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Thu, 03 Jul 2025 03:39:08 +0000 |
Source: | golang-github-holiman-uint256 |
Binary: | golang-github-holiman-uint256-dev |
Architecture: | source all |
Version: | 1.3.2-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Leonardo Arias Fonseca <agami@riseup.net> |
Description: | golang-github-holiman-uint256-dev - Fixed size 256-bit math library (library) |
Closes: | 1108688 |
Changes: | golang-github-holiman-uint256 (1.3.2-1) unstable; urgency=medium * Initial release (Closes: #1108688) |
Files: | 2dad0fc53593385bb193f7c86f46cb1e 2300 golang optional golang-github-holiman-uint256_1.3.2-1.dsc b93581d71511027f96c8fcd77a6dda76 55267 golang optional golang-github-holiman-uint256_1.3.2.orig.tar.gz 1c0805a65587876e892bf49e3f2b6200 3180 golang optional golang-github-holiman-uint256_1.3.2-1.debian.tar.xz 400fc156d3c3fa4e83256c38d0f9d66e 40980 golang optional golang-github-holiman-uint256-dev_1.3.2-1_all.deb e97ddf6346f92d0901b8bf5196eac30f 5862 golang optional golang-github-holiman-uint256_1.3.2-1_amd64.buildinfo |
golang-github-holiman-uint256_1.3.2-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-holiman-uint256 |
Binary: | golang-github-holiman-uint256-dev |
Architecture: | all |
Version: | 1.3.2-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Otto Kekäläinen <otto@debian.org>, Leonardo Arias Fonseca <agami@riseup.net>, |
Homepage: | https://github.com/holiman/uint256 |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-holiman-uint256 |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-holiman-uint256.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-github-holiman-uint256-dev deb golang optional arch=all |
Files: | b93581d71511027f96c8fcd77a6dda76 55267 golang-github-holiman-uint256_1.3.2.orig.tar.gz 1c0805a65587876e892bf49e3f2b6200 3180 golang-github-holiman-uint256_1.3.2-1.debian.tar.xz |
Go-Import-Path: | github.com/holiman/uint256 |
README.source for golang-github-holiman-uint256_1.3.2-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-holiman-uint256-dev_1.3.2-1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-holiman-uint256-dev |
Source: | golang-github-holiman-uint256 |
Version: | 1.3.2-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 271 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/holiman/uint256 |
Description: | Fixed size 256-bit math library (library) Library specialized at replacing the big.Int library for math based on 256-bit types. As of 2020-03-18, uint256 wins over math/big in every single case, often with orders of magnitude. |
contents of golang-github-holiman-uint256-dev_1.3.2-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-07-03 03:39 ./ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/doc/golang-github-holiman-uint256-dev/ -rw-r--r-- root/root 180 2025-07-03 03:39 ./usr/share/doc/golang-github-holiman-uint256-dev/changelog.Debian.gz -rw-r--r-- root/root 1915 2025-07-03 03:39 ./usr/share/doc/golang-github-holiman-uint256-dev/copyright drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/ drwxr-xr-x root/root 0 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/ -rw-r--r-- root/root 34159 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/benchmarks_test.go -rw-r--r-- root/root 8467 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/binary_test.go -rw-r--r-- root/root 27096 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/conversion.go -rw-r--r-- root/root 1075 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/conversion_fuzz_test.go -rw-r--r-- root/root 77591 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/conversion_test.go -rw-r--r-- root/root 6874 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/decimal.go -rw-r--r-- root/root 4562 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/decimal_test.go -rw-r--r-- root/root 844 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/div.go -rw-r--r-- root/root 43 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/go.mod -rw-r--r-- root/root 14764 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/mod.go -rw-r--r-- root/root 9673 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/shared_test.go -rw-r--r-- root/root 4207 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/ternary_test.go -rw-r--r-- root/root 36963 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/uint256.go -rw-r--r-- root/root 26570 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/uint256_test.go -rw-r--r-- root/root 2030 2025-07-03 03:39 ./usr/share/gocode/src/github.com/holiman/uint256/unary_test.go |
copyright of golang-github-holiman-uint256-dev_1.3.2-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/holiman/uint256 Upstream-Name: Martin HS Upstream-Contact: martin@swende.se Files: * Copyright: 2018 Martin HS License: BSD-3-clause Files: debian/* Copyright: 2025 Flashbots <info@flashbots.net> License: BSD-3-clause Comment: Debian packaging is licensed under the same terms as upstream License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Timestamp: 02.08.2025 / 06:02:27 (UTC)