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

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.


zfs 2.4.3
Dependencies: coreutils-minimal@9.1 eudev@3.2.14 gawk@5.3.0 grep@3.11 kmod@29 libaio@0.3.113 libtirpc@1.3.1 nfs-utils@2.4.3 openssl@3.5.5 python@3.12.12 python-cffi@1.17.1 sed@4.9 util-linux@2.40.4 util-linux@2.40.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://zfsonlinux.org/
Licenses: CDDL 1.0
Build system: linux-module
Synopsis: OpenZFS on Linux
Description:

OpenZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community.

autofs 5.1.9
Dependencies: cyrus-sasl@2.1.28 e2fsprogs@1.47.2 libtirpc@1.3.1 libxml2@2.14.6 mit-krb5@1.21 nfs-utils@2.4.3 openldap@2.6.10 openssl@3.5.5 sssd@2.13.0 util-linux@2.40.4
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://www.kernel.org/pub/linux/daemons/autofs/
Licenses: Modified BSD GPL 2+
Build system: gnu
Synopsis: Kernel-based automounter for Linux
Description:

Autofs is a kernel-based automounter for use with the Linux autofs4 module. It automatically mounts selected file systems when they are used and unmounts them after a set period of inactivity. This provides centrally-managed, consistent file names for users and applications, even in a large and/or frequently changing (network) environment.

bcachefs-static 1.37.4
Dependencies: bcachefs-tools-minimal-static@1.37.4
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://bcachefs.org/
Licenses: GPL 2+
Build system: trivial
Synopsis: Statically-linked bcachefs command from bcachefs-tools
Description:

This package provides the statically-linked bcachefs from a minimal bcachefs-tools package. It is meant to be used in initrds.

bees 0.10
Dependencies: btrfs-progs@7.0 cityhash@1.1-2.8af9b8c util-linux@2.40.4
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/Zygo/bees
Licenses: GPL 3+ Zlib GPL 2
Build system: gnu
Synopsis: Deduplication agent for btrfs file systems
Description:

BEES is a block-oriented, user-space deduplication agent designed for large btrfs file systems. It combines off-line data deduplication with incremental scanning to minimize the time your data spend on disk between being written and being deduplicated.

sirikali 1.8.4
Dependencies: xdg-utils@1.2.1 libpwquality@1.4.5 libgcrypt@1.11.0 libsecret@0.21.7 qtwayland@6.9.2
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://mhogomchungu.github.io/sirikali/
Licenses: GPL 3+
Build system: qt
Synopsis: GUI front end to file system encryption utilities
Description:

SiriKali is a Qt/C++ GUI application for managing encrypted folders. It supports various backends, including eCryptfs, CryFS, EncFS, gocryptfs, fscrypt, securefs, SSHFS, and Cryptomator.

mergerfs 2.33.5
Dependencies: bash-minimal@5.2.37 util-linux@2.40.4
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/trapexit/mergerfs
Licenses: ISC GPL 2 LGPL 2.0
Build system: gnu
Synopsis: Featureful union file system
Description:

mergerfs is a union file system geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.

exfat-utils 1.4.0
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/relan/exfat
Licenses: GPL 2+
Build system: gnu
Synopsis: Utilities to manipulate exFAT file systems
Description:

This package provides an implementation of the exFAT file system, including command-line tools to validate exFAT file systems and to create new ones.

gocryptfs 2.6.1
Dependencies: fuse@3.18.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/rfjakob/gocryptfs
Licenses: Expat
Build system: go
Synopsis: Encrypted overlay filesystem
Description:

Gocryptfs is an encrypted overlay filesystem written in Go. It features a file-based encryption that is implemented as a mountable FUSE filesystem.

Gocryptfs was inspired by EncFS and strives to fix its security issues while providing good performance. Gocryptfs is as fast as EncFS in the default mode and significantly faster than paranoia mode in EncFS, which provides a security level comparable to Gocryptfs.

On CPUs without AES-NI, gocryptfs uses OpenSSL through a thin wrapper called stupidgcm. This provides a 4x speedup compared to Go's builtin AES-GCM implementation.

fscrypt 0.3.5
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/google/fscrypt
Licenses: ASL 2.0
Build system: go
Synopsis: Go tool for managing Linux filesystem encryption
Description:

fscrypt is a high-level tool for the management of Linux native filesystem encryption. It manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories.

watcher 0.13.8
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/e-dant/watcher
Licenses: Expat
Build system: cmake
Synopsis: File system watcher program and library
Description:

Watcher may be used as a library or a program that can be used to efficiently watch a file system for changes. This package provides the following components:

include/wtr/watcher.hpp

C++ header library

watcher-c

C shared and static library

wtr.watcher

Command-line interface (CLI)

tw

Minimal, more human-readable CLI variant

tmsu 0.7.5-0.0bf4b80
Dependencies: go-github-com-mattn-go-sqlite3@1.14.34 go-github-com-hanwen-go-fuse@1.0.0 go-golang-org-x-crypto@0.50.0 sqlite@3.39.3
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/oniony/TMSU
Licenses: GPL 3+
Build system: go
Synopsis: Tag files and access them through a virtual file system
Description:

TMSU is a tool for tagging your files. It provides a simple command-line utility for applying tags and a virtual file system to give you a tag-based view of your files from any other program. TMSU does not alter your files in any way: they remain unchanged on disk, or on the network, wherever your put them. TMSU maintains its own database and you simply gain an additional view, which you can mount where you like, based upon the tags you set up.

mergerfs-tools 0.0.0-3.3b6fe00
Dependencies: python@3.12.12 python-xattr@1.2.0 rsync@3.4.4
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/trapexit/mergerfs-tools
Licenses: ISC
Build system: copy
Synopsis: Tools to help manage data in a mergerfs pool
Description:

mergerfs-tools is a suite of programs that can audit permissions and ownership of files and directories on a mergerfs volume, duplicates files and directories across branches in its pool, find and remove duplicate files, balance pool drives, consolidate files in a single mergerfs directory onto a single drive and create FreeDesktop.org Trash specification compatible directories.

exfatprogs 1.2.9
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/exfatprogs/exfatprogs
Licenses: GPL 2+
Build system: gnu
Synopsis: Tools to create, check, and repair exFAT file systems
Description:

These are command-line user space tools for the exFAT file systems. Included are mkfs.exfat to create (format) new exFAT file systems, and fsck.exfat to check their consistency and repair them.

file 5.46
Channel: guix
Location: gnu/packages/file.scm (gnu packages file)
Home page: https://www.darwinsys.com/file/
Licenses: FreeBSD
Build system: gnu
Synopsis: File type guesser
Description:

The file command is a file type guesser, a command-line tool that tells you in words what kind of data a file contains. It does not rely on filename extensions to tell you the type of a file, but looks at the actual contents of the file. This package provides the libmagic library.

libofx 0.10.9
Dependencies: curl@8.6.0 libxml++@5.6.0 opensp@1.5.2
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: http://libofx.sourceforge.net/
Licenses: GPL 2+
Build system: gnu
Synopsis: Library supporting the Open Financial Exchange format
Description:

The LibOFX library is an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions. The following three utilities are included with the library:

  1. ofxdump

  2. ofx2qif

  3. ofxconnect

trezor-gpg-pinentry-tk 0.0.10
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/rendaw/trezor-gpg-pinentry-tk
Licenses: FreeBSD
Build system: pyproject
Synopsis: GPG pinentry program for use with @code{trezor-agent}
Description:

This package provides a GPG pinentry program for use with trezor-agent, or for people with number-only PINs. It displays a grid of unlabeled buttons and supports configurable keyboard settings.

keepkey-agent 0.9.0
Dependencies: python-keepkey@7.2.1 python-packaging@25.0 python-trezor-agent@0.15.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/romanz/trezor-agent
Licenses: LGPL 3
Build system: pyproject
Synopsis: KeepKey as hardware SSH/GPG agent
Description:

This package allows using KeepKey as a hardware SSH/GPG agent.

ghc-hledger 1.43.2
Dependencies: ghc-decimal@0.5.2 ghc-diff@1.0.2 ghc-aeson@2.2.3.0 ghc-ansi-terminal@1.1.3 ghc-cmdargs@0.10.22 ghc-data-default@0.8.0.1 ghc-extra@1.8 ghc-githash@0.1.7.0 ghc-hashable@1.5.0.0 ghc-hledger-lib@1.43.2 ghc-http-client@0.7.19 ghc-http-types@0.12.4 ghc-lucid@2.11.20250303 ghc-math-functions@0.3.4.4 ghc-megaparsec@9.7.0 ghc-microlens@0.4.14.0 ghc-modern-uri@0.3.6.1 ghc-regex-tdfa@1.3.2.4 ghc-req@3.13.4 ghc-safe@0.3.21 ghc-shakespeare@2.1.0.1 ghc-split@0.2.5 ghc-tabular@0.2.2.8 ghc-tasty@1.5.3 ghc-temporary@1.3 ghc-text-ansi@0.3.0.1 ghc-timeit@2.0 ghc-unordered-containers@0.2.20 ghc-utf8-string@1.0.2 ghc-utility-ht@0.0.17.2 ghc-wizards@1.0.3
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: http://hledger.org
Licenses: GPL 3
Build system: haskell
Synopsis: Command-line interface for the hledger accounting system
Description:

The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing financial transactions and produce useful reports.

hledger is a robust, cross-platform set of tools for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format, with command-line, terminal and web interfaces. It is a Haskell rewrite of Ledger, and one of the leading implementations of Plain Text Accounting.

trezord-udev-rules 0.0.0-0.bff7fdf
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/trezor/trezor-common
Licenses: LGPL 3+
Build system: copy
Synopsis: Udev rules for trezord
Description:

This contains the udev rules for trezord. This will let a user run trezord as a regular user instead of needing to it run as root.

python-duniterpy 1.2.1
Propagated dependencies: python-base58@2.1.1 python-graphql-core@3.2.7 python-jsonschema@4.23.0 python-libnacl@2.1.0 python-mnemonic@0.21 python-pyaes@1.6.1 python-pypeg2@2.15.2 python-websocket-client@1.8.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://git.duniter.org/clients/python/duniterpy
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python implementation of Duniter API
Description:

duniterpy is an implementation of duniter API. Its main features are:

  • Support Duniter's Basic Merkle API and protocol

  • Asynchronous/synchronous without threads

  • Support HTTP, HTTPS and Web Socket transport for Basic Merkle API

  • Support Elasticsearch Duniter4j API

  • Duniter signing key

  • Sign/verify and encrypt/decrypt messages with the Duniter credentials

beanquery 0.2.0
Propagated dependencies: beancount@3.2.3 python-click@8.3.1 python-dateutil@2.9.0 python-tatsu@5.13.2
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/beancount/beanquery
Licenses: GPL 2
Build system: pyproject
Synopsis: Interactive interpreter for the Beancount Query Language
Description:

A specialized SQL-like query client for Beancount ledger files. It can run interactively or in batch mode. By providing a specialized query engine that takes advantage of the structure of double-entry transactions, it can easily generate custom reports specific to accounting purposes.

ledger-agent 0.9.0
Dependencies: python-ledgerblue@0.1.54 python-trezor-agent@0.15.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/romanz/trezor-agent
Licenses: LGPL 3
Build system: pyproject
Synopsis: Ledger as hardware SSH/GPG agent
Description:

This package allows using Ledger as hardware SSH/GPG agent.

python-trezor 0.20.0
Propagated dependencies: python-click@8.3.1 python-construct@2.10.70-1.c1171b1 python-construct-classes@0.1.2 python-cryptography@44.0.0 python-keyring@25.7.0 python-libusb1@3.0.0 python-mnemonic@0.21 python-noiseprotocol@0.3.1 python-platformdirs@4.3.6 python-requests@2.32.5 python-shamir-mnemonic@0.3.0 python-slip10@1.1.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/trezor/python-trezor
Licenses: LGPL 3
Build system: pyproject
Synopsis: Python library for communicating with TREZOR Hardware Wallet
Description:

trezor is a Python library for communicating with TREZOR Hardware Wallet.

Total packages: 32521