golang-github-jeremywohl-flatten_1.0.1-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Thu, 05 Jun 2025 11:14:08 +0000 |
Source: | golang-github-jeremywohl-flatten |
Binary: | golang-github-jeremywohl-flatten-dev |
Architecture: | source all |
Version: | 1.0.1-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Otto Kekäläinen <otto@debian.org> |
Description: | golang-github-jeremywohl-flatten-dev - Flatten nested maps or JSON in Go (library) |
Closes: | 1107492 |
Changes: | golang-github-jeremywohl-flatten (1.0.1-1) unstable; urgency=medium * Initial release (Closes: #1107492) |
Files: | 74e5dc3bfd8f79a573e45ae4a9add7d5 2293 golang optional golang-github-jeremywohl-flatten_1.0.1-1.dsc 1886ad70cb85ccc85245901d77a9e1cd 4520 golang optional golang-github-jeremywohl-flatten_1.0.1.orig.tar.gz a0542baa1e449ae460f9bbc6c61db9d9 3072 golang optional golang-github-jeremywohl-flatten_1.0.1-1.debian.tar.xz 8f7e7128d899c75d5c8dbddd2bc4f622 5216 golang optional golang-github-jeremywohl-flatten-dev_1.0.1-1_all.deb 21650cb08ee2c2cef0cacbec32d3e3e0 5975 golang optional golang-github-jeremywohl-flatten_1.0.1-1_amd64.buildinfo |
golang-github-jeremywohl-flatten_1.0.1-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-jeremywohl-flatten |
Binary: | golang-github-jeremywohl-flatten-dev |
Architecture: | all |
Version: | 1.0.1-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Otto Kekäläinen <otto@debian.org>, |
Homepage: | https://github.com/jeremywohl/flatten |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-jeremywohl-flatten |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-jeremywohl-flatten.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-github-jeremywohl-flatten-dev deb golang optional arch=all |
Files: | 1886ad70cb85ccc85245901d77a9e1cd 4520 golang-github-jeremywohl-flatten_1.0.1.orig.tar.gz a0542baa1e449ae460f9bbc6c61db9d9 3072 golang-github-jeremywohl-flatten_1.0.1-1.debian.tar.xz |
Go-Import-Path: | github.com/jeremywohl/flatten |
README.source for golang-github-jeremywohl-flatten_1.0.1-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-jeremywohl-flatten-dev_1.0.1-1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-jeremywohl-flatten-dev |
Source: | golang-github-jeremywohl-flatten |
Version: | 1.0.1-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 26 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/jeremywohl/flatten |
Description: | Flatten nested maps or JSON in Go (library) Make flat, one-dimensional maps from arbitrarily nested ones. It can take input as either JSON strings or Go maps. . Turn map keys into compound names, in four default styles: - dotted (a.b.1.c) - path-like (a/b/1/c) - Rails (a[b][1][c]) - with underscores (a_b_1_c) . Alternatively, you can pass a custom style. |
contents of golang-github-jeremywohl-flatten-dev_1.0.1-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-06-05 11:14 ./ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/doc/golang-github-jeremywohl-flatten-dev/ -rw-r--r-- root/root 181 2025-06-05 11:14 ./usr/share/doc/golang-github-jeremywohl-flatten-dev/changelog.Debian.gz -rw-r--r-- root/root 1467 2025-06-05 11:14 ./usr/share/doc/golang-github-jeremywohl-flatten-dev/copyright drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/gocode/src/github.com/jeremywohl/ drwxr-xr-x root/root 0 2025-06-05 11:14 ./usr/share/gocode/src/github.com/jeremywohl/flatten/ -rw-r--r-- root/root 1388 2025-06-05 11:14 ./usr/share/gocode/src/github.com/jeremywohl/flatten/doc.go -rw-r--r-- root/root 3542 2025-06-05 11:14 ./usr/share/gocode/src/github.com/jeremywohl/flatten/flatten.go -rw-r--r-- root/root 5275 2025-06-05 11:14 ./usr/share/gocode/src/github.com/jeremywohl/flatten/flatten_test.go |
copyright of golang-github-jeremywohl-flatten-dev_1.0.1-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/jeremywohl/flatten Upstream-Name: flatten Upstream-Contact: https://github.com/jeremywohl Files: * Copyright: 2016-2019 Jeremy Wohl License: Expat Files: debian/* Copyright: 2025 Otto Kekäläinen <otto@debian.org> 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: 22.08.2025 / 07:02:42 (UTC)