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

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-mattn-go-zglob 0.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mattn/go-zglob
Licenses: Expat
Build system: go
Synopsis: Glob library that descends into other directories
Description:

This package provides a glob library that implements descending into other directories. It is optimized for filewalking.

go-github-com-mrunalp-fileutils 0.5.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mrunalp/fileutils
Licenses: ASL 2.0
Build system: go
Synopsis: Collection of utilities for file manipulation in golang
Description:

This package provides a collection of utilities for file manipulation in golang.

go-github-com-blevesearch-zapx-v12 12.4.2
Propagated dependencies: go-github-com-bits-and-blooms-bitset@1.24.4 go-github-com-blevesearch-bleve-index-api@1.3.1 go-github-com-blevesearch-go-faiss@1.0.27 go-github-com-blevesearch-mmap-go@1.2.0 go-github-com-blevesearch-scorch-segment-api@2.4.1 go-github-com-blevesearch-vellum@1.2.0 go-github-com-golang-snappy@0.0.4 go-github-com-roaringbitmap-roaring@2.14.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/blevesearch/zapx
Licenses: ASL 2.0
Build system: go
Synopsis: Go zap file format library
Description:

This package is a Go implementation of the zap file format. The zap file format is used by the bleve search engine to store its indexes. It is documented at https://github.com/blevesearch/zapx/blob/master/zap.md. It was originated as https://github.com/blevesearch/zap.

go-github-com-arduino-pluggable-monitor-protocol-handler 0.9.2
Propagated dependencies: go-github-com-hashicorp-go-multierror@1.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/arduino/pluggable-monitor-protocol-handler
Licenses: GPL 3
Build system: go
Synopsis: Make pluggable monitors for Arduino CLI
Description:

Library to ease implementation of pluggable discoveries for the Arduino Command Line Interface following the official specification.

go-github-com-thlib-go-timezone-local 0.0.7
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/thlib/go-timezone-local
Licenses: Unlicense
Build system: go
Synopsis: Local time zone name detection library
Description:

This package provides a cross-platform library to get the full name of the local time zone from operating system settings. It works on Windows, Linux, and macOS.

go-github-com-skratchdot-open-golang 0.0.0-20200116055534-eef842397966
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/skratchdot/open-golang
Licenses: Expat
Build system: go
Synopsis: Open a file, directory, or URI using the default application
Description:

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use. On GNU/Linux, this is a proxy for the xdg-open command.

go-github-com-gomarkdown-markdown 0.0.0-20250311123330-531bef5e742b
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gomarkdown/markdown
Licenses: FreeBSD
Build system: go
Synopsis: Markdown Parser and HTML Renderer for Go
Description:

Package markdown implements markdown parser and HTML renderer.

go-github-com-paesslerag-jsonpath 0.1.1
Propagated dependencies: go-github-com-paesslerag-gval@1.2.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/PaesslerAG/jsonpath
Licenses: Modified BSD
Build system: go
Synopsis: JSONPath implementation for Go
Description:

This package provides a JSONPath implementation for Go using the gval expression evaluation library. It allows querying JSON documents using JSONPath expressions like $.store.book[*].author.

go-github-com-diskfs-go-diskfs 1.7.0
Propagated dependencies: go-github-com-anchore-go-lzo@0.1.0 go-github-com-djherbis-times@1.6.0 go-github-com-elliotwutingfeng-asciiset@0.0.0-20260129054604-cfde2086bc57 go-github-com-google-uuid@1.6.0 go-github-com-klauspost-compress@1.18.0 go-github-com-pierrec-lz4-v4@4.1.21 go-github-com-pkg-xattr@0.4.10 go-github-com-sirupsen-logrus@1.9.3 go-github-com-ulikunitz-xz@0.5.12 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/diskfs/go-diskfs
Licenses: Expat
Build system: go
Synopsis: Disks, disk images and filesystems manipulation utilities for Go
Description:

Package diskfs implements methods for creating and manipulating disks and filesystems.

go-github-com-boltdb-bolt 1.3.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/boltdb/bolt
Licenses: Expat
Build system: go
Synopsis: Embedded key/value database for Golang
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.

oci-runtime-tool 0.9.0-0.0ea5ed0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/opencontainers/runtime-tools
Licenses: ASL 2.0
Build system: go
Synopsis: OCI Runtime Tools
Description:

This package provides a collection of tools for working with the OCI runtime specification. To build from source code, runtime-tools requires Go 1.10.x or above.

go-modernc-org-cc-v4 4.27.1
Propagated dependencies: go-modernc-org-mathutil@1.7.1 go-modernc-org-opt@0.1.4 go-modernc-org-sortutil@1.2.1 go-modernc-org-strutil@1.2.1 go-modernc-org-token@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/cc
Licenses: Modified BSD
Build system: go
Synopsis: C99 compiler front end for Golang
Description:

This package provides a C99 compiler front end.

go-sentences 1.1.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/neurosnap/sentences
Licenses: Expat
Build system: go
Synopsis: Multilingual command line sentence tokenizer in Golang
Description:

This package provides functionality of converting a blob of text into a list of sentences. This package provides an command line interface (CLI) tool.

go-github-com-go-spatial-geom 0.1.0
Propagated dependencies: go-github-com-arolek-p@0.0.0-20191103215535-df3c295ed582 go-github-com-gdey-errors@0.0.0-20190426172550-8ebd5bc891fb go-github-com-go-spatial-proj@0.3.0 go-github-com-golang-protobuf@1.5.4 go-github-com-mattn-go-sqlite3@1.14.34 go-github-com-mattn-goveralls@0.0.12 go-github-com-pborman-uuid@1.2.1 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/go-spatial/geom
Licenses: Expat
Build system: go
Synopsis: Geometry interfaces for Go
Description:

Geometry interfaces to help drive interoperability within the Go geospatial community. This package focuses on 2D geometries.

go-github-com-zclconf-go-cty-yaml 1.1.0
Propagated dependencies: go-github-com-zclconf-go-cty@1.16.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zclconf/go-cty-yaml
Licenses: ASL 2.0
Build system: go
Synopsis: YAML marshalling and unmarshalling for go-cty
Description:

Package yaml can marshal and unmarshal cty values in YAML format.

go-github-com-bits-and-blooms-bitset 1.24.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/bits-and-blooms/bitset
Licenses: Modified BSD
Build system: go
Synopsis: Bitsets in Go
Description:

This package provides a Go implementation of bitsets, which are a mapping between non-negative integers and boolean values focused on efficient space usage.

go-github-com-karrick-golf 1.7.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/karrick/golf
Licenses: Modified BSD
Build system: go
Synopsis: Light-weight long and short command line option parser
Description:

Go long flag: a light-weight long and short command line option parser.

go-github-com-shamaton-msgpack-v3 3.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/shamaton/msgpack
Licenses: Expat
Build system: go
Synopsis: MessagePack for Golang
Description:

This package provides MessagePack implementation in Go.

go-github-com-yosida95-uritemplate-v3 3.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/yosida95/uritemplate
Licenses: Modified BSD
Build system: go
Synopsis: URI Template (RFC6570) Implementation in Go
Description:

uritemplate is a Go implementation of URI Template RFC6570 with full functionality of URI Template Level 4. It can also generate a regexp that matches expansion of the URI Template from a URI Template.

go-github-com-alessio-shellescape 1.4.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/alessio/shellescape
Licenses: Expat
Build system: go
Synopsis: Escape arbitrary strings for use as command line arguments
Description:

This package provides the shellescape.Quote to escape arbitrary strings for a safe use as command line arguments in the most common POSIX shells.

go-modernc-org-opt 0.1.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/opt
Licenses: Modified BSD
Build system: go
Synopsis: Command-line flag parsing
Description:

Package opt implements command-line flag parsing.

go-github-com-go-git-go-billy-v5 5.6.0
Propagated dependencies: go-github-com-cyphar-filepath-securejoin@0.4.1 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/go-git/go-billy/
Licenses: ASL 2.0
Build system: go
Synopsis: File system abstraction for Go
Description:

Billy implements an interface based on the OS's standard library to develop applications without depending on the underlying storage. This makes it virtually free to implement mocks and testing over file system operations.

go-github-com-mroth-weightedrand-v2 2.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mroth/weightedrand
Licenses: Expat
Build system: go
Synopsis: Weighted random selection for Go
Description:

Package weightedrand contains a performant data structure and algorithm used to randomly select an element from some kind of list, where the chances of each element to be selected not being equal, but defined by relative "weights" (or probabilities). This is called weighted random selection.

go-github-com-juju-errors 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/juju/errors
Licenses: LGPL 3
Build system: go
Synopsis: Go library to annotate errors
Description:

Package errors provides an easy way to annotate errors without losing the original error context.

Total packages: 32521