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.
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.
c2ffi is a tool for extracting definitions from C, C++, and Objective C headers for use with foreign function call interfaces. It uses the Clang/LLVM infrastructure to extract the data, and emits it in various formats, including json.
This package provides the default libSwell.colortheme file for programs that use swell.
Rct is a set of C++ tools that provide nicer (more Qt-like) APIs on top of Standard Template Library (STL) classes.
Miniaudio is an audio playback and capture library for C and C++. It is made up of a single source file and has no external dependencies.
This package provides header only C++ binary serialization library. It is designed around the networking requirements for real-time data delivery, especially for games.
IceCream-Cpp is a C++ library for printf debugging. It is inspired by the Python library of the same name.
This package provides a single producer single consumer wait-free and lock-free fixed size queue written in C++11.
RTTR stands for Run Time Type Reflection. It describes the ability of a computer program to introspect and modify an object at runtime. It is also the name of the library itself, which is written in C++.
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.
RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy.
This package provides a header-only implementation of std::variant (formerly boost::variant) for C++11/14.
This package provides a simple argument parser for C++.
MFront is a code generator which translates a set of closely related domain specific languages into plain C++ on top of the TFEL library.
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
c++-gsl contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
Taskflow is a C++ library for writing parallel and heterogeneous task programs.
This package provides the cmake imports needed to build bloomberg-bde.
This package provides the official implementation for hypr configuration language used in Hyprland.
CodeSynthesis XSD (also known as libxsd or xsdcxx) is an XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. The data stored in XML can then be accessed using types and functions that semantically correspond to an application domain rather than dealing with the intricacies of reading and writing XML.
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.
This package provides a reference implementation of std::jthread, a cooperatively interruptible thread that is joined upon destruction.
This package provides a simple S-Expression parser for C++.
This package provides a C++ library for utilities used across Hyprland ecosystem.