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

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-sigs-k8s-io-randfill 1.0.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://sigs.k8s.io/randfill
Licenses: ASL 2.0
Build system: go
Synopsis: Fuzz testing for Golang
Description:

Package randfill is a library for populating go objects with random values.

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

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/nbio/st
Licenses: ASL 2.0
Build system: go
Synopsis: Tiny test framework for Go
Description:

Package st, pronounced ghost, is a tiny test framework for making short, useful assertions in your Go tests. Assert(t, have, want) and Refute(t, have, want) abort a test immediately with t.Fatal. Expect(t, have, want) and Reject(t, have, want) allow a test to continue, reporting failure at the end with t.Error. They print nice error messages, preserving the order of have (actual result) before want (expected result) to minimize confusion.

go-github-com-onsi-ginkgo-v2 2.28.1
Propagated dependencies: go-github-com-gkampitakis-go-snaps@0.5.15-0.0832b79 go-github-com-go-logr-logr@1.4.3 go-github-com-go-task-slim-sprig-v3@3.0.0 go-github-com-google-pprof@0.0.0-20250317173921-a4b03ec1a45e go-github-com-joshdk-go-junit@1.0.0 go-github-com-masterminds-semver-v3@3.2.1 go-github-com-mfridman-tparse@0.18.0 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-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-ultraware-funlen 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/funlen
Licenses: Expat
Build system: go
Synopsis: Go linter for function length
Description:

This package is a linter that checks for long functions. It can check both on the number of lines and the number of statements.

go-github-com-jarcoal-httpmock 1.3.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jarcoal/httpmock
Licenses: Expat
Build system: go
Synopsis: HTTP mocking for Golang
Description:

Package httpmock provides tools for mocking HTTP responses. It implements exact URL and regexp matches.

go-github-com-gostaticanalysis-analysisutil 0.7.1
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-golang-org-x-tools-go-packages-packagestest@0.1.1-deprecated 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/analysisutil
Licenses: Expat
Build system: go
Synopsis: Utilities for x/tools/go/analysis package
Description:

This package provides utilities for the x/tools/go/analysis package.

go-github-com-ulikunitz-xz 0.5.12
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/ulikunitz/xz
Licenses: Modified BSD
Build system: go
Synopsis: Read and write xz compressed streams in Go
Description:

This package provides a support of reading and writing of xz compressed streams. It includes also a gxz command for compressing and decompressing data. The package is completely written in Go and doesn't have any dependency on any C code.

go-github-com-nwaples-rardecode-v2 2.2.2
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/nwaples/rardecode
Licenses: FreeBSD
Build system: go
Synopsis: Reading RAR archives in Go
Description:

This package provides a library for reading RAR archives with Golang.

go-github-com-dsnet-compress 0.0.1
Propagated dependencies: go-github-com-dsnet-golib@1.0.2 go-github-com-klauspost-compress@1.18.0 go-github-com-ulikunitz-xz@0.5.12
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/dsnet/compress
Licenses: Modified BSD
Build system: go
Synopsis: Collection of compression libraries for Golang
Description:

Package compress is a collection of compression libraries implementing Golang modules:

brotli

Implements the Brotli format, described in RFC 7932.

bzip2

Implements the BZip2 compressed data format.

flate

Implements the DEFLATE format, described in RFC 1951.

xflate

Implements the XFLATE format, an random-access extension to DEFLATE.

go-github-com-starry-s-zip 0.2.3
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/STARRY-S/zip
Licenses: Modified BSD
Build system: go
Synopsis: Go zip library
Description:

Package zip provides support for reading and writing ZIP archives.

go-github-com-roaringbitmap-roaring 2.14.4
Propagated dependencies: go-github-com-bits-and-blooms-bitset@1.24.4 go-github-com-google-uuid@1.6.0 go-github-com-mschoch-smat@0.2.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: http://roaringbitmap.org/
Licenses: ASL 2.0
Build system: go
Synopsis: Roaring bitmaps in Go
Description:

This package is an implementation of Roaring bitmaps as described at https://roaringbitmap.org/about/ in Go. Roaring bitmaps are fast compressed bitmap data structures (also called bitset). They are ideally suited to represent sets of integers over relatively small ranges.

go-github-com-blakesmith-ar 0.0.0-20190502131153-809d4375e1fb
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/blakesmith/ar
Licenses: Expat
Build system: go
Synopsis: Golang archive file reader
Description:

This package provides a Golang file reader for archive files generated with ar.

go-github-com-nwaples-rardecode 1.1.3
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/nwaples/rardecode
Licenses: FreeBSD
Build system: go
Synopsis: Reading RAR archives in Go
Description:

This package provides a library for reading RAR archives with Golang.

go-github-com-saracen-fastzip 0.1.11
Propagated dependencies: go-github-com-klauspost-compress@1.18.0 go-github-com-saracen-zipextra@0.0.0-20220303013732-0187cb0159ea go-golang-org-x-sync@0.20.0 go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/saracen/fastzip
Licenses: Expat
Build system: go
Synopsis: Zip archiver and extractor with a focus on speed
Description:

Fastzip is an opinionated Zip archiver and extractor with a focus on speed. Features:

  • archiving and extraction of files and directories can only occur within a specified directory

  • permissions, ownership (uid, gid on linux/unix) and modification times are preserved

  • buffers used for copying files are recycled to reduce allocations

  • files are archived and extracted concurrently

  • by default, github.com/klauspost/compress/flate library is used for compression and decompression

go-github-com-golang-snappy 0.0.4
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/golang/snappy
Licenses: Modified BSD
Build system: go
Synopsis: Snappy compression format in the Go programming language
Description:

This package provides a Go implementation of the Snappy compression format.

go-github-com-mholt-archives 0.1.5
Propagated dependencies: go-github-com-andybalholm-brotli@1.1.0 go-github-com-bodgit-sevenzip@1.6.1 go-github-com-dsnet-compress@0.0.1 go-github-com-klauspost-compress@1.18.0 go-github-com-klauspost-pgzip@1.2.6 go-github-com-mikelolasagasti-xz@1.0.1 go-github-com-minio-minlz@1.0.1 go-github-com-nwaples-rardecode-v2@2.2.2 go-github-com-pierrec-lz4-v4@4.1.21 go-github-com-sorairolake-lzip-go@0.3.8 go-github-com-starry-s-zip@0.2.3 go-github-com-ulikunitz-xz@0.5.12 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/mholt/archives
Licenses: Expat
Build system: go
Synopsis: Multi type library to work with archives for Go
Description:

This package provides a multi-format Go library for working with archives and compression formats with a unified API and as virtual file systems compatible with io/fs.

go-github-com-roaringbitmap-roaring-v2 2.18.2
Propagated dependencies: go-github-com-bits-and-blooms-bitset@1.24.4 go-github-com-google-uuid@1.6.0 go-github-com-mschoch-smat@0.2.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: http://roaringbitmap.org/
Licenses: ASL 2.0
Build system: go
Synopsis: Roaring bitmaps in Go
Description:

This package is an implementation of Roaring bitmaps as described at https://roaringbitmap.org/about/ in Go. Roaring bitmaps are fast compressed bitmap data structures (also called bitset). They are ideally suited to represent sets of integers over relatively small ranges.

go-github-com-hhrutter-lzw 1.0.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/hhrutter/lzw
Licenses: Modified BSD
Build system: go
Synopsis: Extended version of @code{compress/lzw}
Description:

This package provides an enhanced version of the compress/lzw library included in the stdlib, and supports GIF, TIFF and PDF.

go-lz4c 4.1.21
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/pierrec/lz4
Licenses: Modified BSD
Build system: go
Synopsis: LZ4 compression in pure Go
Description:

lz4 provides a streaming interface to LZ4 data streams as well as low level compress and uncompress functions for LZ4 data blocks. The implementation is based on the reference C one. This package provides an additional command line interface tool to compress and decompress LZ4 files.

go-github-com-google-rpmpack 0.7.1
Propagated dependencies: go-github-com-cavaliergopher-cpio@1.0.1 go-github-com-klauspost-compress@1.18.0 go-github-com-klauspost-pgzip@1.2.6 go-github-com-ulikunitz-xz@0.5.12
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/google/rpmpack
Licenses: ASL 2.0
Build system: go
Synopsis: Pack files to rpm files
Description:

Package rpmpack packs files to rpm files. It is designed to be simple to use and deploy, not requiring any filesystem access to create rpm files.

go-github-com-andybalholm-brotli 1.1.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/andybalholm/brotli
Licenses: Expat
Build system: go
Synopsis: Pure Go Brotli encoder and decoder
Description:

This package is a brotli compressor and decompressor implemented in Go. It was translated from the reference implementation (https://github.com/google/brotli) with the c2go tool at https://github.com/andybalholm/c2go.

Total packages: 72465