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

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-modernc-org-goabi0 0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/goabi0
Licenses: Modified BSD
Build system: go
Synopsis: Helpers for generating Go assembler ABI0 code
Description:

This package provides helpers for generating Go assembler ABI0 code.

go-github-com-joshuarubin-lifecycle 1.2.1
Propagated dependencies: go-golang-org-x-sync@0.20.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/joshuarubin/lifecycle
Licenses: Expat
Build system: go
Synopsis: Goroutines management helper for Golang applications
Description:

lifecycle helps manage goroutines at the application level. context.Context has been great for propagating cancellation signals, but not for getting any feedback about when goroutines actually finish.

This package works with context.Context to ensure that applications don't quit before their goroutines do.

go-github-com-charmbracelet-huh 0.8.0
Propagated dependencies: go-github-com-catppuccin-go@0.3.0 go-github-com-charmbracelet-bubbles@0.21.1 go-github-com-charmbracelet-bubbletea@1.3.10 go-github-com-charmbracelet-lipgloss@1.1.0 go-github-com-charmbracelet-x-ansi@0.10.2 go-github-com-charmbracelet-x-exp-strings@0.1.0 go-github-com-mitchellh-hashstructure-v2@2.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/huh
Licenses: Expat
Build system: go
Synopsis: Interactive terminal forms and prompts
Description:

Huh is a library for building interactive terminal forms and prompts. It provides various input types including text inputs, selections, confirms, and multi-selects with a focus on user experience and aesthetics.

go-github-com-gosexy-gettext 0.0.0-20160830220431-74466a0a0c4a
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gosexy/gettext
Licenses: Expat
Build system: go
Synopsis: Golang bindings for GNU's gettext
Description:

Package gettext provides bindings for https://www.gnu.org/software/gettext/.

go-github-com-txthinking-runnergroup 0.0.0-20241229123329-7b873ad00768
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/txthinking/runnergroup
Licenses: Expat
Build system: go
Synopsis: Golang standard @code{sync.WaitGroup} alternative
Description:

This package implements a similar functionality like standard sync.WaitGroup

dasel 3.11.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tomwright/dasel
Licenses: Expat
Build system: go
Synopsis: Tool to work with JSON, TOML, YAML, XML and CSV files
Description:

Dasel (short for data-selector) allows you to query and modify data structures using selector strings. It's similar to jq/yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.

go-github-com-hebcal-hebcal-go 0.9.31
Propagated dependencies: go-github-com-dustin-go-humanize@1.0.1 go-github-com-hebcal-gematriya@1.0.1 go-github-com-hebcal-greg@1.0.0 go-github-com-hebcal-hdate@1.1.0 go-github-com-nathan-osman-go-sunrise@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hebcal/hebcal-go
Licenses: GPL 2+
Build system: go
Synopsis: Go library for the Hebcal perpetual Jewish calendar
Description:

This package provides a library for conversion between Hebrew and Gregorian dates, and generation of lists of Jewish holidays for a given year. Shabbat and holiday candle lighting and havdalah times are approximated based on location.

Torah readings, Daf Yomi, and counting of the Omer can also be specified. Algorithms are included to calculate yahrzeits, birthdays, and anniversaries.

go-github-com-creachadair-msync 0.8.3
Propagated dependencies: go-github-com-creachadair-mds@0.25.15
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/creachadair/msync
Licenses: Modified BSD
Build system: go
Synopsis: Synchronization management types in Go
Description:

This package defines two types for managing concurrency: throttle, which allows calls to a function to be coalesced among multiple concurrent goroutines and trigger, that implements channel-based condition variable.

go-github-com-nxadm-tail 1.4.11
Propagated dependencies: go-github-com-fsnotify-fsnotify@1.9.0 go-gopkg-in-tomb-v1@1.0.0-20141024135613-dd632973f1e7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/nxadm/tail
Licenses: Expat
Build system: go
Synopsis: Go implementation of the functionality of @command{tail -f}
Description:

This package provides a Go library for reading from continuously updating files, like tail -f.

go-github-com-moby-locker 1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/moby/locker
Licenses: ASL 2.0
Build system: go
Synopsis: Golang std @code{sync.Mutex} locker alternative
Description:

Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks.

go-github-com-philhofer-fwd 1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/philhofer/fwd
Licenses: Expat
Build system: go
Synopsis: Buffered Reader/Writer for Goalng
Description:

Package fwd provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols.

go-github-com-jinzhu-now 1.1.5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jinzhu/now
Licenses: Expat
Build system: go
Synopsis: Human-friendly time formatting for Golang
Description:

This package provides a Go library to print timestamps in different formats.

go-github-com-transparency-dev-formats 0.0.0-20251222000000-0e991b4666d9
Propagated dependencies: go-golang-org-x-mod@0.35.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/transparency-dev/formats
Licenses: ASL 2.0
Build system: go
Synopsis: Data formats for transparency logs
Description:

This package provides common data formats and utilities for transparency log implementations, including checkpoint and proof formats.

go-github-com-avast-retry-go 2.7.0
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/avast/retry-go
Licenses: Expat
Build system: go
Synopsis: Simple golang library for retry mechanism
Description:

This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.

go-github-com-rogpeppe-go-internal 1.14.1
Propagated dependencies: go-golang-org-x-mod@0.35.0 go-golang-org-x-sys@0.43.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rogpeppe/go-internal/
Licenses: Modified BSD
Build system: go
Synopsis: Internal packages from the Go standard library
Description:

This package provides factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.

Included are the following:

  • dirhash: calculate hashes over directory trees the same way that the Go tool does.

  • goproxytest: a GOPROXY implementation designed for test use.

  • gotooltest: Use the Go tool inside test scripts (see testscript below)

  • imports: list of known architectures and OSs, and support for reading import import statements.

  • modfile: read and write go.mod files while preserving formatting and comments.

  • module: module paths and versions.

  • par: do work in parallel.

  • semver: semantic version parsing.

  • testenv: information on the current testing environment.

  • testscript: script-based testing based on txtar files

  • txtar: simple text-based file archives for testing.

go-github-com-docker-distribution 2.8.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/docker/distribution
Licenses: ASL 2.0
Build system: go
Synopsis: This package is a Docker toolset to pack, ship, store, and deliver content
Description:

Docker Distribution is a Docker toolset to pack, ship, store, and deliver content. It contains Docker Registry 2.0 and libraries to interact with distribution components.

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/rwcarlsen/goexif
Licenses: FreeBSD
Build system: go
Synopsis: Decode embedded EXIF meta data from image files
Description:

This package provides decoding of basic EXIF and TIFF encoded data. Functionality is split into packages:

  • exif - implements decoding of EXIF data as defined in the EXIF 2.2 specification (http://www.exif.org/Exif2-2.PDF)

  • mknote - provides makernote parsers that can be used with goexif/exif

  • tiff - implements TIFF decoding as defined in TIFF 6.0 specification at http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf

go-github-com-containerd-containerd 1.7.31
Propagated dependencies: go-dario-cat-mergo@1.0.2 go-github-com-adalogics-go-fuzz-headers@0.0.0-20240806141605-e8a1dd7889d6 go-github-com-adamkorcz-go-118-fuzz-build@0.0.0-20250520111509-a70c2aa677fa go-github-com-containerd-btrfs-v2@2.0.0 go-github-com-containerd-cgroups-v3@3.0.4 go-github-com-containerd-console@1.0.4 go-github-com-containerd-containerd-api@1.8.0 go-github-com-containerd-continuity@0.4.5 go-github-com-containerd-errdefs@1.0.0 go-github-com-containerd-fifo@1.1.0 go-github-com-containerd-go-cni@1.1.13 go-github-com-containerd-go-runc@1.1.0 go-github-com-containerd-log@0.1.0 go-github-com-containerd-nri@0.10.0 go-github-com-containerd-platforms@0.2.1 go-github-com-containerd-ttrpc@1.2.7 go-github-com-containerd-typeurl-v2@2.2.0 go-github-com-containernetworking-cni@1.3.0 go-github-com-containernetworking-plugins@1.9.0 go-github-com-coreos-go-systemd-v22@22.7.0 go-github-com-distribution-reference@0.6.0 go-github-com-docker-go-events@0.0.0-20250808211157-605354379745 go-github-com-docker-go-metrics@0.0.1 go-github-com-docker-go-units@0.5.0 go-github-com-emicklei-go-restful-v3@3.4.0 go-github-com-fsnotify-fsnotify@1.9.0 go-github-com-google-uuid@1.6.0 go-github-com-grpc-ecosystem-go-grpc-middleware@1.4.0 go-github-com-grpc-ecosystem-go-grpc-prometheus@1.2.0 go-github-com-intel-goresctrl@0.12.0 go-github-com-klauspost-compress@1.18.0 go-github-com-minio-sha256-simd@0.1.1 go-github-com-moby-locker@1.0.1 go-github-com-moby-sys-mountinfo@0.7.2 go-github-com-moby-sys-sequential@0.6.0 go-github-com-moby-sys-signal@0.7.1 go-github-com-moby-sys-symlink@0.3.0 go-github-com-moby-sys-user@0.4.0 go-github-com-moby-sys-userns@0.1.0 go-github-com-opencontainers-go-digest@1.0.0 go-github-com-opencontainers-image-spec@1.1.0 go-github-com-opencontainers-runtime-spec@1.2.1 go-github-com-opencontainers-runtime-tools@0.9.0-0.0ea5ed0 go-github-com-opencontainers-selinux@1.11.1 go-github-com-pelletier-go-toml@1.9.5 go-github-com-prometheus-client-golang@1.23.2 go-github-com-sirupsen-logrus@1.9.3 go-github-com-tchap-go-patricia-v2@2.3.3 go-github-com-urfave-cli@1.22.16 go-github-com-vishvananda-netlink@1.3.1 go-go-etcd-io-bbolt@1.4.3 go-go-opentelemetry-io-contrib-instrumentation-google-golang-org-grpc-otelgrpc@0.59.0 go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp@0.62.0 go-go-opentelemetry-io-otel@1.42.0 go-go-opentelemetry-io-otel-exporters-otlp-otlptrace@1.36.0 go-go-opentelemetry-io-otel-exporters-otlp-otlptrace-otlptracegrpc@1.43.0 go-go-opentelemetry-io-otel-exporters-otlp-otlptrace-otlptracehttp@1.36.0 go-go-opentelemetry-io-otel-sdk@1.33.0 go-go-opentelemetry-io-otel-trace@1.42.0 go-golang-org-x-net@0.53.0 go-golang-org-x-sync@0.20.0 go-golang-org-x-sys@0.43.0 go-google-golang-org-genproto@0.0.0-20260226221140-a57be14db171 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 go-k8s-io-api@0.34.1 go-k8s-io-apimachinery@0.35.0 go-k8s-io-apiserver@0.34.2 go-k8s-io-client-go@0.34.1 go-k8s-io-component-base@0.34.1 go-k8s-io-cri-api@0.32.3 go-k8s-io-klog-v2@2.130.1 go-k8s-io-utils@0.0.0-20241210054802-24370beab758 go-tags-cncf-io-container-device-interface@1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://containerd.io/
Licenses: ASL 2.0
Build system: go
Synopsis: Container runtime support daemon
Description:

containerd is a container runtime with an emphasis on simplicity, robustness, and portability. It is available as a daemon, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.

go-github-com-ncruces-julianday 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ncruces/julianday
Licenses: Unlicense
Build system: go
Synopsis: Julian day conversions for Go
Description:

This package provides functions for converting between Julian days and Go time.Time values. Julian days are used by SQLite and other databases for date/time storage.

go-github-com-tidwall-gjson 1.17.1
Propagated dependencies: go-github-com-tidwall-match@1.1.1 go-github-com-tidwall-pretty@1.2.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tidwall/gjson
Licenses: Expat
Build system: go
Synopsis: JSON parser for Golang
Description:

This package provides a fast and simple way to get values from a JSON document. It has features such as one line retrieval, dot notation paths, iteration, and parsing JSON lines.

go-github-com-dsnet-golib 1.0.2
Propagated dependencies: go-github-com-google-go-cmp@0.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/dsnet/golib
Licenses: Modified BSD
Build system: go
Synopsis: Collection of helper libraries for Golang
Description:

golib is a collection of unrelated libraries. This package provides a following list of Golang models:

bufpipe

Implements a buffered pipe.

cron

Parses and runs cron schedules.

hashmerge

Merges hash checksums.

jsoncs

Implements JSON Canonicalization Scheme (JCS) as specified in RFC 8785.

jsonfmt

Implements a JSON formatter.

memfile

Implements an in-memory emulation of os.File.

unitconv

Implements string conversion functionality for unit prefixes.

go-github-com-gobwas-glob 0.2.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gobwas/glob
Licenses: Expat
Build system: go
Synopsis: Go globbing library
Description:

This package provides a Go implementation of globs.

go-github-com-mattn-go-localereader 0.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mattn/go-localereader
Licenses: Expat
Build system: go
Synopsis: CodePage decoder for Windows
Description:

This package provides a CodePage decoder for Windows, enabling Go programs to read locale-specific character encodings such as Shift JIS. It handles locale reading differently across Unix and Windows systems.

go-github-com-bradfitz-parentdeath 0.0.0-20260315043412-764506aeb900
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/bradfitz/parentdeath
Licenses: Modified BSD
Build system: go
Synopsis: Portable alternative to Linux's PR_SET_PDEATHSIG in Go
Description:

Package parentdeath detects when a parent process dies so that child processes can clean up and exit, even when the parent is killed violently (SIGKILL) or when children are launched in ways that prevent normal signal delivery (e.g. via sudo systemd-run).

Total packages: 32521