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

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.


disorderfs 0.6.0
Dependencies: fuse@2.9.9 attr@2.5.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://salsa.debian.org/reproducible-builds/disorderfs
Licenses: GPL 3+
Build system: gnu
Synopsis: FUSE file system that introduces non-determinism
Description:

An overlay FUSE file system that introduces non-determinism into file system metadata. For example, it can randomize the order in which directory entries are read. This is useful for detecting non-determinism in the build process.

httpfs2 0.1.5
Dependencies: fuse@2.9.9 gnutls@3.8.3
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://sourceforge.net/projects/httpfs/
Licenses: GPL 2+
Build system: gnu
Synopsis: Mount remote files over HTTP
Description:

httpfs2 is a fuse file system for mounting any HyperText (HTTP or HTTPS) URL. It uses HTTP/1.1 byte ranges to request arbitrary bytes from the web server, without needing to download the entire file. This is particularly useful with large archives such as ZIP files and ISO images when you only need to inspect their contents or extract specific files. Since the HTTP protocol itself has no notion of directories, only a single file can be mounted.

fscryptctl 1.2.0
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/google/fscryptctl
Licenses: ASL 2.0
Build system: gnu
Synopsis: Small C tool for Linux filesystem encryption
Description:

fscryptctl is a low-level tool written in C that handles raw keys and manages policies for Linux filesystem encryption, specifically the fscrypt kernel interface which is supported by the ext4, f2fs, UBIFS, and CephFS filesystems.

snapper 0.12.1
Dependencies: btrfs-progs@6.16 e2fsprogs@1.47.2 util-linux@2.40.4 linux-pam@1.5.2 dbus@1.15.8 libxml2@2.14.6 json-c@0.18 acl@2.3.1 boost@1.83.0 ncurses-with-tinfo@6.2.20210619 libxslt@1.1.43 docbook-xsl@1.79.2-0.fe16c90 gettext-minimal@0.23.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://snapper.io
Licenses: GPL 2
Build system: gnu
Synopsis: Manage Btrfs file system snapshots and allow roll-backs
Description:

This package provides Snapper, a tool that helps with managing snapshots of Btrfs subvolumes and thin-provisioned LVM volumes. It can create and compare snapshots, revert differences between them, and supports automatic snapshots timelines.

avfs 1.1.5
Dependencies: xz@5.4.5 fuse@2.9.9
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://avf.sourceforge.net
Licenses: GPL 2+
Build system: gnu
Synopsis: Virtual file system that allows browsing of compressed files
Description:

AVFS is a FUSE-based filesystem that allows browsing of compressed files. It provides the mountavfs command that starts a small avfsd daemon. When a specially formatted path under ~/.avfs is accessed, the daemon provides listings and content access on the fly. The canonical form of virtual file name is:

[basepath]#handler[options][:parameters][/internalpath]

Example file names:

  • ~/.avfs/home/user/archive.tar.gz#ugz#utar/path/file

  • ~/.avfs/#http:localhost|some|path

emacs-dired-hacks has dired-avfs module which enables seamless integration with avfs.

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.

udftools 2.3
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/pali/udftools
Licenses: GPL 2+
Build system: gnu
Synopsis: Tools to manage UDF file systems and DVD/CD-R(W) drives
Description:

udftools is a set of programs for reading and modifying UDF file systems. UDF is a file system mostly used for DVDs and other optical media. It supports read-only media (DVD/CD-R) and rewritable media that wears out (DVD/CD-RW).

bindfs 1.17.4
Dependencies: fuse@2.9.9
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://bindfs.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Bind mount a directory and alter permission bits
Description:

bindfs is a FUSE file system for mounting a directory to another location, similar to mount --bind. It can be used for:

  • Making a directory read-only.

  • Making all executables non-executable.

  • Sharing a directory with a list of users (or groups).

  • Modifying permission bits using rules with chmod-like syntax.

  • Changing the permissions with which files are created.

fstransform 0.9.4
Dependencies: e2fsprogs@1.47.2
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/cosmos72/fstransform
Licenses: GPL 2 GPL 3+
Build system: gnu
Synopsis: Convert file system types in place without copying all data
Description:

This package provides several command-line tools to transform a supported file system, such as XFS, into one of a different supported type, such as ext4. All existing file contents, names, and directories are preserved.

The conversion happens in place, without the need to create a complete copy of the original data. This lets you transform almost full file systems on systems where adding (sufficient) additional storage space is not an option.

Do not use this package when you could simply create an empty file system from scratch and restore from a back-up. Transformation is limited, slow, and significantly increases the risk of irreversible data loss!

libeatmydata 131
Dependencies: coreutils@9.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://www.flamingspork.com/projects/libeatmydata/
Licenses: GPL 3+
Build system: gnu
Synopsis: Transparently ignore calls to synchronize data safely to disk
Description:

Libeatmydata transparently disables most ways a program might force data to be written to the file system, such as fsync() or open(O_SYNC).

Such synchronisation calls provide important data integrity guarantees but are expensive to perform and can significantly slow down software that (over)uses them.

This price is worth paying if you care about the files being modified---which is typically the case---or when manipulating important components of your system. Please, do not use something called ``eat my data'' in such cases!

However, it does not make sense to accept this performance hit if the data is unimportant and you can afford to lose all of it in the event of a crash, for example when running a software test suite. Adding libeatmydata.so to the LD_PRELOAD environment of such tasks will override all C library data synchronisation functions with custom no-op ones that do nothing and immediately return success.

A simple eatmydata script is included that does this for you.

bcachefs-tools 1.11.0
Dependencies: clang@13.0.1 eudev@3.2.14 keyutils@1.6.3 libaio@0.3.113 libscrypt@1.22 libsodium@1.0.18 liburcu@0.14.1 util-linux@2.40.4 lz4@1.10.0 zlib@1.3.1 zstd@1.5.6 fuse@3.10.5
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://bcachefs.org/
Licenses: GPL 2+
Build system: cargo
Synopsis: Tools to create and manage bcachefs file systems
Description:

This package provides the bcachefs command-line tool with many subcommands for creating, checking, and otherwise managing bcachefs file systems. Traditional aliases like mkfs.bcachefs are also included.

Bcachefs is a CoW file system supporting native encryption, compression, snapshots, and (meta)data checksums. It can use multiple block devices for replication and/or performance, similar to RAID.

In addition, bcachefs provides all the functionality of bcache, a block-layer caching system, and lets you assign different roles to each device based on its performance and other characteristics.

jfs_fsck-static 1.1.15
Dependencies: jfsutils-static@1.1.15
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://jfs.sourceforge.net/home.html
Licenses: GPL 3+
Build system: trivial
Synopsis: Statically-linked jfs_fsck command from jfsutils
Description:

This package provides statically-linked jfs_fsck command taken from the jfsutils package. It is meant to be used in initrds.

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.

ledger 3.4.1
Dependencies: boost@1.83.0 gmp@6.3.0 libedit@20191231-3.1 mpfr@4.2.2 python@3.11.14 utfcpp@3.2.5
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://ledger-cli.org/
Licenses: Modified BSD ASL 2.0 non-copyleft
Build system: cmake
Synopsis: Command-line double-entry accounting program
Description:

Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line. This may put off some users, since there is no flashy UI, but for those who want unparalleled reporting access to their data there are few alternatives.

Ledger uses text files for input. It reads the files and generates reports; there is no other database or stored state. To use Ledger, you create a file of your account names and transactions, run from the command line with some options to specify input and requested reports, and get output. The output is generally plain text, though you could generate a graph or html instead. Ledger is simple in concept, surprisingly rich in ability, and easy to use.

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.

libofx 0.10.9
Dependencies: curl@8.6.0 libxml++@5.4.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

opentaxsolver 2023_21.03
Dependencies: gtk+@2.24.33
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://opentaxsolver.sourceforge.net/
Licenses: GPL 2+
Build system: glib-or-gtk
Synopsis: Yearly tax preparation tool
Description:

OpenTaxSolver is a program for calculating tax form entries for federal and state personal income taxes. It automatically fills out and prints your forms for mailing.

python-keepkey 6.0.3
Propagated dependencies: python-ecdsa@0.19.0 python-hidapi@0.14.0.post2 python-libusb1@3.0.0 python-mnemonic@0.21 python-protobuf@3.20.3
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/keepkey/python-keepkey
Licenses: LGPL 3
Build system: python
Synopsis: Python library for communicating with KeepKey Hardware Wallet
Description:

keepkey is a Python library for communicating with the KeepKey Hardware Wallet.

python-electrum-ecc 0.0.5
Dependencies: libsecp256k1@0.7.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/spesmilo/electrum-ecc
Licenses: Expat
Build system: pyproject
Synopsis: Pure python ctypes wrapper for libsecp256k1
Description:

This package provides a pure Python ctypes wrapper for libsecp256k1.

emacs-beancount 0.9.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/beancount/beancount-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs mode for Beancount
Description:

Emacs-beancount is an Emacs mode for the Beancount accounting tool.

electron-cash 4.4.1
Dependencies: bash-minimal@5.2.37 libevent@2.1.12 libsecp256k1-bitcoin-cash@0.22.1 openssl@3.0.8 python-cython@3.1.2 python-dateutil@2.9.0 python-dnspython@2.7.0 python-ecdsa@0.19.0 python-hidapi@0.14.0.post2 python-jsonrpclib-pelix@0.3.2 python-keepkey@6.0.3 python-pathvalidate@2.4.1 python-protobuf@3.20.3 python-pyaes@1.6.1 python-pyqt@5.15.11 python-pysocks@1.7.1 python-qdarkstyle@3.2.3 python-qrcode@8.2 python-requests@2.32.5 python-stem@1.8.2 python-trezor@0.13.7 qtsvg@5.15.17 zlib@1.3.1
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://electroncash.org/
Licenses: Expat
Build system: python
Synopsis: Bitcoin Cash wallet
Description:

Electroncash is a lightweight Bitcoin Cash client, based on a client-server protocol. It supports Simple Payment Verification (SPV) and deterministic key generation from a seed. Your secret keys are encrypted and are never sent to other machines/servers. Electroncash does not download the Bitcoin Cash blockchain.

kitsas 5.9
Dependencies: libzip@1.9.2 qtsvg@6.9.2 qtwebengine@6.9.3 qt5compat@6.9.2
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://kitsas.fi
Licenses: GPL 3+
Build system: qt
Synopsis: Finnish bookkeeping software for small organisations
Description:

Kitsas is a Finnish accounting program with the following goals and features:

  • Ease of use

  • Digital management of documents

  • Creating a digital archive

  • Built-in invoicing

  • Creating reports.

python-mnemonic 0.21
Propagated dependencies: python-pbkdf2@1.3
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/trezor/python-mnemonic
Licenses: Expat
Build system: pyproject
Synopsis: Implementation of Bitcoin BIP-0039
Description:

mnemonic is a library that provides an implementation of Bitcoin BIP-0039.

Total packages: 69240