golang-github-kevinburke-ssh-config 1.2.0-1 source package in Ubuntu

Changelog

golang-github-kevinburke-ssh-config (1.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release (Closes: #1059626)
  * Bump Standards-Version to 4.6.2.
  * Use golang Section:.
  * Bump compat to 13.
  * Bump copyright years.
  * Wrap-and-sort.

 -- Simon Josefsson <email address hidden>  Fri, 29 Dec 2023 17:05:33 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kevinburke-ssh-config_1.2.0-1.dsc 1.8 KiB bce6f0c6e69513d62505c84d711f77f1f702875650627e5d2469fb115c9e4a8a
golang-github-kevinburke-ssh-config_1.2.0.orig.tar.gz 20.1 KiB 44b1e5fc518886e422c918c8c3e9fa797ce1affcbe5b1e2ffe514a595db7deca
golang-github-kevinburke-ssh-config_1.2.0-1.debian.tar.xz 2.6 KiB 6a3fb0212f66bee546e7fdb44fbce81c8cd690d8aa27cb14ec0423b6a9876b57

Available diffs

No changes file available.

Binary packages built by this source

golang-github-kevinburke-ssh-config-dev: 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.