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.
The CAC library can be used to emulate and share smart cards from client system to local or remote virtual machines.
Usbredir is a network protocol for sending USB device traffic over a network connection. It can be used to redirect traffic from a USB device to a different (virtual) machine than the one to which the USB device is attached.
SPICE (the Simple Protocol for Independent Computing Environments) is a remote-display system built for virtual environments which allows users to view a desktop computing environment.
VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows.
sc-im is a highly configurable spreadsheet program providing a vim-like experience. sc-im supports gnuplot interaction, functions for sorting and filtering, 256 color support, and much more.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
Simplesquirrel is a C++ 11 library providing bindings for Squirrel language. It allows binding C++ function and calling it from Squirrel, looking up for Squirrel function (or class) and calling it (or creating instance of it) on C++ side, passing any C++ pointer as either instance or userpointer, creating enumerations, tables, and arrays.
Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.
Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework.
hss is an interactive SSH client for multiple servers. Commands are executed on all servers in parallel. Execution on one server does not need to wait for that on another server to finish before starting. One can run a command on hundreds of servers at the same time, with almost the same experience as a local Bash shell.
It supports:
interactive input: based on GNU readline.
history: responding to the C-r key.
auto-completion:
TAB-completion from remote servers for commands and file names.
Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.
Since the tarpit is in the banner before any cryptographic exchange occurs, this program doesn't depend on any cryptographic libraries. It's a simple, single-threaded, standalone C program. It uses poll() to trap multiple clients at a time.
Guile-SSH is a library that provides access to the SSH protocol for programs written in GNU Guile interpreter. It is a wrapper to the underlying libssh library.
This package provides an implementation of fsspec for the SFTP protocol using asyncssh, with the following features:
A complete implementation of the fsspec protocol through SFTP
Supports features outside of the SFTP
Quite fast
Builtin Channel Management
Async
Dropbear is a relatively small SSH server and client. It runs on a variety of POSIX-based platforms. Dropbear is particularly useful for embedded systems, such as wireless routers.
codex11-ssh-askpass is an X11-based pass-phrase dialog for use with OpenSSH.
libssh2 is a library intended to allow software developers access to the SSH-2 protocol in an easy-to-use self-contained package. It can be built into an application to perform many different tasks when communicating with a server that supports the SSH-2 protocol.
HPN-SSH is a series of modifications to OpenSSH, the predominant implementation of the ssh protocol. It was originally developed to address performance issues when using ssh on high speed long distance networks.
Guile-SSH is a library that provides access to the SSH protocol for programs written in GNU Guile interpreter. It is a wrapper to the underlying libssh library.
Pdsh is a an efficient, multithreaded remote shell client which executes commands on multiple remote hosts in parallel. Pdsh implements dynamically loadable modules for extended functionality such as new remote shell services and remote host selection.
This package provides a suite of miscellaneous SSH-related utilities.
This package includes the following commands:
ssh-ping: Checks if a host is reachable usingssh_config.ssh-last: Likelastbut for SSH sessions.ssh-certinfo: Shows validity and information for SSH certificates.ssh-force-password: Forces password authentication.ssh-keyinfo: Prints keys in several formats.ssh-hostkeys: Prints server host keys in several formats.ssh-facts: Gets some facts about the remote system.ssh-diff: Diffs a file over SSH.ssh-version: Shows version of the SSH server you are connecting to.ssh-pwd: Quickly echos path to use forscporrsync.ssh-authorized-keys: Collects info fromauthorized_keysfiles from every user it can find.ssh-sig: Makesssh-keygen -Yeasier to use.
Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources. It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any application.
Corkscrew tunnels SSH connections through most HTTP and HTTPS proxies. It supports proxy authentication through the HTTP basic authentication scheme with optional TLS to protect credentials.