golang-fortio-safecast_1.0.0-1_multi.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 29 Jun 2025 12:22:12 +0200 |
Binary: | golang-fortio-safecast-dev |
Source: | golang-fortio-safecast |
Architecture: | all source |
Version: | 1.0.0-1 |
Distribution: | experimental |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Nicolas Peugnet <nicolas@club1.fr> |
Closes: | 1108465 |
Description: | golang-fortio-safecast-dev - Go library for number type conversions safe from accidental overf |
Changes: | golang-fortio-safecast (1.0.0-1) experimental; urgency=medium * Initial release (Closes: #1108465) |
Files: | 1c423fdeb59033e723b04346f3728a85 1563 golang optional golang-fortio-safecast_1.0.0-1.dsc 1f91588ae348ba3e9f1a617d51dfca93 8530 golang optional golang-fortio-safecast_1.0.0.orig.tar.gz 115d1dc30dfe038d62fbdf6eef39793a 2740 golang optional golang-fortio-safecast_1.0.0-1.debian.tar.xz 5421b161966886140f5a31b8a0ca2272 5023 golang optional golang-fortio-safecast_1.0.0-1_amd64.buildinfo 0ec028cb06f37a33912cab24a73a8e99 4824 golang optional golang-fortio-safecast-dev_1.0.0-1_all.deb |
golang-fortio-safecast_1.0.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-fortio-safecast |
Binary: | golang-fortio-safecast-dev |
Architecture: | all |
Version: | 1.0.0-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Nicolas Peugnet <nicolas@club1.fr>, |
Homepage: | https://github.com/fortio/safecast |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-fortio-safecast |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-fortio-safecast.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-fortio-safecast-dev deb golang optional arch=all |
Files: | 1f91588ae348ba3e9f1a617d51dfca93 8530 golang-fortio-safecast_1.0.0.orig.tar.gz 115d1dc30dfe038d62fbdf6eef39793a 2740 golang-fortio-safecast_1.0.0-1.debian.tar.xz |
Go-Import-Path: | fortio.org/safecast |
README.source for golang-fortio-safecast_1.0.0-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-fortio-safecast-dev_1.0.0-1_all.deb (click to toggle) | |
---|---|
Package: | golang-fortio-safecast-dev |
Source: | golang-fortio-safecast |
Version: | 1.0.0-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 25 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/fortio/safecast |
Description: | Go library for number type conversions safe from accidental overflow Avoid accidental overflow of numbers during go type conversions (e.g instead of shorter := bigger.(int8) type conversions use shorter := safecast.MustConvert[int8](bigger). . Safecast allows one to safely convert between numeric types in Go and return errors (or panic when using the Must* variants) when the cast would result in a loss of precision, range or sign. |
contents of golang-fortio-safecast-dev_1.0.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-06-29 10:22 ./ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/doc/golang-fortio-safecast-dev/ -rw-r--r-- root/root 170 2025-06-29 10:22 ./usr/share/doc/golang-fortio-safecast-dev/changelog.Debian.gz -rw-r--r-- root/root 1107 2025-06-29 10:22 ./usr/share/doc/golang-fortio-safecast-dev/copyright drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/gocode/src/fortio.org/ drwxr-xr-x root/root 0 2025-06-29 10:22 ./usr/share/gocode/src/fortio.org/safecast/ -rw-r--r-- root/root 116 2025-06-29 10:22 ./usr/share/gocode/src/fortio.org/safecast/go.mod -rw-r--r-- root/root 3233 2025-06-29 10:22 ./usr/share/gocode/src/fortio.org/safecast/safecast.go -rw-r--r-- root/root 6515 2025-06-29 10:22 ./usr/share/gocode/src/fortio.org/safecast/safecast_test.go |
copyright of golang-fortio-safecast-dev_1.0.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/fortio/safecast Upstream-Name: safecast Upstream-Contact: Fortio <fortio@googlegroups.com> Files: * Copyright: 2024 Fortio Authors License: Apache-2.0 Files: debian/* Copyright: 2025 Nicolas Peugnet <nicolas@club1.fr> License: Apache-2.0 Comment: Debian packaging is licensed under the same terms as upstream License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . https://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Comment: On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". |
Timestamp: 29.06.2025 / 19:02:26 (UTC)