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 bincfg program comes with specifications files for the following binary formats:
Various DDR3 and DDR4 SPD
Configuration data for the Intel 82579LM Gigabit Ethernet PHY
Configuration data for the Intel Gigabit Ethernet controller present in the Intel ICH9-M chipset.
Intel Firmware Descriptor data for the Lenovo ThinkPad X200
Configuration data for the ITE IT8718F SuperIO
It also comes with example files generated by bincfg.
This package provides tools for working with Intel Management Engine (ME). You need to sudo rmmod mei_me and sudo rmmod mei before using this tool. Also pass iomem=relaxed to the Linux kernel command line.
This package provides ifdtool, a program to dump Intel Firmware Descriptor data of an image file.
This package provides ectool, a program to dump and modify the contents of EC RAM on mobile computers.
GNU cpio copies files into or out of cpio or tar archives. Indeed, many formats are supported, including legacy formats. The format is determined automatically by the program and is handled appropriately. Furthermore, the location of the archive is not important. It can be another file on the drive, a tape, or data on a pipe.
This package provides a Python library named _jsonnet which can evaluate Jsonnet files and expressions.
This package provides a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20.
AsmJit is a lightweight library for machine code generation written in C++ language. It can generate machine code for X86 and X86_64 architectures with the support for the whole instruction set from legacy MMX to the newest AVX-512 and AMX. It has a type-safe API that allows C++ compiler to do semantic checks at compile-time even before the assembled code is generated or executed. It also provides an optional register allocator that makes it easy to generate complex code without a significant development effort.
This package provides GUI utilities for hyprland. It is the successor of hyprland-qtutils.
Highway is a performance-portable, length-agnostic C++ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.
EEL2 is an expression evaluation library and realtime compiler based on AVS's EEL.
cpplint is a command-line tool to check C/C++ files for style issues following Google’s C++ style guide. While Google maintains its own version of the tool, this is a fork that aims to be more responsive and make cpplint usable in wider contexts.
gperftools is a collection of a high-performance multi-threaded malloc() implementation plus some thread-friendly performance analysis tools:
tcmalloc,
heap profiler,
heap checker,
CPU checker.
The BDE Development Environment libraries provide an enhanced implementation of STL containers, vocabulary types for representing common concepts (like dates and times), and building blocks for developing multi-threaded applications and network applications.
LunaSVG is an SVG rendering library in C++, designed to be lightweight and portable, offering efficient rendering and manipulation of Scalable Vector Graphics (SVG) files.
Functional Terminal (X) User interface (FTXUI) is a simple C++ library for terminal based user interfaces.
Main features:
Functional style.
Keyboard & mouse navigation.
Support for UTF8 and fullwidth chars.
Support for animations.
Support for drawing.
No dependencies.
Magic Enum offers static reflection of enums, with conversions to and from strings, iteration and related functionality.
This package contains a C++11 multiple-producer-multiple-consumer lockless queues header library based on circular buffer with std::atomic.
This package provides a collection of C++ libraries intended to be useful for building network-based applications.
libconfini is an INI file parser library written in C. It focuses on standardization and parsing exactness and is at ease with almost every type of file containing key/value pairs.
tinyformat is a type-safe printf replacement library in a single C++ header file. Design goals include:
Type-safety and extensibility for user defined types
C99
printfcompatibility, to the extent possible usingstd::ostreamPOSIX extension for positional arguments
Simplicity and minimalism; a single header file to include and distribute with your projects
Augment rather than replace the standard stream formatting mechanism
C++98 support, with optional C++11 niceties
This package provides the official implementation for hypr configuration language used in Hyprland.
ArgAgg is yet another C++ command line argument/option parser. It was written as a simple and idiomatic alternative to other frameworks like getopt, Boost program options, TCLAP, and others. The goal is to achieve the majority of argument parsing needs in a simple manner with an easy to use API.
gperftools is a collection of a high-performance multi-threaded malloc() implementation plus some thread-friendly performance analysis tools:
tcmalloc,
heap profiler,
heap checker,
CPU checker.