Source: golang-github-zeebo-bencode Section: golang Maintainer: Debian Go Packaging Team Uploaders: Nicolas Peugnet , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-zeebo-bencode Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-zeebo-bencode.git Homepage: https://github.com/zeebo/bencode XS-Go-Import-Path: github.com/zeebo/bencode Package: golang-github-zeebo-bencode-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Go bencode marshal/unmarshal library Bencode is a library for encoding/decoding bencoded data, as used by the bittorrent protocol, into Go data structures. The API is designed to be similar to the JSON API in the Go standard library.