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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
GPhotoFS is a FUSE file system module to mount your camera as a file system on Linux. This allow using your camera with any tool able to read from a mounted file system.
APFS-FUSE is a read-only FUSE driver for the Apple File System (APFS). It is currently in an experimental state — it may not be able to read all files, and it does not support all the compression methods in APFS.
This package provides the statically-linked bcachefs from a minimal bcachefs-tools package. It is meant to be used in initrds.
This is a file system client based on the FTP File Transfer Protocol.
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.
LIBNFS is a client library for accessing NFS shares over a network. LIBNFS offers three different APIs, for different use :
RAW, a fully asynchronous low level RPC library for NFS protocols. This API provides very flexible and precise control of the RPC issued.
NFS ASYNC, a fully asynchronous library for high level vfs functions
NFS SYNC, a synchronous library for high level vfs functions.
FSArchiver saves the contents of a file system to a compressed archive file, and restores it to a different file system and/or partition. This partition can be of a different size than the original and FSArchiver will create a new file system if none exists.
All standard file attributes supported by the kernel are preserved, including file permissions, timestamps, symbolic and hard links, and extended attributes.
Each file in the archive is protected by a checksum. If part of the archive is corrupted you'll lose the affected file(s) but not the whole back-up.
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.
NILFS is a log-structured file system supporting versioning of the entire file system and continuous snapshotting, which allows users to even restore files mistakenly overwritten or destroyed just a few seconds ago.
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 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.
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.
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.
This package allows using Trezor as a hardware SSH/GPG agent.
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:
ofxdumpofx2qifofxconnect
Fava is a web interface for the double-entry bookkeeping software Beancount with a focus on features and usability.
This major mode for Emacs enables writing and managing hledger journal files. It generates some useful reports along with some financial ratios that can help you keep a check on your financial health for users of the plaintext accounting system hledger.
Monero is a secure, private, untraceable currency. This package provides the Monero command line client and daemon.
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.
Beancount is a double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a web interface.
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.
This package is a fork of aionostr that does not require Coincurve.
This package provides a python reference implementation for Bech32 and segwit addresses.
This package allows using KeepKey as a hardware SSH/GPG agent.