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

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-ysmood-goob 0.4.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/ysmood/goob
Licenses: Expat
Build system: go
Synopsis: Go observable pattern library
Description:

Goob is a Go implementation of the observable pattern, providing a simple way to create observable objects and subscribe to their changes.

go-github-com-golangplus-testing 1.0.0
Propagated dependencies: go-github-com-golangplus-fmt@1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/golangplus/testing
Licenses: Modified BSD
Build system: go
Synopsis: Additions to Go's standard testing package
Description:

This package provides additions to Go's stdlib testing.

go-github-com-smarty-gunit 1.5.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/smarty/gunit
Licenses: Expat
Build system: go
Synopsis: Golang xUnit-style test fixture test adapter
Description:

Package gunit provides testing package hooks and convenience functions for writing tests in an xUnit style.

go-github-com-go-xmlfmt-xmlfmt 1.1.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/go-xmlfmt/xmlfmt
Licenses: Expat
Build system: go
Synopsis: Go XML Formatter
Description:

The Go XML Formatter, xmlfmt, will format the XML string in a readable way.

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-denis-tingaikin-go-header 1.0.0
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/denis-tingaikin/go-header
Licenses: GPL 3
Build system: go
Synopsis: Go linter for copyright headers
Description:

Simple Go source code linter providing checks for copyright headers.

go-pgregory-net-rapid 1.2.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://pgregory.net/rapid/
Licenses: MPL 2.0
Build system: go
Synopsis: Go property-based testing library
Description:

Rapid is a Go library for property-based testing.

Rapid checks that properties you define hold for a large number of automatically generated test cases. If a failure is found, rapid automatically minimizes the failing test case before presenting it.

Features:

  • imperative Go API with type-safe data generation using generics

  • data generation biased to explore "small" values and edge cases more thoroughly

  • fully automatic minimization of failing test cases

  • persistence and automatic re-running of minimized failing test cases

  • support for state machine ("stateful" or "model-based") testing

  • no dependencies outside the Go standard library

go-wrapcheck 2.12.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tomarrell/wrapcheck
Licenses: Expat
Build system: go
Synopsis: Go linter to check errors are properly wrapped
Description:

This package provides a simple Go linter to check that errors from external packages are wrapped during return to help identify the error source during debugging.

go-github-com-mgechev-revive 1.15.0
Propagated dependencies: go-codeberg-org-chavacava-garif@0.2.0 go-github-com-burntsushi-toml@1.5.0 go-golang-org-x-mod@0.35.0 go-golang-org-x-sync@0.20.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://revive.run/
Licenses: Expat
Build system: go
Synopsis: Drop-in replacement for @code{golint}
Description:

This package provides a drop-in replacement of golint - revive a lint framework custom rules.

go-pprof 0.0.0-20250317173921-a4b03ec1a45e
Propagated dependencies: go-github-com-chzyer-readline@1.5.1 go-github-com-ianlancetaylor-demangle@0.0.0-20230524184225-eabc099b10ab 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/google/pprof
Licenses: ASL 2.0 Modified BSD ASL 2.0 ISC
Build system: go
Synopsis: Visualization and analysis of profiling data
Description:

pprof is a tool for visualization and analysis of profiling data.

It reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data. It can generate both text and graphical reports (through the use of the dot visualization package). This package provides an command line interface (CLI) tool.

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-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-github-com-tommy-muehle-go-mnd-v2 2.5.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/tommy-muehle/go-mnd
Licenses: Expat
Build system: go
Synopsis: Magic number detector for Golang
Description:

This package provides a vet analyzer to detect magic numbers.

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-go-uber-org-goleak 1.3.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://pkg.go.dev/go.uber.org/goleak
Licenses: Expat
Build system: go
Synopsis: Goroutine leak detector
Description:

Go package to verify that there are no unexpected goroutines running at the end of a test.

go-github-com-alingse-asasalint 0.0.11
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/alingse/asasalint
Licenses: Expat
Build system: go
Synopsis: Lint pass any slice as any in variadic function
Description:

Golang linter, lint that pass any slice as any in variadic function.

go-gopkg-in-dnaeon-go-vcr-v3 3.2.2
Propagated dependencies: go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/dnaeon/go-vcr
Licenses: FreeBSD
Build system: go
Synopsis: Record and replay your HTTP interactions
Description:

@codego-vcr simplifies testing by recording your HTTP interactions and replaying them in future runs in order to provide fast, deterministic and accurate testing of your code.

go-github-com-jiu2015-gotestspace 1.1.0
Dependencies: bash-minimal@5.2.37 git-minimal@2.54.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/Jiu2015/gotestspace
Licenses: GPL 3+
Build system: go
Synopsis: Create Go workspaces that can quickly run shell commands
Description:

gotestspace is used to quickly create a working directory for shell execution using Go, as well as a tool for customizing the execution of the shell. It can help you quickly create an independent workspace for unit testing and improve the efficiency of unit test writing.

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-github-com-tetafro-godot 1.5.4
Propagated dependencies: go-go-yaml-in-yaml-v3@3.0.4
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tetafro/godot
Licenses: Expat
Build system: go
Synopsis: Linter that checks that comments end in a period
Description:

This package checks if comments contain a period at the end of the last sentence if needed.

go-github-com-adalogics-go-fuzz-headers 0.0.0-20240806141605-e8a1dd7889d6
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/AdaLogics/go-fuzz-headers
Licenses: ASL 2.0
Build system: go
Synopsis: Helper functions for Go fuzzing
Description:

This project provides various helper functions for https://go.dev/doc/security/fuzz/. It is mostly used in combination with go-fuzz, but compatibility with fuzzing in the standard library will also be supported. Any coverage guided fuzzing engine that provides an array or slice of bytes can be used with go-fuzz-headers.

go-github-com-jtolds-gls 4.20.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jtolds/gls
Licenses: Expat
Build system: go
Synopsis: @code{gls} provides Goroutine local storage
Description:

The gls package provides a way to store a retrieve values per-goroutine.

go-github-com-ldez-tagliatelle 0.5.0
Propagated dependencies: go-github-com-ettle-strcase@0.2.0 go-github-com-hashicorp-go-immutable-radix-v2@2.1.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/ldez/tagliatelle
Licenses: ASL 2.0
Build system: go
Synopsis: Struct tags handling linter for Golang
Description:

This package implement a functionality for validating tags according to rules you define and fixing them according to the defined rules.

go-github-com-fzipp-gocyclo 0.6.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/fzipp/gocyclo
Licenses: Modified BSD
Build system: go
Synopsis: Calculate cyclomatic complexity in Go
Description:

This package calculates the cyclomatic complexities of functions and methods in Go source code.

Total packages: 73977