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

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-jellydator-ttlcache-v3 3.4.0
Propagated dependencies: 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/jellydator/ttlcache
Licenses: Expat
Build system: go
Synopsis: In-memory cache with item expiration and generics
Description:

TTLCache is an in-memory cache with item expiration and generics which provides the following features:

  • simple API

  • type parameters

  • item expiration and automatic deletion

  • automatic expiration time extension on each Get call

  • loader interface that may be used to load/lazily initialize missing citem items

  • thread safety

  • event handlers (insertion, update, and eviction)

  • metrics

go-github-com-datadog-datadog-go-v5 5.5.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/DataDog/datadog-go
Licenses: Expat
Build system: go
Synopsis: Golang client library to work with DataDog's API
Description:

datadog-go is a library that provides a DogStatsD client in Golang.

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.

go-github-com-google-go-github-v36 36.0.0
Propagated dependencies: go-github-com-google-go-querystring@1.1.0 go-golang-org-x-crypto@0.50.0 go-golang-org-x-oauth2@0.36.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/google/go-github/
Licenses: Modified BSD
Build system: go
Synopsis: Client library for accessing the GitHub API v3
Description:

go-github is a Go client library for accessing the GitHub API v3.

go-github-com-emersion-go-imap-id 0.0.0-0.f94a56b
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-id
Licenses: Expat
Build system: go
Synopsis: ID extension for go-imap
Description:

This package provides an ID extension for go-imap as specified in RFC 2971.

go-github-com-hashicorp-yamux 0.1.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/hashicorp/yamux
Licenses: MPL 2.0
Build system: go
Synopsis: Golang connection multiplexing library
Description:

Yamux (Yet another Multiplexer) relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it.

Features:

  • streams can be opened by either client or server

  • useful for nat traversal

  • server-side push support

  • avoid starvation

  • back-pressure to prevent overwhelming a receiver

  • enables persistent connections over a load balancer

  • enables thousands of logical streams with low overhead

go-github-com-linuxkit-virtsock 0.0.0-20241009230534-cb6a20cc0422
Propagated dependencies: 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/linuxkit/virtsock
Licenses: ASL 2.0
Build system: go
Synopsis: Virtio and Hyper-V sockets bindings for Golang
Description:

This package contains Go bindings and sample code for Hyper-V sockets and virtio sockets.

go-github-com-pion-transport 0.14.1
Propagated dependencies: go-github-com-pion-logging@0.2.4 go-golang-org-x-net@0.53.0 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/pion/transport
Licenses: Expat
Build system: go
Synopsis: Golang networking related functions
Description:

This package implements a various networking related functions used throughout the Pion modules.

go-modernc-org-httpfs 1.0.6
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://gitlab.com/cznic/httpfs
Licenses: Modified BSD
Build system: go
Synopsis: HTTP file system implementation in Golang
Description:

Package httpfs implements http.FileSystem on top of a map[string]string.

go-cloud-google-com-go-compute-metadata 0.9.0
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://pkg.go.dev/cloud.google.com/go/compute/metadata
Licenses: ASL 2.0
Build system: go
Synopsis: Go wrapper for Google Compute Engine metadata service
Description:

This package provides access to Google Compute Engine (GCE) metadata and API service accounts for Go.

go-github-com-coreos-go-iptables 0.8.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/coreos/go-iptables
Licenses: ASL 2.0
Build system: go
Synopsis: Wrapper around iptables utility for Golang
Description:

This package provides Go bindings for iptables utility. In-kernel netfilter does not have a good userspace API. The tables are manipulated via setsockopt that sets/replaces the entire table. Changes to existing table need to be resolved by userspace code which is difficult and error-prone. Netfilter developers heavily advocate using iptables utility for programmatic manipulation. go-iptables wraps invocation of iptables utility with functions to append and delete rules; create, clear and delete chains.

go-github-com-letsencrypt-challtestsrv 1.3.3
Propagated dependencies: go-github-com-miekg-dns@1.1.72
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/letsencrypt/challtestsrv
Licenses: MPL 2.0
Build system: go
Synopsis: Challenge Test Server
Description:

Package challtestsrv provides a trivially insecure acme challenge response server for rapidly testing HTTP-01, DNS-01 and TLS-ALPN-01 challenge types.

go-github-com-emicklei-go-restful-v3 3.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emicklei/go-restful
Licenses: Expat
Build system: go
Synopsis: Build REST-style web services using Go
Description:

This package provides go-restful, which helps developers to use http methods explicitly and in a way that's consistent with the HTTP protocol definition.

go-github-com-mattn-go-mastodon 0.0.9
Propagated dependencies: go-github-com-gorilla-websocket@1.5.3 go-github-com-tomnomnom-linkheader@0.0.0-20180905144013-02ca5825eb80
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/mattn/go-mastodon
Licenses: Expat
Build system: go
Synopsis: Mastodon client for golang
Description:

Package mastodon provides functions and structs for accessing the mastodon API.

go-github-com-google-go-github-v61 61.0.0
Propagated dependencies: go-github-com-google-go-querystring@1.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/google/go-github/
Licenses: Modified BSD
Build system: go
Synopsis: Client library for accessing the GitHub API v3
Description:

go-github is a Go client library for accessing the GitHub API v3.

protoc-gen-go-vtproto 0.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/planetscale/vtprotobuf
Licenses: Modified BSD
Build system: go
Synopsis: Protocol Buffers compiler for ProtoBuf APIv2 Golang code
Description:

This package provides @codeprotoc-gen-go-vtproto plug-in for protoc, which is used by Vitess to generate optimized marshall & unmarshal code.

go-cloud-google-com-go-iam 1.7.0
Propagated dependencies: go-cloud-google-com-go@0.123.0 go-cloud-google-com-go-longrunning@0.8.0 go-github-com-googleapis-gax-go-v2@2.19.0 go-google-golang-org-api@0.272.0 go-google-golang-org-genproto@0.0.0-20260226221140-a57be14db171 go-google-golang-org-genproto-googleapis-api@0.0.0-20250519155744-55703ea1f237 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://cloud.google.com/go
Licenses: ASL 2.0
Build system: go
Synopsis: GCP Identity and Access Management API
Description:

Package iam supports the resource-specific operations of Google Cloud IAM for the Google Cloud Libraries, see: IAM specification for more details.

go-github-com-brianvoe-gofakeit-v7 7.14.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/brianvoe/gofakeit
Licenses: Expat
Build system: go
Synopsis: Random fake data generator written in Go
Description:

This package provides a set of functions that generate random data.

go-github-com-tetratelabs-wazero 1.11.0
Propagated dependencies: 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/wazero/wazero
Licenses: ASL 2.0
Build system: go
Synopsis: CGO-free WebAssembly runtime for Go
Description:

wazero is a WebAssembly Core Specification 1.0 and 2.0 compliant runtime. It doesn't rely on CGO, which means you can run applications in other languages and still keep cross compilation.

go-github-com-vektah-gqlparser-v2 2.5.31
Propagated dependencies: go-github-com-agnivade-levenshtein@1.2.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/vektah/gqlparser
Licenses: Expat
Build system: go
Synopsis: Port of the parser from @code{graphql-js} into golang
Description:

This is a parser for GraphQL, written to mirror the graphql-js reference implementation as closely while remaining idiomatic and easy to use.

go-github-com-go-json-experiment-json 0.0.0-20251027170946-4849db3c2f7e
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-json-experiment/json
Licenses: Modified BSD
Build system: go
Synopsis: JSON serialization in Go
Description:

This package implements semantic processing of JSON as specified in RFC 8259. JSON is a simple data interchange format that can represent primitive data types such as booleans, strings, and numbers, in addition to structured data types such as objects and arrays.

go-github-com-victoriametrics-easyproto 1.2.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/VictoriaMetrics/easyproto
Licenses: ASL 2.0
Build system: go
Synopsis: Building blocks for protobuf marshaling and unmarshaling
Description:

Package easyproto provides building blocks for marshaling and unmarshaling (encoding/decoding) protobuf v3 messages according to https://protobuf.dev/programming-guides/encoding.

go-github-com-gaissmai-bart 0.26.0
Propagated dependencies: go-github-com-bits-and-blooms-bitset@1.24.4
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gaissmai/bart
Licenses: Expat
Build system: go
Synopsis: Balanced Routing Table in Golang
Description:

This package provides a Balanced-Routing-Table (BART).

Total packages: 72465