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

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-gitlab-com-ambrevar-damerau 0.0.0-0.883829e
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/ambrevar/damerau
Licenses: Expat
Build system: go
Synopsis: Damerau-Levenshtein distance for Golang
Description:

This is a spelling corrector implementing the Damerau-Levenshtein distance. Takes a string value input from the user. Looks for an identical word on a list of words, if none is found, look for a similar word.

go-go-etcd-io-bbolt 1.4.3
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://go.etcd.io/bbolt
Licenses: Expat
Build system: go
Synopsis: Embedded key/value database for Go
Description:

Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.

go-github-com-opencontainers-selinux 1.11.1
Propagated dependencies: 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/opencontainers/selinux
Licenses: ASL 2.0
Build system: go
Synopsis: Common SELinux implementation
Description:

Common SELinux package used across the container ecosystem.

go-github-com-vmihailenco-msgpack-v5 5.4.1
Propagated dependencies: go-github-com-vmihailenco-tagparser@2.0.0 go-google-golang-org-appengine@1.6.8
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vmihailenco/msgpack
Licenses: FreeBSD
Build system: go
Synopsis: MessagePack encoding for Golang
Description:

This package provides implementation of MessagePack encoding for Go programming language.

go-github-com-go-errors-errors 1.5.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-errors/errors
Licenses: Expat
Build system: go
Synopsis: Errors with stacktraces for Golang
Description:

Package errors provides errors that have stack-traces. It provides the type *Error which implements the standard golang error interface, so you can use this library interchangeably with code that is expecting a normal error return.

go-codeberg-org-anaseto-gruid-tcell 0.5.0
Propagated dependencies: go-codeberg-org-anaseto-gruid@0.25.0 go-github-com-gdamore-tcell-v2@2.13.9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://codeberg.org/anaseto/gruid-tcell
Licenses: ISC
Build system: go
Synopsis: Gruid Driver using the tcell library
Description:

Package tcell provides a gruid Driver for making terminal apps.

go-github-com-rootless-containers-proto-go-proto 0.1.3
Propagated dependencies: go-google-golang-org-protobuf@1.36.11
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rootless-containers/proto
Licenses: ASL 2.0
Build system: go
Synopsis: Protobuf descriptions for rootless containers purposes
Description:

This package provides a protobuf definition of the user.rootlesscontainers extended attribute. The main purpose of this attribute is to allow for a interoperable and standardised way of emulating persistent syscalls in a https://rootlesscontaine.rs/ (syscalls such as chown(2) which would ordinarily fail).

go-github-com-muesli-mango 0.2.0
Propagated dependencies: go-github-com-muesli-roff@0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/muesli/mango
Licenses: Expat
Build system: go
Synopsis: Golang man-page generator
Description:

This package provides a man-page generator for the Go flag, pflag, cobra, coral, and kong packages. It extracts commands, flags, and arguments from the target program and enables it to self-document.

go-github-com-blevesearch-mmap-go 1.2.0
Propagated dependencies: 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/blevesearch/mmap-go
Licenses: Modified BSD
Build system: go
Synopsis: Memory mapped files (mmap) in Golang
Description:

This package implements functionality of mapping files into memory. It tries to provide a simple interface, but doesn't go out of its way to abstract away every little platform detail.

This specifically means:

  • forked processes may or may not inherit mappings

  • a file's timestamp may or may not be updated by writes through mappings

  • specifying a size larger than the file's actual size can increase the file's size

  • if the mapped file is being modified by another process while your program's running, don't expect consistent results between platforms

It's an alternative fork of https://github.com/edsrzf/mmap-go

go-github-com-facebookgo-atomicfile 0.0.0-20151019160806-2de1f203e7d5
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/facebookgo/atomicfile
Licenses: Modified BSD
Build system: go
Synopsis: Atomically written/replaced file
Description:

Package atomicfile provides the ability to write a file with an eventual rename on Close (using os.Rename). This allows for a file to always be in a consistent state and never represent an in-progress write.

go-gorm-io-gorm 1.31.1
Propagated dependencies: go-github-com-jinzhu-inflection@1.0.0 go-github-com-jinzhu-now@1.1.5 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gorm.io/gorm
Licenses: Expat
Build system: go
Synopsis: ORM library for Golang
Description:

This package provides an ORM library for Golang.

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-ncruces-sort 0.1.6
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ncruces/sort
Licenses: Expat
Build system: go
Synopsis: Additional sorting algorithms for Go
Description:

This package provides additional sorting algorithms for Go, including a stable natural sort and other utilities.

go-tags-cncf-io-container-device-interface 1.0.1
Propagated dependencies: go-github-com-fsnotify-fsnotify@1.9.0 go-github-com-opencontainers-runtime-spec@1.2.1 go-github-com-opencontainers-runtime-tools@0.9.0-0.0ea5ed0 go-golang-org-x-mod@0.35.0 go-golang-org-x-sys@0.43.0 go-gopkg-in-yaml-v3@3.0.1 go-sigs-k8s-io-yaml@1.6.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://tags.cncf.io/container-device-interface
Licenses: ASL 2.0
Build system: go
Synopsis: CNCF's Container Device Interface
Description:

This package provides Cloud Native Computing Foundation's CDI specification, for container-runtimes, to support third-party devices. It also includes tags.cncf.io/container-device-interface/specs-go submodule.

go-github-com-cli-safeexec 1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/cli/safeexec
Licenses: FreeBSD
Build system: go
Synopsis: Safe implementation of Go's exec.Command
Description:

This package provides a Go module that provides a stabler alternative to exec.LookPath().

go-github-com-twpayne-go-vfs-v5 5.0.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/twpayne/go-vfs/
Licenses: Expat
Build system: go
Synopsis: Abstraction of the @code{os} and @code{ioutil} Go packages
Description:

Package vfs provides an abstraction of the os and ioutil packages that is easy to test.

chglog 0.7.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/goreleaser/chglog
Licenses: Expat
Build system: go
Synopsis: Changelog management Go library
Description:

This package provides Go functions to manage changelogs.

go-github-com-moby-term 0.5.2
Propagated dependencies: go-github-com-creack-pty@1.1.24 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/moby/term
Licenses: ASL 2.0
Build system: go
Synopsis: Utilities for dealing with terminals
Description:

Package term provides structures and helper functions to work with terminal (state, sizes).

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-nats-io-nats-go 1.51.0
Propagated dependencies: go-github-com-klauspost-compress@1.18.0 go-github-com-nats-io-nkeys@0.4.15 go-github-com-nats-io-nuid@1.0.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/nats-io/nats.go
Licenses: ASL 2.0
Build system: go
Synopsis: Go Client for NATS server
Description:

This package provides a Go client for the NATS messaging system.

go-github-com-gammazero-chanqueue 1.1.2
Propagated dependencies: go-github-com-gammazero-deque@1.2.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gammazero/chanqueue
Licenses: Expat
Build system: go
Synopsis: Buffered channel with unlimited capacity queue
Description:

Package chanqueue implements a queue that uses channels for input and output to provide concurrent access to a re-sizable queue. This allows the queue to be used like a channel. Closing the input channel closes the output channel when all queued items are read, consistent with channel behavior. In other words chanqueue is a dynamically buffered channel with up to infinite capacity.

go-github-com-illarion-gonotify-v3 3.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/illarion/gonotify
Licenses: Expat
Build system: go
Synopsis: Simple Golang inotify wrapper
Description:

This package provides a simple Golang inotify wrapper.

go-github-com-deckarep-golang-set-v2 2.6.0
Propagated dependencies: go-github-com-elliotchance-orderedmap-v2@2.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/deckarep/golang-set
Licenses: Expat
Build system: go
Synopsis: Set type for Go
Description:

Set is the set collection for the Go language.

go-github-com-sagikazarmark-locafero 0.12.0
Propagated dependencies: go-github-com-spf13-afero@1.6.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/sagikazarmark/locafero
Licenses: Expat
Build system: go
Synopsis: File finder library for Go with afero integration
Description:

This package provides a file finder library for Go that integrates with the afero filesystem abstraction. It supports finding files in multiple directories and offers customizable search strategies.

Total packages: 72465