1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-github-go-restruct-restruct
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-restruct-restruct
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-restruct-restruct.git
Homepage: https://github.com/go-restruct/restruct
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-restruct/restruct
Package: golang-github-go-restruct-restruct-dev
Architecture: all
Depends: golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
${misc:Depends}
Multi-Arch: foreign
Description: Rich binary (de)serialization library for Golang (library)
restruct is a library for reading and writing binary data in Go. Similar to
lunixbochs struc and encoding/binary, this library reads data based on the
layout of structures and, like struc, based on what is contained in struct
tags.
|