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

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-github-com-docker-go-connections 0.5.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/docker/go-connections
Licenses: ASL 2.0
Build system: go
Synopsis: Networking library for Go
Description:

This package provides a library to work with network connections in the Go language. In particular it provides tools to deal with network address translation (NAT), proxies, sockets, and transport layer security (TLS).

go-github-com-extism-go-sdk 1.7.1
Propagated dependencies: go-github-com-dylibso-observe-sdk-go@0.0.0-20240828172851-9145d8ad07e1 go-github-com-gobwas-glob@0.2.3 go-github-com-tetratelabs-wazero@1.11.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/extism/go-sdk
Licenses: Modified BSD
Build system: go
Synopsis: Extism Go SDK
Description:

This package provides Golang SDK for integrating with the Extism runtime - a cross-language framework for building with WebAssembly.

go-github-com-emersion-go-message 0.18.1
Propagated dependencies: go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-message
Licenses: Expat
Build system: go
Synopsis: Internet messages and MIME for Go
Description:

The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.

go-github-com-francoispqt-gojay 1.2.13
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/francoispqt/gojay
Licenses: Expat
Build system: go
Synopsis: JSON encoder/decoder with powerful stream API for Golang
Description:

GoJay is a performant JSON encoder/decoder for Golang. It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices.

go-github-com-google-safehtml 0.1.0
Propagated dependencies: go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/google/safehtml
Licenses: Modified BSD
Build system: go
Synopsis: Safe HTML for Go
Description:

Package safehtml provides immutable string-like types which represent values that are guaranteed to be safe, by construction or by escaping or sanitization, to use in various HTML contexts and with various DOM APIs.

go-github-com-urfave-negroni-v3 3.1.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/urfave/negroni
Licenses: Expat
Build system: go
Synopsis: Idiomatic HTTP Middleware for Golang
Description:

Package negroni is an idiomatic approach to web middleware in Go. It is tiny,non-intrusive, and encourages use of net/http Handlers.

go-google-golang-org-genproto 0.0.0-20260226221140-a57be14db171
Propagated dependencies: go-cloud-google-com-go@0.123.0 go-github-com-golang-protobuf@1.5.4 go-google-golang-org-genproto-googleapis-api@0.0.0-20250519155744-55703ea1f237 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.11
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://google.golang.org/genproto
Licenses: ASL 2.0
Build system: go
Synopsis: Go proto packages
Description:

This repository contains the Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.

go-github-com-valyala-tcplisten 1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/valyala/tcplisten
Licenses: Expat
Build system: go
Synopsis: Customizable TCP net.Listener for Go
Description:

tcplisten provides customizable TCP net.Listener with various performance-related options.

go-github-com-google-nftables 0.3.0
Propagated dependencies: go-github-com-mdlayher-netlink@1.7.2 go-github-com-vishvananda-netns@0.0.5 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/google/nftables
Licenses: ASL 2.0
Build system: go
Synopsis: Go module for interacting with Linux nftables
Description:

This package provides a library to manipulates Linux nftables (the iptables successor). It does not rely on libnftnl wrappers.

go-github-com-hashicorp-go-cleanhttp 0.5.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/hashicorp/go-cleanhttp
Licenses: MPL 2.0
Build system: go
Synopsis: Functions for accessing clean Go @code{http.Client} values
Description:

The Go standard library contains a default http.Client and it is a common idiom to tweak it as necessary. Unfortunately, this is a shared value, and it is not uncommon for libraries to assume that they are free to modify it at will. This package provides some simple functions to get a "clean" http.Client, namely one that uses the same default values as the Go standard library, but returns a client that does not share any state with other clients.

go-github-com-pires-go-proxyproto 0.11.0
Propagated dependencies: go-golang-org-x-net@0.53.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pires/go-proxyproto
Licenses: ASL 2.0
Build system: go
Synopsis: Implementation of the PROXY protocol
Description:

Package proxyproto implements Proxy Protocol (v1 and v2) parser and writer, as per specification: @urlhttps://www.haproxy.org/download/2.3/doc/proxy-protocol.txt. It is to be used in one of or both proxy clients and proxy servers that need to support said protocol. Both protocol versions, 1 (text-based) and 2 (binary-based) are supported. TLV parsers extensions coming with this library support AWS, Azure and GCP.

go-github-com-mikioh-tcp 0.0.0-20190314235350-803a9b46060c
Propagated dependencies: go-github-com-mikioh-tcpinfo@0.0.0-20190314235526-30a79bb1804b
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mikioh/tcp
Licenses: FreeBSD
Build system: go
Synopsis: TCP-level socket options implementation in Golang
Description:

This package implements a TCP-level socket options that allow manipulation of TCP connection facilities.

go-github-com-mdlayher-ethtool 0.2.0
Propagated dependencies: go-github-com-josharian-native@1.1.0 go-github-com-mdlayher-genetlink@1.3.2 go-github-com-mdlayher-netlink@1.7.2 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mdlayher/ethtool
Licenses: Expat
Build system: go
Synopsis: Control of the Linux ethtool generic netlink interface
Description:

Package ethtool allows control of the Linux ethtool generic netlink interface. as it's described in ethtool-netlink.

go-github-com-xiang90-probing 0.0.0-20221125231312-a49e3df8f510
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/xiang90/probing
Licenses: Expat
Build system: go
Synopsis: HTTP prober
Description:

This package implements a simple HTTP prober which may be used to check endpoint health status.

go-github-com-dimfeld-httptreemux-v5 5.5.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/dimfeld/httptreemux
Licenses: Expat
Build system: go
Synopsis: Tree-based HTTP router for Go
Description:

This package provides a re-implementation of Julien Schmidt's httprouter, in that it uses a patricia tree, but the logic is rather different. Specifically, the routing rules are relaxed so that a single path segment may be a wildcard in one route and a static token in another.

go-github-com-txthinking-socks5 0.0.0-20230325130024-4230056ae301
Propagated dependencies: go-github-com-miekg-dns@1.1.72 go-github-com-patrickmn-go-cache@2.1.0 go-github-com-txthinking-runnergroup@0.0.0-20241229123329-7b873ad00768
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/txthinking/socks5
Licenses: Expat
Build system: go
Synopsis: SOCKSv5 protocol Golang library
Description:

This package provides a SOCKS protocol version 5 library with full TCP/UDP and IPv4/IPv6 support.

go-go-opentelemetry-io-otel-exporters-stdout-stdouttrace 1.36.0
Propagated dependencies: go-go-opentelemetry-io-otel@1.42.0 go-go-opentelemetry-io-otel-sdk@1.33.0 go-go-opentelemetry-io-otel-trace@1.42.0 go-go-opentelemetry-io-otel-metric@1.42.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://go.opentelemetry.io/otel
Licenses: ASL 2.0
Build system: go
Synopsis: OTLP STDOUT Trace Exporter
Description:

Package stdouttrace contains an OpenTelemetry exporter for tracing telemetry to be written to an output destination as JSON.

go-github-com-loft-sh-admin-apis 0.0.0-20260212114730-dbda80c541d7
Propagated dependencies: go-github-com-ghodss-yaml@1.0.0 go-github-com-stripe-stripe-go-v81@81.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/loft-sh/admin-apis
Licenses: ASL 2.0
Build system: go
Synopsis: Loft admin API definitions
Description:

This package provides admin API definitions for the Loft platform.

go-github-com-aws-smithy-go-aws-http-auth 1.0.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: Consumable SigV4 and SigV4a request signing
Description:

This package implements generically consumable SigV4 and SigV4a request signing.

go-github-com-ibm-go-sdk-core-v5 5.21.1
Propagated dependencies: go-github-com-go-openapi-strfmt@0.23.0 go-github-com-go-playground-validator-v10@10.23.0 go-github-com-hashicorp-go-cleanhttp@0.5.2 go-github-com-hashicorp-go-retryablehttp@0.7.8 go-sigs-k8s-io-yaml@1.6.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/IBM/go-sdk-core
Licenses: ASL 2.0
Build system: go
Synopsis: IBM Go SDK Core
Description:

This package implements a core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen).

go-k8s-io-cri-api 0.32.3
Propagated dependencies: go-github-com-gogo-protobuf@1.3.2 go-google-golang-org-grpc@1.69.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/kubernetes/cri-api
Licenses: ASL 2.0
Build system: go
Synopsis: Container Runtime Interface a plugin interface
Description:

This package provides the definitions for the Container Runtime Interface (CRI). CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, without the need to recompile. CRI consists of a protocol buffers and gRPC API. Read more about CRI API at @urlhttps://kubernetes.io/docs/concepts/architecture/cri/,kubernetes docs.

go-mvdan-cc-xurls-v2 2.6.0
Propagated dependencies: go-github-com-rogpeppe-go-internal@1.14.1 go-golang-org-x-mod@0.35.0 go-golang-org-x-sync@0.20.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mvdan/xurls
Licenses: Modified BSD
Build system: go
Synopsis: Extracts URLs from text
Description:

Xurls extracts urls from plain text using regular expressions. It can be used as both a binary and a library.

Total packages: 32521