golang-sorcix-irc-dev 1.1.0-2 source package in Ubuntu

Changelog

golang-sorcix-irc-dev (1.1.0-2) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Michael Stapelberg ]
  * Switch to XS-Go-Import-Path

 -- Michael Stapelberg <email address hidden>  Fri, 09 Feb 2018 17:09:26 +0100

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
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-sorcix-irc-dev_1.1.0-2.dsc 2.1 KiB 13f38e39ffabe2c2ef2b65c7c10827bc9d4cf3cfa3053980a7298da32bcd121c
golang-sorcix-irc-dev_1.1.0.orig.tar.gz 11.9 KiB 5003c3a0056271543432b039b8160a75337df6fe8d0e1ecb69d306f590fb5931
golang-sorcix-irc-dev_1.1.0-2.debian.tar.xz 2.2 KiB 04ff28116d7fb47a39b8a641018e72ebe8133833d7927dc900af5404eb75cba8

Available diffs

No changes file available.

Binary packages built by this source

golang-sorcix-irc-dev: generic support for the IRC protocol in Go

 Package irc allows your application to speak the IRC protocol.
 .
  * Limited scope, does one thing and does it well.
  * Focus on simplicity and speed.
  * Stable API: updates shouldn't break existing software.
  * Well documented code.
 .
 This package does not manage your entire IRC connection. It only translates
 the protocol to easy to use Go types. It is meant as a single component in a
 larger IRC library, or for basic IRC bots for which a large IRC package would
 be overkill.