Source: golang-github-autobrr-go-torrent Section: golang Maintainer: Debian Go Packaging Team Uploaders: Nicolas Peugnet , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-stretchr-testify-dev , Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-autobrr-go-torrent Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-autobrr-go-torrent.git Homepage: https://github.com/autobrr/go-torrent XS-Go-Import-Path: github.com/autobrr/go-torrent Package: golang-github-autobrr-go-torrent-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Bencode and metainfo utils for Go Written as a replacement for github.com/anacrolix/torrent/metainfo and its bencode package in autobrr, where pulling in a full torrent client module was too heavy and its strict parsing rejected torrents that trackers actually serve. The packages keep the same names and layout, so migrating is usually just replacing the module prefix github.com/anacrolix/torrent with github.com/autobrr/go-torrent. . The scope is read-only on purpose: parse torrents, get the infohash, sizes, files and trackers. There is no torrent creation, no piece hashing and no magnet link support. BitTorrent v2 and hybrid torrents are supported for parsing, including correct sizes and piece-aligned file offsets from the v2 file tree.