Source: golang-github-fhs-go-netrc Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Nicolas Braud-Santoni Build-Depends: debhelper-compat (= 12), dh-golang, golang-go Standards-Version: 4.3.0 Homepage: https://github.com/fhs/go-netrc Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fhs-go-netrc Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fhs-go-netrc.git XS-Go-Import-Path: github.com/fhs/go-netrc Package: golang-github-fhs-go-netrc-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go Description: netrc file parser for Go programming language A netrc file usually resides in $HOME/.netrc and is traditionally used by the ftp(1) program to look up login information (username, password, etc.) of remote system(s). The file format is (loosely) described in this man page: http://linux.die.net/man/5/netrc . . Other programs have now adopted this file format for storing credentials. . This is a Go library for parsing netrc(5) files.