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

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-a1ex3-zstd-seekable-format-go-pkg 0.0.0-0.eb2f95f
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-google-btree@1.1.3 go-golang-org-x-sync@0.20.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/a1ex3/zstd-seekable-format-go
Licenses: Expat
Build system: go
Synopsis: Seekable ZSTD compression format implemented in Golang
Description:

This packages provides a seekable ZSTD compression format implemented in Golang. It is a random access reader (using uncompressed file offsets) for ZSTD-compressed streams. This can be used for creating transparent compression layers. Coupled with Content Defined Chunking (CDC) it can also be used as a robust de-duplication layer. It is an alternative fork of https://github.com/SaveTheRbtz/zstd-seekable-format-go.

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.

go-github-com-sassoftware-go-rpmutils 0.4.0
Propagated dependencies: go-github-com-datadog-zstd@1.5.7 go-github-com-klauspost-compress@1.18.0 go-github-com-protonmail-go-crypto@1.3.0-0.a8cc4f0 go-github-com-ulikunitz-xz@0.5.12 go-github-com-xi2-xz@0.0.0-20171230120015-48954b6210f8 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/sassoftware/go-rpmutils
Licenses: ASL 2.0
Build system: go
Synopsis: Parse RPM packages in Golang
Description:

This package provides some Golang interfaces for handling RPM packages, such extracting RPM header and CPIO content.

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-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-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-arc 3.5.1
Propagated dependencies: go-github-com-andybalholm-brotli@1.1.0 go-github-com-dsnet-compress@0.0.1 go-github-com-golang-snappy@0.0.4 go-github-com-klauspost-compress@1.18.0 go-github-com-klauspost-pgzip@1.2.6 go-github-com-nwaples-rardecode@1.1.3 go-github-com-pierrec-lz4-v4@4.1.21 go-github-com-ulikunitz-xz@0.5.12 go-github-com-xi2-xz@0.0.0-20171230120015-48954b6210f8
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/mholt/archiver
Licenses: Expat
Build system: go
Synopsis: Multi format archiver Golang library and CLI command
Description:

Package archiver facilitates convenient, cross-platform, high-level archival and compression operations for a variety of formats and compression algorithms.

Features:

  • stream-oriented APIs

  • automatically identify archive and compression formats

  • traverse directories, archive files, and any other file uniformly as io/fs file systems

  • compress and decompress files

  • create and extract archive files

  • walk or traverse into archive files

  • extract only specific files from archives

  • insert (append) into .tar and .zip archives

  • read from password-protected 7-Zip files

  • numerous archive and compression formats supported

  • extensible (add more formats just by registering them)

  • cross-platform, static binary

  • pure Golang (no cgo)

  • multithreaded Gzip

  • adjust compression levels

  • automatically add compressed files to zip archives without re-compressing

  • open password-protected rar archives

Supported compression formats:

  • brotli (.br)

  • bzip2 (.bz2)

  • flate (.zip)

  • gzip (.gz)

  • lz4 (.lz4)

  • lzip (.lz)

  • snappy (.sz)

  • xz (.xz)

  • zlib (.zz)

  • zstandard (.zst)

Supported archive formats:

  • .zip

  • .tar (including any compressed variants like .tar.gz)

  • .rar (read-only)

  • .7z (read-only)

This package provides an command line interface (CLI) tool.

go-code-forgejo-org-forgejo-go-rpmutils 1.0.0
Propagated dependencies: go-github-com-protonmail-go-crypto@1.3.0-0.a8cc4f0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://code.forgejo.org/forgejo/go-rpmutils
Licenses: ASL 2.0
Build system: go
Synopsis: Go RPM Utils
Description:

go-rpmutils is a Golang library for parsing RPM file archives. It's a slimmed version of go-rpmutils.

go-github-com-klauspost-pgzip 1.2.6
Propagated dependencies: go-github-com-klauspost-compress@1.18.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/klauspost/pgzip
Licenses: Modified BSD Expat
Build system: go
Synopsis: Parallel (de)compression of gzip files in Go
Description:

This package implements parallel gzip compression and decompression in Golang and is fully compatible with compress/gzip from the standard library. This is beneficial for large amounts of data, say more than 1MB at a time, as otherwise the internal gzip library will likely be faster.

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-github-com-mikelolasagasti-xz 1.0.1
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/mikelolasagasti/xz
Licenses: Zero-Clause BSD
Build system: go
Synopsis: Native Go XZ decompression package
Description:

Package xz implements XZ decompression natively in Go.

go-github-com-buengese-sgzip 0.1.1
Propagated dependencies: go-github-com-klauspost-compress@1.18.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/buengese/sgzip
Licenses: Modified BSD Expat
Build system: go
Synopsis: Gzip implementation that allows seeking in the compressed file
Description:

This package implements a seekable version of gzip-format compressed files, compliant with RFC 1952. This implementation allows seeking in the compressed file. In normal gzip files that can only be achieved by decompressing from the start and discarding all data until the selected offset. This gzip implementation works around this by creating a special metadata file that maps uncompressed blocks to compressed blocks allowing it to only read the compressed blocks required.

go-github-com-pierrec-lz4-v4 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.

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-savetherbtz-zstd-seekable-format-go-pkg 0.10.0
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-klauspost-compress@1.18.0 go-golang-org-x-sync@0.20.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/SaveTheRbtz/zstd-seekable-format-go
Licenses: Expat
Build system: go
Synopsis: Writes and reads streams using the Zstandard seekable format
Description:

A seekable stream is a valid Zstandard stream made from one or more compressed frames followed by a final skippable frame containing a seek table. Standard Zstandard decoders can read the stream from the beginning, while Reader uses the seek table to serve Read, ReadAt, and Seek calls by uncompressed byte offset and exposes the parsed metadata through Reader.SeekTable.

The package accepts small encoder and decoder interfaces and is tested with github.com/klauspost/compress/zstd.

go-github-com-datadog-zstd 1.5.7
Propagated dependencies: pkg-config@0.29.2 zstd@1.5.6
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/DataDog/zstd
Licenses: Modified BSD
Build system: go
Synopsis: Zstd Golang wrapper
Description:

This package provides a Go wrapper to zstd C library.

go-github-com-cavaliergopher-cpio 1.0.1
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/cavaliergopher/cpio
Licenses: Modified BSD
Build system: go
Synopsis: Readers and writers for CPIO archives
Description:

This package provides readers and writers for CPIO archives. Currently, only the SVR4 (New ASCII) format is supported, both with and without checksums.

go-github-com-anchore-go-lzo 0.1.0
Propagated dependencies: lzo@2.10
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/anchore/go-lzo
Licenses: Expat
Build system: go
Synopsis: LZO1X decompression library written in Go
Description:

This package provides an implementation of the LZO1X decompression algorithm in Go. The implementation is derived from the Linux kernel documentation for the LZO stream format and the implementation from lzokay project (MIT licensed). It includes a Reader for streaming decompressed data and a standalone Decompress function for use with byte slices.

go-github-com-bramvdbogaerde-go-scp 1.6.0
Propagated dependencies: go-golang-org-x-crypto@0.50.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/bramvdbogaerde/go-scp
Licenses: MPL 2.0
Build system: go
Synopsis: Golang scp client
Description:

This package is a simple scp package to copy files over SSH.

go-github-com-smallstep-pkcs7 0.2.1
Propagated dependencies: go-golang-org-x-crypto@0.50.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/smallstep/pkcs7
Licenses: Expat
Build system: go
Synopsis: Subset of PKCS #7 / Cryptographic Message Syntax implemented in Golang
Description:

This package implements a subset of PKCS #7 / Cryptographic Message Syntax (RFC 2315, RFC 5652).

go-github-com-letsencrypt-pkcs11key-v4 4.0.0
Propagated dependencies: go-github-com-miekg-pkcs11@1.1.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/letsencrypt/pkcs11key
Licenses: FreeBSD
Build system: go
Synopsis: Interface to PKCS#11 devices for Golang
Description:

This package implements crypto.Signer for PKCS #11 private keys.

go-ejson 1.5.4
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/Shopify/ejson
Licenses: Expat
Build system: go
Synopsis: Library to manage encrypted secrets using asymmetric encryption
Description:

ejson is a utility (CLI and Go library) for managing a collection of secrets in source control.

The secrets are encrypted using public key, elliptic curve cryptography (NaCl Box: Curve25519 + Salsa20 + Poly1305-AES). Secrets are collected in a JSON file, in which all the string values are encrypted. Public keys are embedded in the file, and the decrypter looks up the corresponding private key from its local filesystem.

go-github-com-containers-ocicrypt 1.2.1
Propagated dependencies: go-github-com-go-jose-go-jose-v4@4.0.5 go-github-com-golang-protobuf@1.5.4 go-github-com-miekg-pkcs11@1.1.1 go-github-com-opencontainers-go-digest@1.0.0 go-github-com-opencontainers-image-spec@1.1.0 go-github-com-sirupsen-logrus@1.9.3 go-github-com-smallstep-pkcs7@0.2.1 go-github-com-stefanberger-go-pkcs11uri@0.0.0-20230803200340-78284954bff6 go-golang-org-x-crypto@0.50.0 go-golang-org-x-term@0.42.0 go-google-golang-org-grpc@1.69.2 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/containers/ocicrypt
Licenses: ASL 2.0
Build system: go
Synopsis: Encryption libraries for Encrypted OCI Container images
Description:

The ocicrypt library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the OCI repository. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.

go-github-com-zmap-zlint-v3 3.6.8
Propagated dependencies: go-github-com-pelletier-go-toml@1.9.5 go-github-com-sirupsen-logrus@1.9.3 go-github-com-zmap-zcrypto@0.0.0-20260309174858-0e3c42de5a13 go-golang-org-x-crypto@0.50.0 go-golang-org-x-net@0.53.0 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/zmap/zlint
Licenses: ASL 2.0
Build system: go
Synopsis: X.509 Certificate Linter
Description:

ZLint is a X.509 certificate linter that checks for consistency with standards (e.g. RFC 5280) and other relevant PKI requirements (e.g. CA/Browser Forum Baseline Requirements).

Total packages: 32521