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

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-coocood-freecache 1.2.4
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/coocood/freecache
Licenses: Expat
Build system: go
Synopsis: Caching library for Go
Description:

This library provides caching capabilities for Go with no garbage collection overhead and high concurrent performance. An unlimited number of objects can be cached in memory without increased latency or degraded throughput.

go-github-com-oklog-ulid-v2 2.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/oklog/ulid
Licenses: ASL 2.0
Build system: go
Synopsis: Universally Unique Lexicographically Sortable Identifier in Golang
Description:

This package implements ULID as specified in https://github.com/ulid/spec.

Features of ULID:

  • 128-bit compatibility with UUID

  • 1.21e+24 unique ULIDs per millisecond

  • lexicographically sortable

  • canonically encoded as a 26 character string, as opposed to the 36 character UUID

  • uses Crockford's base32 for better efficiency and readability (5 bits per character)

  • case insensitive

  • no special characters (URL safe)

  • monotonic sort order (correctly detects and handles the same millisecond)

go-github-com-modelcontextprotocol-go-sdk 1.6.0
Propagated dependencies: go-github-com-golang-jwt-jwt-v5@5.3.1 go-github-com-google-jsonschema-go@0.4.3 go-github-com-segmentio-encoding@0.5.4 go-github-com-yosida95-uritemplate-v3@3.0.2 go-golang-org-x-oauth2@0.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/modelcontextprotocol/go-sdk
Licenses: Expat
Build system: go
Synopsis: MCP Go SDK
Description:

This packages provides an implementation of the official Go software development kit (SDK) for the Model Context Protocol (MCP).

go-github-com-valyala-fastjson 1.6.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/valyala/fastjson
Licenses: Expat
Build system: go
Synopsis: JSON parser and validator for Golang
Description:

Package fastjson provides fast JSON parsing comparing to std encoding/json.

go-github-com-jdkato-twine 0.10.1
Propagated dependencies: go-github-com-montanaflynn-stats@0.7.1 go-github-com-neurosnap-sentences@1.1.2 go-github-com-errata-ai-regexp2@1.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jdkato/twine
Licenses: Expat
Build system: go
Synopsis: NLP-related string utilities
Description:

NLP-related string utility functions for Golang.

go-github-com-djherbis-buffer 1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/djherbis/buffer
Licenses: Expat
Build system: go
Synopsis: Composable Buffers for Golang
Description:

Package buffer implements a series of Buffers which can be composed to implement complicated buffering strategies.

Supported buffers:

  • Wrapper for bytes.

  • File-based buffering.

  • A fixed length linked-list of buffers.

  • A queue of buffers.

  • A single buffer which begins overwriting the oldest buffered data when it reaches its capacity.

  • A single buffer which when full, writes the overflow to a given io.

  • Empty buffer.

  • Customize buffers.

go-github-com-arduino-pluggable-discovery-protocol-handler 2.2.1
Propagated dependencies: go-github-com-arduino-go-paths-helper@1.14.0 go-github-com-arduino-go-properties-orderedmap@1.8.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/arduino/pluggable-discovery-protocol-handler
Licenses: GPL 3
Build system: go
Synopsis: Pluggable Discovery Protocol Handler
Description:

Package discovery is a library for handling the Arduino Pluggable-Discovery protocol.

go-github-com-jtolio-crawlspace-tools 0.0.0-20240521193440-69abbbe5a93f
Propagated dependencies: go-github-com-jtolio-crawlspace@0.0.0-20240521193440-69abbbe5a93f go-github-com-kr-pretty@0.3.1 go-github-com-zeebo-goof@0.0.0-20240528180144-f1d11ca928f2 go-github-com-zeebo-sudo@1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jtolio/crawlspace
Licenses: ASL 2.0
Build system: go
Synopsis: Object Finder tools for crawlspace
Description:

This package provides an additional tooling powered by https://github.com/zeebo/goof - calling functions in binary files.

go-github-com-shirou-gopsutil-v3 3.24.5
Propagated dependencies: go-github-com-tklauser-go-sysconf@0.3.13 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/shirou/gopsutil
Licenses: Modified BSD
Build system: go
Synopsis: Process and system monitoring in Go
Description:

This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).

go-github-com-mattn-go-shellwords 1.0.12
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mattn/go-shellwords
Licenses: Expat
Build system: go
Synopsis: Parse lines into shell words
Description:

This package parses text into shell arguments. Based on the cpan module Parse::CommandLine.

go-modernc-org-sortutil 1.2.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/sortutil
Licenses: Modified BSD
Build system: go
Synopsis: Sort utility library
Description:

Package sortutil provides utilities supplementing the standard sort package.

go-github-com-maypok86-otter-v2 2.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://maypok86.github.io/otter/
Licenses: ASL 2.0
Build system: go
Synopsis: High performance caching library for Go
Description:

Package otter contains in-memory caching functionality. It aims to address the shortcomings of its predecessors and incorporates design principles from high-performance libraries in other languages (such as Caffeine).

go-go-uber-org-atomic 1.11.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://pkg.go.dev/go.uber.org/atomic
Licenses: Expat
Build system: go
Synopsis: Wrapper types for sync/atomic
Description:

This package provides simple wrappers for primitive types to enforce atomic access.

go-github-com-blevesearch-snowball 0.6.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/blevesearch/snowball
Licenses: Expat
Build system: go
Synopsis: Go implementation of the Snowball stemmer
Description:

This package provides a Go implementation of the Snowball stemmer for natural language processing. It's an alternative fork of https://github.com/kljensen/snowball.

go-github-com-msteinert-pam-v2 2.1.0
Propagated dependencies: go-golang-org-x-term@0.42.0 linux-pam@1.5.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/msteinert/pam
Licenses: FreeBSD
Build system: go
Synopsis: Golang wrapper module for the PAM API
Description:

This package provides a wrapper for the Pluggable Authentication Modules application API.

go-github-com-makenowjust-heredoc-v2 2.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/MakeNowJust/heredoc
Licenses: Expat
Build system: go
Synopsis: Here-documents with indent
Description:

This package implements a functionality of creating here-documents from raw strings.

go-github-com-cilium-ebpf 0.16.0
Propagated dependencies: go-github-com-go-quicktest-qt@1.101.0 go-github-com-google-go-cmp@0.7.0 go-github-com-jsimonetti-rtnetlink-v2@2.0.2 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://ebpf-go.dev/
Licenses: Expat
Build system: go
Synopsis: Read, modify and load extended Berkeley Packet Filter programs in Golang
Description:

This package provides utilities for loading, compiling, and debugging eBPF programs. It has minimal external dependencies and is intended to be used in long running processes.

go-modernc-org-memory 1.11.0
Propagated dependencies: go-golang-org-x-sys@0.43.0 go-modernc-org-mathutil@1.7.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/memory
Licenses: Modified BSD
Build system: go
Synopsis: Memory allocator implementation
Description:

Package memory implements a memory allocator.

go-github-com-peterbourgon-diskv 3.0.0
Propagated dependencies: go-github-com-google-btree@1.1.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/peterbourgon/diskv
Licenses: Expat
Build system: go
Synopsis: Disk-backed key-value store
Description:

Diskv (disk-vee) is a simple, persistent key-value store written in the Go language. It starts with a simple API for storing arbitrary data on a filesystem by key, and builds several layers of performance-enhancing abstraction on top. The end result is a conceptually simple, but highly performant, disk-backed storage system.

go-github-com-edwvee-exiffix 0.0.0-20240229113213-0dbb146775be
Propagated dependencies: go-github-com-disintegration-imaging@1.6.2 go-github-com-rwcarlsen-goexif@0.0.0-0.9e8deec
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/edwvee/exiffix
Licenses: Expat
Build system: go
Synopsis: EXIF orientation altenrnative of Golang's @code{image.Decode}
Description:

Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.

go-github-com-jacobsa-syncutil 0.0.0-20180201203307-228ac8e5a6c3
Propagated dependencies: go-golang-org-x-net@0.53.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jacobsa/syncutil
Licenses: ASL 2.0
Build system: go
Synopsis: Code supplementing Go's sync package
Description:

This package contains code that supplements the sync package from the Go standard library.

In particular:

  • Bundle, which makes it easy to write code that spawns multiple cancellation-aware workers that may fail

  • invariantMutex, which makes it possible to automatically check your invariants at lock and unlock time

go-github-com-creachadair-flax 0.0.5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/creachadair/flax
Licenses: Modified BSD
Build system: go
Synopsis: Bind flags to struct fields
Description:

This package implements a helper for attaching flags to the fields of struct values.

go-github-com-jackc-pgio 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/pgio
Licenses: Expat
Build system: go
Synopsis: Low-level toolkit building messages in the PostgreSQL wire protocol
Description:

Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.

Total packages: 32521