golang-github-charmbracelet-wish 0.1.1-2 source package in Ubuntu

Changelog

golang-github-charmbracelet-wish (0.1.1-2) unstable; urgency=medium

  * Source-only upload for migration to testing
  * Fix Upstream-Contact and copyright holder in debian/copyright

 -- Anthony Fok <email address hidden>  Sun, 02 Jan 2022 17:38:11 -0700

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-charmbracelet-wish_0.1.1-2.dsc 2.6 KiB b5d9560097b33d76d076883f4d084eb1678cb5556ab53d011d97236a25fbab46
golang-github-charmbracelet-wish_0.1.1.orig.tar.gz 16.3 KiB 52cec2e6f44a55b00eb370fd408bde3555f40e6d5d2de02e3855079e7eadb128
golang-github-charmbracelet-wish_0.1.1-2.debian.tar.xz 2.6 KiB 56b8c665b5431f7374ac4dfe0dd0884a457e858f769fdde375a389278fdcd803

Available diffs

No changes file available.

Binary packages built by this source

golang-github-charmbracelet-wish-dev: Make SSH apps, just like that! 💫 (Go library)

 Wish is an SSH server with sensible defaults and a collection of
 middleware that makes building SSH apps easy. Wish is built on
 gliderlabs/ssh and should be easy to integrate into any existing
 projects.
 .
 SSH is an excellent platform to build remotely accessible applications
 on. It offers secure communication without the hassle of HTTPS
 certificates, it has user identification with SSH keys and it's
 accessible from anywhere with a terminal. Powerful protocols like
 Git work over SSH and you can even render TUIs directly over an SSH
 connection.