1
0
Fork 0
golang-github-dimonomid-ssh.../debian/control
Daniel Baumann a173f340d5
Adding debian version 0.0.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 11:31:03 +02:00

25 lines
906 B
Text

Source: golang-github-dimonomid-ssh-config
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Standards-Version: 4.7.2
Homepage: https://github.com/dimonomid/ssh_config
Vcs-Browser: https://forgejo.debian.net/nerdlog/golang-github-dimonomid-ssh-config
Vcs-Git: https://forgejo.debian.net/nerdlog/golang-github-dimonomid-ssh-config
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/dimonomid/ssh_config
Package: golang-github-dimonomid-ssh-config-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: parser for ssh_config files (Go library)
This is a Go parser for ssh_config files. Importantly, this parser
attempts to preserve comments in a given file, so you can manipulate a
ssh_config file from a program, if your heart desires.