_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


go-storj-io-infectious 0.0.2
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://storj.io/infectious
Licenses: Expat FreeBSD
Build system: go
Synopsis: Reed-Solomon forward error correcting library
Description:

Package infectious implements Reed-Solomon forward error correction. It uses the Berlekamp-Welch error correction algorithm to achieve the ability to actually correct errors.

go-github-com-uptrace-bunrouter 1.0.23
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/uptrace/bunrouter
Licenses: Expat
Build system: go
Synopsis: HTTP router for Golang
Description:

BunRouter is a fast HTTP router for Go with unique combination of features:

  • middlewares allow to extract common operations from HTTP handlers into reusable functions

  • error handling allows to further reduce the size of HTTP handlers by handling errors in middlewares

  • routes priority enables meaningful matching priority for routing rules: first static nodes, then named nodes, lastly wildcard nodes

  • net/http compatible API which means using minimal API without constructing huge wrappers that try to do everything: from serving static files to XML generation (for example, gin.Context or echo.Context)

go-github-com-cloudsoda-sddl 0.0.0-20250224235906-926454e91efc
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/cloudsoda/sddl
Licenses: LGPL 3
Build system: go
Synopsis: Windows Security Descriptor library and CLI tool
Description:

This package provides a cross-platform Go library and command-line tool for working with Windows Security Descriptors, providing conversion between binary and SDDL (Security Descriptor Definition Language) string formats.

go-github-com-audriusbutkevicius-pfilter 0.0.11
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-github-com-quic-go-quic-go@0.54.1 go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/AudriusButkevicius/pfilter
Licenses: Expat
Build system: go
Synopsis: Filter packets into multiple virtual connections
Description:

Pfilter is a Go package for filtering packets into multiple virtual connections from a single physical connection.

go-github-com-go-openapi-jsonpointer 0.21.0
Propagated dependencies: go-github-com-go-openapi-swag@0.23.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-openapi/jsonpointer
Licenses: ASL 2.0
Build system: go
Synopsis: JSON Pointer with structs
Description:

This package provides an implementation of JSON Pointer, initially prototyped in https://github.com/xeipuuv/gojsonpointer.

go-github-com-gosimple-slug 1.12.0
Propagated dependencies: go-github-com-gosimple-unidecode@1.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gosimple/slug
Licenses: MPL 2.0
Build system: go
Synopsis: URL-friendly slugify with multiple language support
Description:

Generates slug from Unicode string for use in URLs.

go-github-com-miekg-dns 1.1.62
Propagated dependencies: go-golang-org-x-tools@0.37.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-sync@0.17.0 go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/miekg/dns
Licenses: Modified BSD
Build system: go
Synopsis: Domain Name Service library in Go
Description:

This package provides a fully featured interface to the DNS. Both server and client side programming is supported. The package allows complete control over what is sent out to the DNS. The API follows the less-is-more principle, by presenting a small interface.

go-golang-zx2c4-com-wireguard 0.0.0-20250521234502-f333402bd9cb
Propagated dependencies: go-golang-org-x-crypto@0.43.0 go-golang-org-x-net@0.46.0 go-golang-org-x-sys@0.37.0 go-gvisor-dev-gvisor@0.0.0-0.634ce95
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://git.zx2c4.com/wireguard
Licenses: Expat
Build system: go
Synopsis: Implementation of WireGuard in Go
Description:

This package is a Go Implementation of WireGuard.

go-tlsrouter 0.0.0-20250222171855-c4b9df066048
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/inetaf/tcpproxy
Licenses: ASL 2.0
Build system: go
Synopsis: Proxy TCP connections based on static rules
Description:

TLSRouter is a TLS proxy that routes connections to backends based on the TLS SNI of the TLS handshake. It carries no encryption keys and cannot decode the traffic that it proxies.

go-cloud-google-com-go-auth 0.17.0
Propagated dependencies: go-google-golang-org-protobuf@1.36.10 go-google-golang-org-grpc@1.69.2 go-golang-org-x-time@0.14.0 go-golang-org-x-net@0.46.0 go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp@0.62.0 go-go-opentelemetry-io-contrib-instrumentation-google-golang-org-grpc-otelgrpc@0.59.0 go-github-com-googleapis-gax-go-v2@2.15.0 go-github-com-googleapis-enterprise-certificate-proxy@0.3.7 go-github-com-google-s2a-go@0.1.9 go-github-com-google-go-cmp@0.7.0 go-cloud-google-com-go-compute-metadata@0.8.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://cloud.google.com/go
Licenses: ASL 2.0
Build system: go
Synopsis: Google Auth Library for Go
Description:

This package provides utilities for managing Google Cloud credentials, including functionality for creating, caching, and refreshing OAuth2 tokens. It offers customizable options for different OAuth2 flows, such as 2-legged (2LO) and 3-legged (3LO) OAuth, along with support for PKCE and automatic token management.

go-github-com-things-go-go-socks5 0.0.6
Propagated dependencies: go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/things-go/go-socks5
Licenses: Expat
Build system: go
Synopsis: SOCKS5 with full TCP/UDP and IPv4/IPv6 support in Golang
Description:

This package implements a SOCKS5. SOCKS (Secure Sockets) is used to route traffic between a client and server through an intermediate proxy layer. This can be used to bypass firewalls or NATs.

Features:

  • support socks5 server

  • support TCP/UDP and IPv4/IPv6

  • unit tests

  • "No Auth" mode

  • user/password authentication optional user addr limit

  • support for the CONNECT command

  • support for the ASSOCIATE command

  • rules to do granular filtering of commands

  • custom DNS resolution

  • custom goroutine pool

  • buffer pool design and optional custom buffer pool

  • custom logger

go-github-com-aws-smithy-go-metrics-smithyotelmetrics 1.0.2
Propagated dependencies: go-go-opentelemetry-io-otel@1.37.0 go-go-opentelemetry-io-otel@1.37.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/aws/smithy-go
Licenses: ASL 2.0
Build system: go
Synopsis: AWS Smithy OTEL metrics adapter
Description:

Package smithyotelmetrics implements a Smithy client metrics adapter for the OTEL Go SDK.

go-github-com-golang-groupcache 0.0.0-20210331224755-41bb18bfe9da
Propagated dependencies: go-github-com-golang-protobuf@1.5.4
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/golang/groupcache
Licenses: ASL 2.0
Build system: go
Synopsis: Groupcache is a caching and cache-filling library
Description:

Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. It provides a data loading mechanism with caching and de-duplication that works across a set of peer processes.

go-google-golang-org-genproto-googleapis-api 0.0.0-20250519155744-55703ea1f237
Propagated dependencies: go-google-golang-org-genproto-googleapis-rpc@0.0.0-1.49b9836 go-google-golang-org-grpc@1.69.2 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/googleapis/go-genproto
Licenses: ASL 2.0
Build system: go
Synopsis: API implementation of Google Cloud Platform in Golang
Description:

This package provides an API to interact with GCP.

go-github-com-go-chi-chi-v5 5.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-chi/chi
Licenses: Expat
Build system: go
Synopsis: Composable router for HTTP services written in Go
Description:

go-github-com-go-chi-chi-v5 is an HTTP router that lets the user decompose request handling into many smaller layers.

go-github-com-pion-ice-v3 3.0.7
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-pion-dtls-v2@2.2.12 go-github-com-pion-logging@0.2.3 go-github-com-pion-mdns-v2@2.0.7 go-github-com-pion-randutil@v0.1.0 go-github-com-pion-stun-v2@2.0.0 go-github-com-pion-transport-v3@3.0.7 go-github-com-pion-turn-v3@3.0.3 go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/ice/
Licenses: Expat
Build system: go
Synopsis: Go implementation of ICE
Description:

This package provides an implementation of ICE, specified in RFC8445. It is used as a part of Pion WebRTC implementation.

go-github-com-safchain-ethtool 0.5.9
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/safchain/ethtool
Licenses: ASL 2.0
Build system: go
Synopsis: Ethtool library for Golang
Description:

The ethtool package aims to provide a library that implements easy access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve information from a network device such as statistics, driver related information or even the peer of a VETH interface.

go-github-com-flosch-pongo2-v6 6.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/flosch/pongo2
Licenses: Expat
Build system: go
Synopsis: Django-syntax like template-engine for Golang
Description:

This package provides a Django-syntax like template-engine.

go-github-com-go-openapi-swag 0.23.0
Propagated dependencies: go-github-com-mailru-easyjson@0.9.0 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-openapi/swag
Licenses: ASL 2.0
Build system: go
Synopsis: Goodie bag in use in the go-openapi projects
Description:

Contains a bunch of helper functions for go-openapi and go-swagger projects.

go-github-com-aymerick-douceur 0.2.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/aymerick/douceur/
Licenses: Expat
Build system: go
Synopsis: CSS parser and inliner
Description:

This package provides a CSS parser and inliner.

go-github-com-emersion-go-imap-uidplus 0.0.0-20200503180755-e75854c361e9
Propagated dependencies: go-github-com-emersion-go-imap@1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-imap-uidplus
Licenses: Expat
Build system: go
Synopsis: UIDPLUS extension for go-imap
Description:

This package implements the IMAP UIDPLUS extension, as defined in @urlhttps://rfc-editor.org/rfc/rfc4315.html, RFC4315.

go-codeberg-org-tslocum-gmitohtml 1.0.6
Dependencies: xdg-utils@1.2.1
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://codeberg.org/tslocum/gmitohtml
Licenses: Expat
Build system: go
Synopsis: Gemini to HTML conversion tool and daemon
Description:

This package provides a Gemini to HTML conversion tool and daemon.

Total packages: 69282