File: control

package info (click to toggle)
golang-github-fhs-go-netrc 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 13
file content (28 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: golang-github-fhs-go-netrc
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Braud-Santoni <nicoo@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-go
Standards-Version: 4.4.1
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.