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

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-honnef-co-go-tools 0.6.1
Propagated dependencies: go-github-com-burntsushi-toml@1.5.0 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621 go-golang-org-x-exp-typeparams@0.0.0-20251009144603-d2f985daa21b 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://staticcheck.dev/
Licenses: Expat
Build system: go
Synopsis: Staticcheck advanced Go linter library
Description:

This package provides the Go source code for the go-staticcheck advanced Go linter.

go-github-com-otiai10-mint 1.6.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/otiai10/mint
Licenses: Expat
Build system: go
Synopsis: Minimal assertion for Golang testing framework
Description:

Mint (mint.Mint) is wrapper for *testing.T blending testing type to omit repeated t.

go-github-com-h2non-gock 1.2.0
Propagated dependencies: go-github-com-h2non-parth@2.0.1 go-github-com-nbio-st@0.0.0-20140626010706-e9e8d9816f32
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/h2non/gock
Licenses: Expat
Build system: go
Synopsis: HTTP traffic mocking and testing for Go
Description:

Versatile HTTP mocking made easy in Go that works with any net/http based stdlib implementation. Inspired by the Node nock library, it has features like:

  • Simple and expressive API

  • Semantic API DSL for declarative HTTP mock declarations

  • Built-in helpers for easy JSON/XML mocking

  • Supports persistent and volatile TTL-limited mocks

  • Full regular expressions capable HTTP request mock matching

  • Designed for both testing and runtime scenarios

  • Match request by method, URL params, headers and bodies

  • Extensible and pluggable HTTP matching rules

  • Ability to switch between mock and real networking modes

  • Ability to filter/map HTTP requests for accurate mock matching

  • Supports map and filters to handle mocks easily

  • Wide compatible HTTP interceptor using http.RoundTripper interface

  • Works with any net/http compatible client, such as gentleman

  • Network timeout/cancellation delay simulation

  • Extensible and hackable API

go-github-com-gkampitakis-ciinfo 0.3.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/gkampitakis/ciinfo
Licenses: Expat
Build system: go
Synopsis: Get details about the current Continuous Integration environment
Description:

This package provides ciinfo, a tool to get details about the current Continuous Integration environment, including checking if running in a CI system, which CI system, build id, and more.

This is a reimplementation of ci-info in Go.

go-github-com-felixge-fgprof 0.9.4
Propagated dependencies: go-github-com-google-pprof@0.0.0-20250317173921-a4b03ec1a45e
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/felixge/fgprof
Licenses: Expat
Build system: go
Synopsis: Sampling profiler for Golang
Description:

fgprof is a sampling Go profiler providing analyze On-CPU as well as Off-CPU (e.g. I/O) time together.

Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler.

fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.

go-github-com-tj-assert 0.0.3
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tj/assert
Licenses: Expat
Build system: go
Synopsis: Golang @code{testify/assert} but as @code{testify/require}
Description:

Package assert implements the same assertions as the assert package but stops test execution when a test fails.

go-github-com-smarty-assertions 1.16.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/smarty/assertions
Licenses: Expat
Build system: go
Synopsis: Fluent assertion-style functions
Description:

Package assertions contains the implementations for all assertions which are referenced in goconvey's convey package and gunit gunit for use with the So(...) method. They can also be used in traditional Go test functions and even in applications.

go-znkr-io-diff 1.0.1
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://znkr.io/diff
Licenses: ASL 2.0
Build system: go
Synopsis: Difference algorithm module for Go
Description:

Package diff provides functions to efficiently compare two slices similar to the Unix diff command line tool to compare files.

go-github-com-newmo-oss-go-caller 0.1.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/newmo-oss/go-caller
Licenses: Expat
Build system: go
Synopsis: Collect stack traces at runtime
Description:

This package provides a library for collecting stack traces at runtime.

go-nosprintfhostport 0.3.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/stbenjam/no-sprintf-host-port
Licenses: Expat
Build system: go
Synopsis: Linter to check for abuse of sprintf
Description:

This linter checks that sprintf is not used to construct a host:port combination in a URL.

go-github-com-benbjohnson-clock 1.3.5
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/benbjohnson/clock
Licenses: Expat
Build system: go
Synopsis: Small library for mocking time in Go
Description:

clock is a small library for mocking time in Go. It provides an interface around the standard library's time package so that the application can use the realtime clock while tests can use the mock clock.

go-github-com-tenntenn-text-transform 0.0.0-20250402111347-ba836492e880
Propagated dependencies: 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/tenntenn/text
Licenses: Expat
Build system: go
Synopsis: Text transformation utilities
Description:

This package provides text transformation utilities in Go.

go-github-com-uudashr-iface 1.4.1
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/uudashr/iface
Licenses: ASL 2.0
Build system: go
Synopsis: Detect overuse of interfaces in Go
Description:

This package provides analyzers that designed to identify the incorrect use of interfaces, helping developers avoid interface pollution.

go-github-com-newmo-oss-gotestingmock 0.2.0
Propagated dependencies: go-github-com-newmo-oss-go-caller@0.1.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/newmo-oss/gotestingmock
Licenses: Expat
Build system: go
Synopsis: Mocking utilities for Go
Description:

This package provides mocking utilities for unit tests in Go.

go-gitlab-com-bosi-decorder 0.4.2
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://gitlab.com/bosi/decorder
Licenses: Expat
Build system: go
Synopsis: Declaration order and number linter for golang
Description:

This package provides a declaration order linter for Go. In case of this tool declarations are type, const, var and func.

go-github-com-go-playground-validator-v10 10.23.0
Propagated dependencies: go-github-com-gabriel-vasile-mimetype@1.4.5 go-github-com-go-playground-locales@0.14.1 go-github-com-go-playground-universal-translator@0.18.1 go-github-com-leodido-go-urn@1.4.0 go-golang-org-x-crypto@0.50.0 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/go-playground/validator
Licenses: Expat
Build system: go
Synopsis: Validator for structs and individual fields based on tags
Description:

This package implements value validations for structs and individual fields based on tags. It has the following unique features:

  • Cross Field and Cross Struct validations by using validation tags or custom validators

  • Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated

  • Ability to dive into both map keys and values for validation

  • Handles type interface by determining it's underlying type prior to validation

  • Handles custom field types such as sql driver Valuer

  • Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs

  • Extraction of custom defined Field Name e.g. can specify to extract the JSON name while validating and have it available in the resulting FieldError

  • Customizable i18n aware error messages.

  • Default validator for the gin web framework

go-github-com-timakin-bodyclose 0.0.0-20241222091800-1db5c5ca4d67
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-github-com-gostaticanalysis-analysisutil@0.7.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/timakin/bodyclose
Licenses: Expat
Build system: go
Synopsis: Static analysis tool for res.Body
Description:

bodyclose is a static analysis tool which checks whether res.Body is correctly closed.

go-github-com-firefart-nonamedreturns 1.0.6
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/firefart/nonamedreturns
Licenses: GPL 3
Build system: go
Synopsis: Go linter to catch named returns
Description:

This package provides a linter to find named returns in Go code.

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-github-com-jacobsa-oglematchers 0.0.0-20150720000706-141901ea67cd
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jacobsa/oglematchers
Licenses: ASL 2.0
Build system: go
Synopsis: Matchers for Go testing framework
Description:

Package oglematchers provides a set of matchers useful in a testing or mocking framework. These matchers are inspired by and mostly compatible with Google Test for C++ and Google JS Test.

go-github-com-go-playground-assert-v2 2.2.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/go-playground/assert
Licenses: Expat
Build system: go
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.

ginkgo 2.28.1
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. This package provides an command line interface (CLI) tool.

go-github-com-smartystreets-goconvey 1.8.1
Propagated dependencies: go-github-com-jtolds-gls@4.20.0 go-github-com-smarty-assertions@1.16.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/smartystreets/goconvey
Licenses: Expat
Build system: go
Synopsis: Go testing tool with both a web and terminal user interface
Description:

GoConvey is a testing tool for Go. It integrates with go test, can show test coverage and has a web user interface that will refresh automatically.

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.

Total packages: 72465