DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: golang-github-lunixbochs-struc 0.0~git20241101.8d528fa2c543-1~exp1

Package Information

DescriptionBetter binary packing library for golang

Struc exists to pack and unpack C-style structures from bytes, which is useful for binary files and network protocols. It could be considered an alternative to encoding/binary, which requires massive boilerplate for some similar operations.

Struc considers usability first. That said, it does cache reflection data and aims to be competitive with encoding/binary struct packing in every way, including performance.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByRoger Shimizu <rosh@debian.org>
Sponsorrosh@debian.org
Distributionexperimental
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-lunixbochs-struc.git (browse)
Closes#1130931
Trackerhttps://tracker.debian.org/pkg/golang-github-lunixbochs-struc
Uploaded4 hours ago

New Package Report

.changes
DateMon, 16 Mar 2026 00:57:10 -0700
Sourcegolang-github-lunixbochs-struc
Version0.0~git20241101.8d528fa2c543-1~exp1
Changed-ByRoger Shimizu
Architecturesource all
Distributionexperimental
Changelog
golang-github-lunixbochs-struc (0.0~git20241101.8d528fa2c543-1~exp1) experimental; urgency=medium
 .
   * Initial release (Closes: #1130931).
.dsc
Componentmain
Package-Listgolang-github-lunixbochs-struc-dev deb golang optional arch=all
Sectiongolang
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/lunixbochs/struc
Upstream-Name: struc
Upstream-Contact: Ryan Hileman <lunixbochs@gmail.com>

Files: *
Copyright: 2015 Ryan Hileman
License: Expat

Files: debian/*
Copyright: 2026 Roger Shimizu <rosh@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.

Review Information

accepted — allocated to siretart 2 hours ago, started 2 hours ago, completed 2 hours ago.

Final Comment

Back to Dashboard | View all reviews for this package