Source: golang-github-folbricht-tempfile Section: golang Maintainer: Debian Go Packaging Team Uploaders: Christopher Obbard , 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-folbricht-tempfile Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-folbricht-tempfile.git Homepage: https://github.com/folbricht/tempfile XS-Go-Import-Path: github.com/folbricht/tempfile Package: golang-github-folbricht-tempfile-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Go library providing enhanced temporary file creation (library) This package provides an alternative implementation of temporary file creation for Go. It extends the standard functionality by allowing callers to specify file suffixes and file modes, enabling greater control over naming and permissions.