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

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-josharian-txtarfs 0.0.0-20240408113805-5dc76b8fe6bf
Propagated dependencies: go-github-com-josharian-mapfs@0.0.0-20210615234106-095c008854e6 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/josharian/txtarfs
Licenses: Expat
Build system: go
Synopsis: Convert a txtar to an io.FS
Description:

This package turns a txtar into an fs.FS.

go-github-com-ykadowak-zerologlint 0.1.5
Propagated dependencies: go-github-com-gostaticanalysis-comment@1.5.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/ykadowak/zerologlint
Licenses: Expat
Build system: go
Synopsis: Detect incorrect usage of zerolog
Description:

zerologlint is a linter for zerolog that can be run with go vet or through golangci-lint. It detects the wrong usage of zerolog that a user forgets to dispatch zerolog.Event with Send or Msg like functions, in which case nothing will be logged.

go-github-com-dvyukov-go-fuzz 0.0.0-20240924070022-e577bee5275c
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/dvyukov/go-fuzz
Licenses: ASL 2.0
Build system: go
Synopsis: Randomized testing for Golang
Description:

Go-fuzz is a coverage-guided fuzzing solution for testing of Go packages. Fuzzing is mainly applicable to packages that parse complex inputs (both text and binary), and is especially useful for hardening of systems that parse inputs from potentially malicious users (e.g. anything accepted over a network).

go-github-com-onsi-ginkgo 1.16.5
Propagated dependencies: go-github-com-go-task-slim-sprig@2.20.0-0.afa1e20 go-github-com-nxadm-tail@1.4.11 go-github-com-onsi-gomega@1.39.1 go-golang-org-x-sys@0.43.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/onsi/ginkgo
Licenses: Expat
Build system: go
Synopsis: BDD-style testing framework for Go
Description:

Ginkgo is a Behaviour-Driven Development testing framework for Go. It builds on top of Go's builtin testing library and is complemented by the Gomega matcher library.

go-tenv 1.12.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sivchari/tenv
Licenses: Expat
Build system: go
Synopsis: Analyzer to detect use of Go @code{os.Setenv}
Description:

This package provide a Go analyzer that detects using os.Setenv instead of t.Setenv since Go1.17.

go-go-bug-st-testifyjson 1.3.0
Propagated dependencies: go-github-com-itchyny-gojq@0.12.18
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://go.bug.st/testifyjson
Licenses: Modified BSD
Build system: go
Synopsis: Unit-test JSON output in Golang
Description:

Package testifyjson is a collection of utilities and helper function for unit testing JSON output in Go.

go-github-com-stvp-go-udp-testing 0.0.0-20201019212854-469649b16807
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/stvp/go-udp-testing
Licenses: Expat
Build system: go
Synopsis: UDP test helpers for Golang
Description:

This package implements UDP test helpers. It lets assert that certain strings must or must not be sent to a given local UDP listener.

go-git-sr-ht-nelsam-correct 0.1.2
Propagated dependencies: go-github-com-fatih-color@1.17.0 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://git.sr.ht/~nelsam/correct
Licenses: MPL 2.0
Build system: go
Synopsis: Assertions for Golang
Description:

Correct is a collection of assertion libraries for Golang, intended to be used together. It tries not to strictly enforce that, though - most of correct should be customizable either by changing some options or by using only some sub-packages of correct.

go-noctx 0.4.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sonatard/noctx
Licenses: Expat
Build system: go
Synopsis: Find function calls with context.Context
Description:

This package provides a Go linter that finds function calls without context.Context.

go-github-com-hexops-gotextdiff 1.0.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/hexops/gotextdiff
Licenses: Modified BSD
Build system: go
Synopsis: Unified text diffing in Go
Description:

This package provides a library to generate unified diffs.

go-containedctx 1.0.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sivchari/containedctx
Licenses: Expat
Build system: go
Synopsis: Linter for Go that detects struct contained @code{context.Context} field
Description:

This package is a linter that detects struct contained context.Context field. This is discouraged technique in favour of passing context as first argument of method or function. For rationale please read Contexts and structs the Go blog post.

go-github-com-dgryski-go-ddmin 0.0.0-20210904190556-96a6d69f1034
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/dgryski/go-ddmin
Licenses: FreeBSD
Build system: go
Synopsis: Delta-minimization algorithm in Golang
Description:

Package ddmin implements the delta-minimization test minimization algorithm.

go-github-com-bsm-gomega 1.27.10
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/bsm/gomega
Licenses: Expat
Build system: go
Synopsis: Straight copy of Gomega library
Description:

This is a straight copy of the excellent Gomega library, stripped to the bare core to be free of third-party dependencies.

go-github-com-ultraware-whitespace 0.2.0
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/ultraware/whitespace
Licenses: Expat
Build system: go
Synopsis: Whitespace linter for Go
Description:

This package is a linter that checks for unnecessary newlines at the start and end of functions, if, for, etc.

go-github-com-yagipy-maintidx 1.0.0
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/yagipy/maintidx
Licenses: Expat
Build system: go
Synopsis: Measure maintainibility indices
Description:

This package measures the maintainability index of Go functions.

go-github-com-swaggest-assertjson 1.9.0
Propagated dependencies: go-github-com-bool64-shared@0.1.5 go-github-com-iancoleman-orderedmap@0.3.0 go-github-com-yosuke-furukawa-json5@0.1.1-0.cf7bb3f go-github-com-yudai-gojsondiff@1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/swaggest/assertjson
Licenses: Expat
Build system: go
Synopsis: JSON equality assertions for Golang
Description:

This package provides JSON equality assertions for Golang.

go-staticcheck 0.6.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://staticcheck.dev/
Licenses: Expat
Build system: go
Synopsis: Staticcheck advanced Go linter
Description:

Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.

go-github-com-google-gofuzz 1.2.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/google/gofuzz
Licenses: ASL 2.0
Build system: go
Synopsis: Fuzz testing library for Go
Description:

Gofuzz is a library for populationg Go objects with random values for the purpose of fuzz testing.

go-github-com-maruel-panicparse 1.6.2
Propagated dependencies: go-github-com-mattn-go-colorable@0.1.13 go-github-com-mattn-go-isatty@0.0.22 go-github-com-mgutz-ansi@0.0.0-20200706080929-d51e80ef957d go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/maruel/panicparse
Licenses: ASL 2.0
Build system: go
Synopsis: Toolkit for parsing Go stack traces
Description:

This package provides a toolkit for parsing Go language panic stack traces. It simplifies the traces to make salient information more visible and aid debugging.

go-github-com-alexkohler-prealloc 1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/alexkohler/prealloc
Licenses: Expat
Build system: go
Synopsis: Find slice declarations that could be preallocated
Description:

This package is a Go static analysis tool to find slice declarations that could potentially be preallocated.

go-structlayout-optimize 0.6.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://staticcheck.dev/
Licenses: Expat
Build system: go
Synopsis: Reorder struct fields to minimize the amount of padding in Go
Description:

This package reads go-structlayout JSON on stdin and reorders fields to minimize the amount of padding. It can emit JSON to feed into go-structlayout-pretty.

go-github-com-fortytw2-leaktest 1.3.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/fortytw2/leaktest
Licenses: Modified BSD
Build system: go
Synopsis: Goroutine leak detector
Description:

Refactored, tested variant of the goroutine leak detector found in both net/http and the cockroachdb source tree.

go-github-com-tenntenn-modver 1.0.1
Propagated dependencies: go-github-com-hashicorp-go-version@1.7.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tenntenn/modver
Licenses: Expat
Build system: go
Synopsis: Utility for Go modules
Description:

This package provides utilities for Go modules.

go-testdox 0.2.2
Propagated dependencies: go-github-com-fatih-color@1.17.0 go-github-com-mattn-go-isatty@0.0.22 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/bitfield/gotestdox
Licenses: Expat
Build system: go
Synopsis: Format Go test results as readable documentation
Description:

This package implements a functionality to run tests and report the results, converting test names WrittenInCamelCase into ordinary sentences. This package provides an command line interface (CLI) tool.

Total packages: 32521