golang-github-igm-sockjs-go 3.0.2-2 source package in Ubuntu

Changelog

golang-github-igm-sockjs-go (3.0.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-igm-sockjs-go-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 15:02:50 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-igm-sockjs-go_3.0.2-2.dsc 2.3 KiB a83e7c8942885f233d98623cb08def40c6550990b68d6877a4ab4e81bd10117c
golang-github-igm-sockjs-go_3.0.2.orig.tar.gz 50.3 KiB baba3fe4adf16f338e3b5aa1a6fc132139199b692613513b6a28aca8ff44a0e6
golang-github-igm-sockjs-go_3.0.2-2.debian.tar.xz 2.7 KiB 8d7660844eba8c668f8ae9f7cc068253b3696c396abb6ff654767cca29a0ae3c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-igm-sockjs-go-dev: WebSocket emulation - Go server library

 This package contains a WebSocket emulation for Go.
 .
 SockJS is a JavaScript library (for browsers) that provides a
 WebSocket-like object. SockJS gives you a coherent, cross-browser,
 Javascript API which creates a low latency, full duplex, cross-domain
 communication channel between the browser and the web server, with
 WebSockets or without. This necessitates the use of a server, which
 this is one version of, for GO. SockJS-Go server library SockJS-Go
 is a SockJS server library written in Go.