golang-github-gliderlabs-ssh 0.3.0-1 source package in Ubuntu

Changelog

golang-github-gliderlabs-ssh (0.3.0-1) unstable; urgency=medium

  * New upstream version 0.3.0
  * d/copyright: delete Files-Excluded
  * d/control: bump standards

 -- Dawid Dziurla <email address hidden>  Sun, 24 May 2020 10:26:45 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gliderlabs-ssh_0.3.0-1.dsc 2.3 KiB 77f4c16762719f6264498f1ad141889272e1ff0a12d83a0e82b333bb013d3238
golang-github-gliderlabs-ssh_0.3.0.orig.tar.gz 21.5 KiB 62c29ab668573fc7eba0985cb5e290f452d3a25bbec3be7464eed7c9a2e978be
golang-github-gliderlabs-ssh_0.3.0-1.debian.tar.xz 2.3 KiB 6e835664344795d3934b11967fc0bdce2ebe56582ea3267b823c477d3160b76f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gliderlabs-ssh-dev: Easy SSH servers in Golang

 This Go package wraps the crypto/ssh package
 (https://godoc.org/golang.org/x/crypto/ssh) with a higher-level API
 for building SSH servers. The goal of the API was to make it as simple
 as using net/http (https://golang.org/pkg/net/http/), so the API is
 very similar.