Source: golang-github-pin-tftp Maintainer: Debian Go Packaging Team Uploaders: Dominik George Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-stretchr-testify-dev, golang-golang-x-net-dev Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pin-tftp Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pin-tftp.git Homepage: https://github.com/pin/tftp Rules-Requires-Root: no XS-Go-Import-Path: github.com/pin/tftp Package: golang-github-pin-tftp-dev Architecture: all Multi-Arch: foreign Depends: golang-github-stretchr-testify-dev, golang-golang-x-net-dev, ${misc:Depends} Description: TFTP server and client library for Golang (library) This is a library helping to implement clients and servers for the TFTP protocol in Go. . It implements: . * RFC 1350 - The TFTP Protocol (Revision 2) * RFC 2347 - TFTP Option Extension * RFC 2348 - TFTP Blocksize Option . It partially implements (server side only): . * RFC 2349 - TFTP Timeout Interval and Transfer Size Options . The et of features is sufficient for PXE boot support.