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.
This is the Linux driver for the Cray/HPE Cassini 1 and 2 high-speed network interconnect (aka. Slingshot), and its Ethernet driver. It includes the uapi/misc/cxi.h C header file for use by user-land software.
Currently the Linux driver itself is missing from this package.
The Python scripts in this project generate a GTK-UI to change TLP configuration files easily. It aims to protect users from setting bad configuration and to deliver a basic overview of all the valid configuration values.
Tpacpi-bat is a command-line interface to control battery charging on Lenovo ThinkPad models released after 2011, starting with the xx20 series. It can query and set the thresholds at which one or both batteries will start and stop charging, inhibit charging batteries for a set period of time, or force them to discharge when they otherwise would not.
This tool merely exposes ACPI calls provided by the acpi_call Linux kernel module provided by the acpi-call-linux-module package, which must be installed and loaded separately. Only the original vendor firmware is supported.
evtest is a tool to print evdev kernel events. It reads directly from the kernel device and prints a device description and the events with the value and the symbolic name.
UnionFS-FUSE is a flexible union file system implementation in user space, using the FUSE library. Mounting a union file system allows you to "aggregate" the contents of several directories into a single mount point. UnionFS-FUSE additionally supports copy-on-write.
GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.
The PSM Messaging API, or PSM API, is Intel's low-level user-level communications interface for the True Scale family of products. PSM users are enabled with mechanisms necessary to implement higher level communications interfaces in parallel environments.
A *Free* project to implement OSF's RFC 86.0. Pluggable authentication modules are small shared object files that can be used through the PAM API to perform tasks, like authenticating a user at login. Local and dynamic reconfiguration are its key features.
nftables is the project that aims to replace the existing ip,ip6,arp,ebtables framework. Basically, this project provides a new packet filtering framework, a new userspace utility and also a compatibility layer for ip,ip6tables. nftables is built upon the building blocks of the Netfilter infrastructure such as the existing hooks, the connection tracking system, the userspace queueing component and the logging subsystem.
SimpleIni provides a simple API to read and write INI-style configuration files. It supports data files in ASCII, MBCS and Unicode.
strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
This package provides a program to generate an ext2 file system as a normal (non-root) user. It does not require you to mount the image file to copy files on it, nor does it require that you become the superuser to make device nodes.
LVM2 is the logical volume management tool set for Linux-based systems. This package includes the user-space libraries and tools, including the device mapper. Kernel components are part of Linux-libre.
GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.
pflask is a simple tool for creating Linux namespace containers. It can be used for running a command or even booting an OS inside an isolated container, created with the help of Linux namespaces. It is similar in functionality to chroot, although pflask provides better isolation thanks to the use of namespaces.
mdadm is a tool for managing Linux Software RAID arrays. It can create, assemble, report on, and monitor arrays. It can also move spares between raid arrays when needed.
This package provides a Linux Kernel module that controls battery charging of specific ThinkPad laptops. It also includes an improved version of the HDAPS driver. The underlying hardware interfaces are SMAPI and direct access to the embedded controller.
A suite of tools for manipulating the metadata of the dm-thin, dm-cache and dm-era device-mapper targets.
This package provides commands to create and check XFS file systems.
This package provides a C library with C++ bindings and command-line tools for interacting with GPIO devices that avoids the usage of older system-wide /sys interface.
The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394.
Linux kernel patches and device-trees used for the MNT Reform systems
Tmon is a tool to interact with the complex thermal subsystem of the kernel Linux. It helps visualize thermal relationships and real-time thermal data, tune and test cooling devices and sensors, and collect thermal data for further analysis.
As computers become smaller and more thermally constrained, more sensors are added and new cooling capabilities introduced. Thermal relationships can change dynamically. Their complexity grows exponentially among cooling devices, zones, sensors, and trip points.
Linux exposes this relationship through /sys/class/thermal with a matrix of symbolic links, trip point bindings, and device instances. To traverse it by hand is no trivial task: tmon aims to make it understandable.
Hotspot is a standalone GUI for performance data analysis. It aims to be similar to KCachegrind, but for data collected with perf, a profiler for use with the kernel Linux. Its main feature is graphically visualizing a perf.data file.