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.
PMIx is an application programming interface standard that provides libraries and programming models with portable and well-defined access to commonly needed services in distributed and parallel computing systems.
schwimmbad provides a uniform interface to parallel processing pools and enables switching easily between local development (e.g., serial processing or with multiprocessing) and deployment on a cluster or supercomputer (via, e.g., MPI or JobLib).
SLURM is a fault-tolerant and highly scalable cluster management and job scheduling system for large and small clusters. It allocates access to resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.
The pthreadpool library implements an efficient and portable thread pool, similar to those implemented by OpenMP run-time support libraries for constructs such as #pragma omp parallel for, with additional features.
SLURM is a fault-tolerant and highly scalable cluster management and job scheduling system for large and small clusters. It allocates access to resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.
The cpuinfo library provides a C/C++ and a command-line interface to obtain information about the CPU being used: supported instruction set, processor name, cache information, and topology information.
SLURM is a fault-tolerant and highly scalable cluster management and job scheduling system for large and small clusters. It allocates access to resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.
SLURM is a fault-tolerant and highly scalable cluster management and job scheduling system for large and small clusters. It allocates access to resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.
This package provides p2c, a program to convert Pascal source code to C source code, and p2cc, a compiler for Pascal programs.
This package provides an integrated development environment for Pascal.
Free Pascal is a professional Object Pascal compiler. It supports the Turbo Pascal 7.0, Delphi, and Mac Pascal dialects. Free Pascal also supports many useful extensions to the Pascal programming language.
Qt-based graphical user interface for the password manager password-store also known as pass. Can use either pass or gpg to interact with password-store files. Features configurable password generation, templates, clipboard handling, and per folder settings for multi-recipient encryption.
Pass OTP is an extension for password-store that allows adding one-time-password (OTP) secrets, generating OTP codes, and displaying secret key URIs using the standard otpauth:// scheme.
impass is a simple password manager using GPG-wrapped JSON files. It has a command line interface as well as a very simple graphical interface, which can even "type" your passwords into any X11 window.
AWS Vault is a tool to securely store and access Amazon Web Services credentials.
AWS Vault stores IAM credentials in your operating system's secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config.
Himitsu is a daemon-oriented secret storage tool, including both a client and daemon program. Secrets, including passwords and keys, may be requested either through clients such as himitsu-ssh or through the included hiq tool. Upon request, the user is prompted to authorize access for that process to that specific secret. Himitsu uses the Hare cryptographic library, which has not been audited.
FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements.
Upstream development seems to have stopped. It is therefore recommended to use a different password manager.
OTPClient is a GTK+-based OTP client, supporting TOTP and HOTP.
This package provides a GTK prompter for Himitsu, used to request user consent for application access to stored secrets.
This is the command-line interface of LessPass, which computes a password deterministically from a site, a login, options and a master password, which is the only secret to keep.
cpass is a terminal user interface for pass. It supports both vim-like keybindings and the mouse.
Shroud is a simple secret manager with a command line interface. The password database is stored as a Scheme s-expression and encrypted with a GnuPG key. Secrets consist of an arbitrary number of key/value pairs, making Shroud suitable for more than just password storage. For copying and pasting secrets into web browsers and other graphical applications, there is xclip integration.
This package provides a secret service implementation for Himitsu, allowing seamless access for applications storing secrets through the protocol.
Passwdqc is a password/passphrase strength checking and policy enforcement toolset, including an optional PAM module, pam_passwdqc, command-line programs (pwqcheck, pwqfilter, and pwqgen), and a library, libpasswdqc.