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

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-gopkg-in-check-v1 1.0.0-20201130134442-10cb98267c6c
Propagated dependencies: go-github-com-kr-pretty@0.3.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://gopkg.in/check.v1
Licenses: FreeBSD
Build system: go
Synopsis: Test framework for the Go language
Description:

This package provides a test library for the Go language.

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-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-cockroachdb-datadriven 1.0.2
Propagated dependencies: go-github-com-pmezard-go-difflib@1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/cockroachdb/datadriven
Licenses: ASL 2.0
Build system: go
Synopsis: Data-Driven Tests for Golang
Description:

This package implements an extension of Table-Driven Testing. Instead of building and iterating over a table in the test code, the input is further separated into files (or inline strings). For certain classes of tests, this can significantly reduce the friction involved in writing and reading these tests.

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-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.

godot 1.5.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-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-mschoch-smat 0.2.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/mschoch/smat
Licenses: ASL 2.0
Build system: go
Synopsis: State machine assisted testing
Description:

This package provides a state machine assisted testing library for Go.

go-github-com-ysmood-gotrace 0.6.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/ysmood/gotrace
Licenses: Expat
Build system: go
Synopsis: Go goroutine tracer
Description:

Gotrace is a Go library for tracing goroutines, useful for debugging goroutine leaks and understanding goroutine lifecycles.

go-github-com-viant-assertly 0.9.2
Propagated dependencies: go-github-com-viant-toolbox@0.37.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/viant/assertly
Licenses: ASL 2.0
Build system: go
Synopsis: Data structure testing library)
Description:

This library enables complex data structure testing, specifically:

  • realtime transformation or casting of incompatible data types with directives system

  • consistent way of testing of unordered structures

  • contains, Range, RegExp support on any data structure deeph level

  • switch case directive to provide expected value alternatives based on actual switch/case input match

  • macro system enabling complex predicate and expression evaluation, and customization

go-github-com-matryer-try 0.0.0-20161228173917-9ac251b645a2
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/matryer/try
Licenses: Expat
Build system: go
Synopsis: Simple idiomatic retry package for Go
Description:

This package provides an idiomatic Go retry module.

go-github-com-jacobsa-oglemock 0.0.0-20150831005832-e94d794d06ff
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jacobsa/oglemock
Licenses: ASL 2.0
Build system: go
Synopsis: Mocking framework for unit tests
Description:

Package oglemock provides a mocking framework for unit tests.

go-github-com-erikstmartin-go-testdb 0.0.0-20160219214506-8d10e4a1bae5
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/erikstmartin/go-testdb
Licenses: FreeBSD
Build system: go
Synopsis: Go framework for stubbing responses
Description:

This package implements a framework for stubbing responses from Go's driver.Driver interface.

This can be used to sit in place of your sql.Db so that you can stub responses for sql calls, and remove database dependencies for your test suite.

go-github-com-gostaticanalysis-nilerr 0.1.2
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-github-com-gostaticanalysis-comment@1.5.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/gostaticanalysis/nilerr
Licenses: Expat
Build system: go
Synopsis: Linter for bad err-nil checks
Description:

This package finds code that returns nil in an if err != nil check.

go-github-com-joshdk-go-junit 1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/joshdk/go-junit
Licenses: Expat
Build system: go
Synopsis: Go library for ingesting JUnit XML reports
Description:

This package implements a functionality to ingest JUnit XML reports.

go-github-com-mfridman-tparse 0.18.0
Propagated dependencies: go-github-com-charmbracelet-lipgloss@1.1.0 go-github-com-muesli-termenv@0.15.2 go-golang-org-x-term@0.42.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/mfridman/tparse
Licenses: Expat
Build system: go
Synopsis: Go test output summarizer library and CLI tool
Description:

This package provides a Go library and a command line tool for analyzing and summarizing go test output.

go-modernc-org-ccorpus2 1.5.2
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://gitlab.com/cznic/ccorpus2
Licenses: Modified BSD
Build system: go
Synopsis: Continuation of ccorpus using @code{embed.FS}
Description:

This package provides a test corpus of C code.

go-github-com-daixiang0-gci 0.13.7
Propagated dependencies: go-gopkg-in-yaml-v3@3.0.1 go-golang-org-x-tools@0.44.0 go-golang-org-x-sync@0.20.0 go-golang-org-x-mod@0.35.0 go-go-uber-org-zap@1.27.0 go-github-com-pmezard-go-difflib@1.0.0 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/daixiang0/gci
Licenses: Modified BSD
Build system: go
Synopsis: Tool to make Go import order deterministic
Description:

This package provides a tool that controls Go package import order and makes it always deterministic.

go-github-com-sourcegraph-go-diff 0.7.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sourcegraph/go-diff
Licenses: Expat
Build system: go
Synopsis: Diff parser and printer for Go
Description:

This package provides a unified diff parser and printer for Go.

go-github-com-golang-lint 0.0.0-20210508222113-6edffad5e616
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/golang/lint
Licenses: Modified BSD
Build system: go
Synopsis: Source code of a linter for Golang
Description:

This package provides the source code of a linter for Golang.

go-github-com-onsi-gomega 1.39.1
Propagated dependencies: go-github-com-google-go-cmp@0.7.0 go-go-yaml-in-yaml-v3@3.0.4 go-golang-org-x-net@0.53.0 go-google-golang-org-protobuf@1.36.11
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/onsi/gomega
Licenses: Expat
Build system: go
Synopsis: Matcher library for Ginkgo
Description:

Gomega is the preferred matcher/assertion library for the Ginkgo test framework.

go-github-com-pkg-profile 1.7.0
Propagated dependencies: go-github-com-felixge-fgprof@0.9.4
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/pkg/profile
Licenses: FreeBSD
Build system: go
Synopsis: Simple profiling for Go
Description:

Profile provides a simple way to manage runtime/pprof profiling of your Go application.

go-gopkg-in-h2non-gock-v1 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

Total packages: 32521