golang-github-kevinburke-ssh-config 1.0-2 source package in Ubuntu

Changelog

golang-github-kevinburke-ssh-config (1.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 18:18:21 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kevinburke-ssh-config_1.0-2.dsc 2.3 KiB 53c65dbe1b3fe25f5f876a5c020adcac22f565552369d17177e3358b81686ded
golang-github-kevinburke-ssh-config_1.0.orig.tar.gz 16.9 KiB bcdce83b5206e25cbb7d01e425def7e63b6cc0b16f31ab9de0aab6e982a86b5f
golang-github-kevinburke-ssh-config_1.0-2.debian.tar.xz 2.4 KiB 7bcf44a304347c9904460185458bef2b44353e1a3e35e6ef1fa58e9ce21f11e4

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.