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.
The Crypt::OpenSSL::Guess Perl module provides helpers to guess the correct OpenSSL include path. It is intended for use in your Makefile.PL.
LibreSSL is a version of the TLS/crypto stack, forked from OpenSSL in 2014 with the goals of modernizing the codebase, improving security, and applying best practice development processes. This package also includes a netcat implementation that supports TLS.
OpenSSL is an implementation of SSL/TLS.
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols. It is provided in the form of a C library to support the protocols, as well as to parse and write X.509, PKCS #12, OpenPGP and other required structures.
Dehydrated is a client for obtaining certificates from an ACME server (such as Let's Encrypt) implemented as a relatively simple Bash script.
Certbot automatically receives and installs X.509 certificates to enable Transport Layer Security (TLS) on servers. It interoperates with the Let’s Encrypt certificate authority (CA), which issues browser-trusted certificates for free.
mbed TLS, formerly known as PolarSSL, makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint.
OpenSSL is an implementation of SSL/TLS.
AWS libcrypto (aws-lc) contains portable C implementations of algorithms needed for TLS and common applications, and includes optimized assembly versions for x86 and ARM.
Certbot automatically receives and installs X.509 certificates to enable Transport Layer Security (TLS) on servers. It interoperates with the Let’s Encrypt certificate authority (CA), which issues browser-trusted certificates for free.
p11-kit provides a way to load and enumerate PKCS#11 modules. It provides a standard configuration setup for installing PKCS#11 modules in such a way that they are discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process.
Daemux lets you run daemons in a tmux pane. Users can launch long-running background tasks, and check these tasks' health by hand, relaunch them, etc., by attaching to the corresponding pane in tmux.
This plugin goes to great lengths to save and restore all the details from your tmux environment. Here's what's been taken care of:
all sessions, windows, panes and their order
current working directory for each pane
exact pane layouts within windows (even when zoomed)
active and alternative session
active and alternative window for each session
windows with focus
active pane for each window
"grouped sessions" (useful feature when using tmux with multiple monitors)
programs running within a pane! More details in the restoring programs doc.
Optional:
restoring vim and neovim sessions
restoring pane contents
This package provides a lightweight program for system monitoring in the status line of tmux.
The memory monitor displays the used and available memory.
The CPU usage monitor outputs a percent CPU usage over all processors. It also displays a textual bar graph of the current percent usage.
The system load average is also displayed.
Tmux Sessionizer is a command-line tool to fuzzy find all the Git repositories in a list of specified folders and open them as a new tmux session. For git worktrees, this tool opens all checked out worktrees as new windows.
Tmuxifier allows you to easily create, edit, and load layout files, which are simple shell scripts where you use the tmux command and helper commands provided by tmuxifier to manage Tmux sessions and windows.
This package provides tmux-based terminal divider.
xpanes or tmux-xpanes (alias of xpanes) commands have following features:
Split tmux window into multiple panes.
Build command lines & execute them on the panes.
Runnable from outside of tmux session.
Runnable from inside of tmux session.
Record operation log.
Flexible layout arrangement for panes.
Display pane title on each pane.
Generate command lines from standard input (Pipe mode).
Features:
continuous saving of tmux environment
automatic tmux start when computer/server is turned on
automatic restore when tmux is started
Together, these features enable uninterrupted tmux usage. No matter the computer or server restarts, if the machine is on, tmux will be there how you left it off the last time it was used.
Libtmux is the tool behind tmuxp, a tmux workspace manager in Python. It creates object mappings to traverse, inspect and interact with live tmux sessions.
This package provides several themes for Tmux, the terminal multiplexer.
tmux is a terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
dear imgui (also know as ImGui) is a graphical user interface library for C++. It creates optimized vertex buffers that you can render anytime in your 3D-pipeline-enabled application. It's fast, portable, renderer-agnostic, and self-contained, without external dependencies.
ImGui is aimed at content creation, visualization, and debugging tools as opposed to average end-user interfaces. Hence it favors simplicity and productivity but lacks certain features often found in higher-level libraries. It is particularly suited to integration in game engine tooling, real-time 3D applications, full-screen applications, and embedded platforms without standard operating system features.
ImPlot is an immediate-mode, GPU-accelerated plotting library in C++ for the ImGui GUI library, suitable for creating real-time visualizations or interactive plots. Like ImGui, ImPlot is self-contained and requires only minimal code to integrate with existing applications.
This package provides an immediate-mode graphical user interface toolkit. It was designed as an embeddable user interface for applications and does not have any dependencies, a default render backend or OS window/input handling. The library is self contained in one single header file and can be used either in header only mode or in implementation mode.