File: control

package info (click to toggle)
golang-github-kevinburke-ssh-config 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 252 kB
  • sloc: makefile: 25
file content (33 lines) | stat: -rw-r--r-- 1,254 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
29
30
31
32
33
Source: golang-github-kevinburke-ssh-config
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-pelletier-go-buffruneio-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/kevinburke/ssh_config
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kevinburke-ssh-config
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kevinburke-ssh-config.git
XS-Go-Import-Path: github.com/kevinburke/ssh_config
Testsuite: autopkgtest-pkg-go

Package: golang-github-kevinburke-ssh-config-dev
Architecture: all
Depends:
 golang-github-pelletier-go-buffruneio-dev,
 ${misc:Depends},
Description: Go parser for ssh_config files
 ssh_config 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.
 .
 It's designed to be used with the excellent x/crypto/ssh
 (https://golang.org/x/crypto/ssh) package, which handles SSH negotiation
 but isn't very easy to configure.