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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


go-github-com-cli-oauth 0.9.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/cli/oauth
Licenses: Expat
Synopsis: Perform OAuth Device flow and Web application flow in Go
Description:

This is a library for performing OAuth Device flow and Web application flow in Go client apps.

go-github-com-kylelemons-godebug-pretty 1.1.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/kylelemons/godebug
Licenses: ASL 2.0
Synopsis: Pretty printer for Go values
Description:

This package will pretty print a compact representation of a Go data structure. It can also produce a much more verbose, one-item-per-line representation suitable for computing diffs.

go-github-com-sanity-io-litter 1.5.5
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/sanity-io/litter
Licenses: Expat
Synopsis: Pretty printer library for Golang data structures
Description:

Litter is provided by

go-github-com-dave-jennifer 1.5.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/dave/jennifer
Licenses: Expat
Synopsis: Code generator for Golang
Description:

Package brenda is a boolean expression solver for Go AST

go-github-com-jesseduffield-minimal-gitignore 0.3.2
Propagated dependencies: go-github-com-gobwas-glob@0.2.3
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/jesseduffield/minimal
Licenses: Expat
Synopsis: Parser for .gitignore-style files
Description:

Package gitignore can be used to parse .gitignore-style files into globs that can be used to test against a certain string or selectively walk a file tree. Gobwas's glob package is used for matching because it is faster than using regexp, which is overkill, and supports globstars (**), unlike filepath.Match.

go-github-com-itchyny-astgen-go 0.0.0-20210914105503-cc8fccf6f972
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/itchyny/astgen-go
Licenses: Expat
Synopsis: Go module providing interface to ast.Node maping
Description:

Build Go code from arbitrary value in Go.

go-github-com-golang-jwt-jwt-v4 4.1.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/golang-jwt/jwt
Licenses: Expat
Synopsis: Golang implementation of JSON Web Tokens
Description:

This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

go-github-com-aybabtme-rgbterm 0.0.0-1.cc83f3b
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/aybabtme/rgbterm
Licenses: Expat
Synopsis: RGB terminal
Description:

Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.

go-github-com-openpeedeep-xdg 1.0.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/OpenPeeDeeP/xdg
Licenses: Modified BSD
Synopsis: Golang cross platform package that follows the XDG Standard
Description:

Package xdg impelements the XDG standard for application file locations.

go-github-com-bahlo-generic-list-go 0.2.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/bahlo/generic-list-go
Licenses: Modified BSD
Synopsis: Golang container/list but with generics
Description:

This package implements a doubly linked list based on container/list.

go-github-com-spkg-bom 1.0.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/spkg/bom
Licenses: Expat
Synopsis: Strip UTF-8 byte order marks for Golang
Description:

Package bom is used to clean up UTF-8 Byte Order Marks.

The Unicode Standard defines UTF-8 byte order marks as the byte sequence 0xEF,0xBB,0xBF, but neither requires nor recommends their use. The Go standard library provides no support for UTF-8 byte order marks, and it looks like it never will.

go-github-com-jesseduffield-generics 0.0.0-20250517122708-b0b4a53a6f5c
Propagated dependencies: go-golang-org-x-exp@0.0.0-20250911091902-df9299821621
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/jesseduffield/generics
Licenses: Expat
Synopsis: Extensions on the Golang Generics packages
Description:

This package provides helper methods/structs that involve generics which were added in Go 1.18.

go-github-com-azure-go-ansiterm 0.0.0-20210617225240-d185dfc1b5a1
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/Azure/go-ansiterm
Licenses: Expat
Synopsis: Golang package for ANSI terminal emulation in Windows
Description:

This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.

go-github-com-agnivade-levenshtein 1.1.1
Propagated dependencies: go-github-com-dgryski-trifles@0.0.0-20220729183022-231ecf6ed548
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/agnivade/levenshtein
Licenses: Expat
Synopsis: Golang implementation to calculate Levenshtein Distance
Description:

Package levenshtein is a Go implementation to calculate Levenshtein Distance. The library is fully capable of working with non-ascii strings. But the strings are not normalized. That is left as a user-dependant use case. Please normalize the strings before passing it to the library if you have such a requirement.

go-gopkg-in-go-playground-assert-v2 2.0.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/go-playground/assert
Licenses: Expat
Synopsis: Basic assertion library used alongside native Go testing
Description:

This package provides basic assertions along with building blocks for custom assertions to be used alongside native Go testing.

go-github-com-spf13-cobra-1.5 1.5.0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0 go-github-com-spf13-pflag@1.0.6 go-github-com-inconshreveable-mousetrap@1.0.0 go-github-com-cpuguy83-go-md2man-v2@2.0.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/spf13/cobra
Licenses: ASL 2.0
Synopsis: Overview
Description:

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

go-github-com-google-go-tpm 0.9.0
Propagated dependencies: go-golang-org-x-sys@0.37.0 go-golang-org-x-crypto@0.43.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/google/go-tpm
Licenses: ASL 2.0
Synopsis: Go-TPM library
Description:

TPM 2.0 library for directly communicating with a TPM device.

go-github-com-buger-jsonparser 1.1.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/buger/jsonparser
Licenses: Expat
Synopsis: Alternative JSON parser for Golang
Description:

This package provides an alternative implementation of standard encoding/json with higher performance.

go-github-com-jesseduffield-lazycore 0.0.0-20221023210126-718a4caea996
Propagated dependencies: go-github-com-samber-lo@1.46.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/jesseduffield/lazycore
Licenses: Expat
Synopsis: Shared functionality for lazygit projects
Description:

This package provides a shared functionality for lazygit, lazydocker, etc.

go-github-com-andreyvit-diff 0.0.0-0.c7f18ee
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/andreyvit/diff
Licenses: Expat
Synopsis: Quick string diffs for Golang
Description:

Package diff provides quick and easy string diffing functions based on github.com/sergi/go-diff, mainly for diffing strings in tests

go-github-com-pelletier-go-toml-v2 2.0.2
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/pelletier/go-toml
Licenses: Expat
Synopsis: Golang library for the TOML file format
Description:

Package toml is a TOML parser and manipulation library.

go-github-com-mgutz-str 1.2.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/mgutz/str
Licenses: Expat
Synopsis: Golang extended string library
Description:

Package str is a comprehensive set of string functions to build more Go awesomeness. Str complements Go's standard packages and does not duplicate functionality found in `strings` or `strconv`.

Page: 123456
Total results: 144