Package: golang-github-dlintw-goconf-dev Source: golang-github-dlintw-goconf Version: 0.0~git20120228.dcc0709-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 32 Multi-Arch: foreign Homepage: https://github.com/dlintw/goconf Priority: optional Section: golang Filename: pool/main/g/golang-github-dlintw-goconf/golang-github-dlintw-goconf-dev_0.0~git20120228.dcc0709-2~0deb11+1_all.deb Size: 6996 SHA256: e23c541c3225f1d57ef078cb699b1933ac36cb951c52238fe94d88bbeecf2f8f SHA1: f579f76b2e4d061f945111b6063f17804baffe10 MD5sum: 4d3c8b1904199071e7ce2b51954e4036 Description: Configuration file reader for Go (library) The goconf library provides a Go API for reading ini-style config files. It is aware of different data types, key-value settings, and sections. Package: golang-github-dpapathanasiou-go-recaptcha-dev Source: golang-github-dpapathanasiou-go-recaptcha Version: 0.0~git20190121.be5090b-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 17 Multi-Arch: foreign Homepage: https://github.com/dpapathanasiou/go-recaptcha Priority: optional Section: golang Filename: pool/main/g/golang-github-dpapathanasiou-go-recaptcha/golang-github-dpapathanasiou-go-recaptcha-dev_0.0~git20190121.be5090b-2~0deb11+1_all.deb Size: 3332 SHA256: b342bffe72951adfc90a141c6829431821ff98d71b2692bc932a93b430633b71 SHA1: 66878b52d488d8be8ba14d3b173111fd761c1146 MD5sum: 4de07a93d717a9510af03e56bff30bbf Description: Recaptcha form submissions in Go (library) This package handles reCaptcha API versions 2 and 3 form submissions in Go. Package: golang-github-hydrogen18-memlistener-dev Source: golang-github-hydrogen18-memlistener Version: 0.0~git20200120.dcc25e7-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 19 Multi-Arch: foreign Homepage: https://github.com/hydrogen18/memlistener Priority: optional Section: golang Filename: pool/main/g/golang-github-hydrogen18-memlistener/golang-github-hydrogen18-memlistener-dev_0.0~git20200120.dcc25e7-2~0deb11+1_all.deb Size: 3824 SHA256: 9477abfd6834f948b528b37102535b85e5c800c2e50f0d4b6f4e701d4414218f SHA1: d6df934a06a1f2c323eef255284010fd430e0e63 MD5sum: f72dc79dae97dd5627603ca03b97fc15 Description: In-memory listener for testing socket & HTTP servers in Golang (library) memlistener is a utility library for test suites that need to test an HTTP or generic socket connection. It works by connecting a pip in memory and thus does not require using the IP stack. Package: golang-github-minio-highwayhash-dev Source: golang-github-minio-highwayhash Version: 1.0.2-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 76 Depends: golang-golang-x-sys-dev Multi-Arch: foreign Homepage: https://github.com/minio/highwayhash Priority: optional Section: golang Filename: pool/main/g/golang-github-minio-highwayhash/golang-github-minio-highwayhash-dev_1.0.2-2~0deb11+1_all.deb Size: 15876 SHA256: 1c956d51bd36b3519ea4d61c8f02eba8a77bf4ceb6790fa6d48bacb4cdcaf8a6 SHA1: d449783c6cac931b020b00e00376973eff2c6e4c MD5sum: 773c9a9e05045e9c60edf4337d84defc Description: Native Go implementation of HighwayHash (library) This library is a native Go version of HighwayHash with optimized assembly implementations on Intel and ARM, Able to process over 10 GB/sec on a single core on Intel CPUs. . HighwayHash is a pseudo-random function (PRF) developed by Jyrki Alakuijala, Bill Cox and Jan Wassenberg (Google research). HighwayHash takes a 256 bit key and computes 64, 128 or 256 bit hash values of given messages. . It can be used to prevent hash-flooding attacks or authenticate short-lived messages. Additionally it can be used as a fingerprinting function. HighwayHash is not a general purpose cryptographic hash function (such as Blake2b, SHA-3 or SHA-2) and should not be used if strong collision resistance is required. Package: golang-github-nats-io-go-nats-dev Source: golang-github-nats-io-go-nats Version: 1.14.0-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 1095 Depends: golang-github-nats-io-nkeys-dev, golang-github-nats-io-nuid-dev, golang-google-protobuf-dev, golang-goprotobuf-dev Provides: golang-github-nats-io-nats.go-dev Homepage: https://github.com/nats-io/nats.go Priority: optional Section: devel Filename: pool/main/g/golang-github-nats-io-go-nats/golang-github-nats-io-go-nats-dev_1.14.0-2~0deb11+1_all.deb Size: 178476 SHA256: d985da90984640fe0107ca85a049e360adbe25b5c65763776314dab8538e6c9d SHA1: 341c13d2a06ba6294cc824b83284cc3de9ab4d99 MD5sum: 3f2c21abd44d56be92e825801df796e7 Description: Golang client for NATS, the cloud native messaging system Go client for the NATS messaging system. Package: golang-github-nats-io-jwt-dev Source: golang-github-nats-io-jwt Version: 2.2.1~git20220330.442af02-1~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 433 Depends: golang-github-nats-io-nkeys-dev, golang-github-pkg-errors-dev Homepage: https://github.com/nats-io/jwt Priority: optional Section: devel Filename: pool/main/g/golang-github-nats-io-jwt/golang-github-nats-io-jwt-dev_2.2.1~git20220330.442af02-1~0deb11+1_all.deb Size: 47188 SHA256: c296ae075cf6fd5337c146add491d52df4c132dc28fd4e9816adaa9461700364 SHA1: 282b2d3e6a162b7124eef6ecfe00be8498d1c94f MD5sum: 4080f60b3db49c18c1cf891426d04ff2 Description: JWT tokens signed using NKeys for the NATS ecosystem JWT implementation that uses nkeys to digitally sign JWT tokens. Package: golang-github-nats-io-nats-server-dev Source: nats-server Version: 2.8.0-1~0deb12+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 6062 Depends: golang-github-klauspost-compress-dev, golang-github-minio-highwayhash-dev, golang-github-nats-io-jwt-dev (>= 2.2.1~), golang-github-nats-io-go-nats-dev (>= 1.13.1~), golang-github-nats-io-nkeys-dev, golang-github-nats-io-nuid-dev, golang-golang-x-crypto-dev, golang-golang-x-sys-dev, golang-golang-x-time-dev Multi-Arch: foreign Homepage: https://github.com/nats-io/nats-server Priority: optional Section: golang Filename: pool/main/n/nats-server/golang-github-nats-io-nats-server-dev_2.8.0-1~0deb12+1_all.deb Size: 912772 SHA256: be03dbbd3b9d231f7e46d8706509427dfbecbadd2ca2a0de9fa97310253c5db0 SHA1: dff1b23f6dee57cb6275311dade26646b1492758 MD5sum: cac96f7999374b1aac78db0ba5adafb1 Description: High-Performance server for NATS.io (library) NATS is a simple, secure and performant communications system for digital systems, services and devices. NATS is part of the Cloud Native Computing Foundation (CNCF) and has over 40 client language implementations. . Its server can run on-premise, in the cloud, at the edge, and even on a Raspberry Pi. NATS can secure and simplify design and operation of modern distributed systems. . This package contains development files. Package: golang-github-notedit-janus-go-dev Source: golang-github-notedit-janus-go Version: 0.0~git20210115.fdce1b1-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 31 Depends: golang-github-rs-xid-dev, golang-websocket-dev Multi-Arch: foreign Homepage: https://github.com/notedit/janus-go Priority: optional Section: golang Filename: pool/main/g/golang-github-notedit-janus-go/golang-github-notedit-janus-go-dev_0.0~git20210115.fdce1b1-2~0deb11+1_all.deb Size: 6536 SHA256: 5565d2493e13743154f367e7ae8bffa4d86164cae75dad18068912d663527494 SHA1: 3454851db3e5a271cb369300433af2008fec4e60 MD5sum: 6ddea5be7fbf1ebc032658d321633ff8 Description: Janus gateway Go API (library) This package contains a Go implementation of the Janus API. . Janus is a WebRTC media server/gateway which handles RTC media streams. . janus-go only supports the websocket transport of Janus. Package: golang-github-pion-randutil-dev Source: golang-github-pion-randutil Version: 0.1.0-2~0deb11+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 23 Multi-Arch: foreign Homepage: https://github.com/pion/randutil Priority: optional Section: golang Filename: pool/main/g/golang-github-pion-randutil/golang-github-pion-randutil-dev_0.1.0-2~0deb11+1_all.deb Size: 4388 SHA256: d8b5034ec3837a01c403ae4f9eb97378ce283feaf761774a6e020d94af526904 SHA1: 3090a3c23d1d2df7f9e210a51acae433da857fb8 MD5sum: 8c6cfba2fb596572de739007868acd6c Description: Helper library for cryptographic and mathmatical randoms The randutil library provides utility functions for random number generators useful for mathematical purposes, but not for cryptography. Package: golang-github-pion-sdp-dev Source: golang-github-pion-sdp Version: 3.0.4-2~0deb12+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 106 Depends: golang-github-pion-randutil-dev, golang-github-stretchr-testify-dev Multi-Arch: foreign Homepage: https://github.com/pion/sdp Priority: optional Section: golang Filename: pool/main/g/golang-github-pion-sdp/golang-github-pion-sdp-dev_3.0.4-2~0deb12+1_all.deb Size: 19512 SHA256: 1ec3e05787912401ae5ac93a3b8e6d9fb81e7bb15019c3919dfe946be3baaf0f SHA1: 2878f6ca971bc038959601061e4c9b3db23867b5 MD5sum: ef238e027f4b4ab4b55c63f1b11bdbf0 Description: Go implementation of SDP (library) SDP, the Session Description Protocol, is a protocl defining formats for multimedia sessions and stream meta-data. It is used by media streaming applications, like WebRTC clients and servers. . This package ships a Go implementation of SDP.