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.
Openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd process and operates the communication between the gateway and this process. It is compatible with Fortinet VPNs.
This package contains a rust crate for communicating with a Proton LocalAgent, server, and python-bindings for that crate.
n2n is a light VPN software which makes it easy to create virtual networks bypassing intermediate firewalls.
This is a helper script to allow you to interactively login to a GlobalProtect VPN that uses SAML authentication, so that you can subsequently connect with OpenConnect.
Bitmask, by LEAP, is an application to provide easy and secure encrypted communication with a VPN. It allows you to select from a variety of trusted service provider all from one app. Current providers include Riseup Networks and The Calyx Institute, where the former is default.
This package provides a keyring plugin for Proton technologies.
sshoot provides a command-line interface to manage multiple sshuttle virtual private networks. It supports flexible profiles with configuration options for most of sshuttle’s features.
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.
vpnc is a VPN client compatible with Cisco's EasyVPN equipment. It supports IPSec (ESP) with Mode Configuration and Xauth. It supports only shared-secret IPSec authentication with Xauth, AES (256, 192, 128), 3DES, 1DES, MD5, SHA1, DH1/2/5 and IP tunneling. It runs entirely in userspace. Only "Universal TUN/TAP device driver support" is needed in the kernel.
This package provides the user-space command-line tools for using and configuring WireGuard tunnels.
WireGuard is a simple and fast general-purpose VPN that securely encapsulates IP packets over UDP. It aims to be as easy to configure and deploy as SSH. VPN connections are made simply by exchanging public keys and can roam across IP addresses.
The GNU Virtual Private Ethernet creates a virtual network with multiple nodes using a variety of transport protocols. It works by creating encrypted host-to-host tunnels between multiple endpoints.
This set of scripts configures routing and name services when invoked by the VPNC or OpenConnect Cisco Virtual Private Network (VPN) clients.
The default vpnc-script automatically configures most common connections, and provides hooks for performing custom actions at various stages of the connection or disconnection process.
Alternative scripts are provided for more complicated set-ups, or to serve as an example for writing your own. For example, vpnc-script-sshd contains the entire VPN in a network namespace accessible only through SSH.
This package provides user-space command-line tools for configuring AmneziaWG tunnels, a fork of wireguard-tools with support for the AmneziaWG protocol. AmneziaWG extends WireGuard with protection against detection by DPI systems.
The LLVM/SPIR-V Bi-Directional Translator is a library and tool for translation between LLVM IR and SPIR-V.
vkBasalt is a Vulkan post processing layer to enhance the visual graphics of games.
Currently, the built-in effects are:
Contrast Adaptive Sharpening
Denoise Luma Sharpening
Fast Approximate Anti-Aliasing
Enhanced Subpixel Morphological Anti-Aliasing
3D color LookUp Table
The SPIR-V Tools project provides an API and commands for processing SPIR-V modules. The project includes an assembler, binary module parser,disassembler, validator, and optimizer for SPIR-V.
Vulkan-Headers contains header files and API registry for Vulkan.
Sirit is a runtime SPIR-V assembler. It allows dynamic generation of SPIR-V shader code, handling declaration sorting, type and constant management, and opcode emission.
Glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages.
Vulkan-Tools provides tools and utilities that can assist development by enabling developers to verify their applications correct use of the Vulkan API.
Vulkan allows multiple Installable Client Drivers (ICDs) each supporting one or more devices to be used collectively. The loader is responsible for discovering available Vulkan ICDs on the system and inserting Vulkan layer libraries, including validation layers between the application and the ICD.
Volk is a meta-loader for Vulkan. It allows you to dynamically load entrypoints required to use Vulkan without linking the Vulkan loader. Additionally, volk simplifies the use of Vulkan extensions by automatically loading all associated entrypoints. Finally, volk enables loading Vulkan entrypoints directly from the driver which can increase performance by skipping loader dispatch overhead.
vkd3d is a library for translating Direct3D 12 to Vulkan.
SPIRV-Cross tries hard to emit readable and clean output from the SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.