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.
This package provides a header-only library to retrieve the file names of XDG base directories, such as XDG_CONFIG_HOME.
SObjectizer is a cross-platform "actor frameworks" for C++. SObjectizer supports not only the Actor Model but also the Publish-Subscribe Model and CSP-like channels. The goal of SObjectizer is to simplify development of concurrent and multithreaded applications in C++.
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++.
cpptrace is a simple and portable C++ stacktrace library supporting C++11 and greater. In addition to providing access to stack traces, cpptrace also provides a mechanism for getting stacktraces from thrown exceptions for debugging and triaging.
A lightweight header-only C++ option parser library, supporting the standard GNU style syntax for options.
This package provides a lightweight library for calculating the edit distance between two sequences and finding an optimal alignment path for transforming one sequence into another.
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 Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).
FunctionalPlus is a header-only library for simplifying functional programming in C++.
Those tools are meant to be used by solver developers to e.g. load MFront behaviours from external shared libraries and retrieve all relevant meta data function.
nlohmann::json is a C++ JSON library that provides intuitive syntax and trivial integration.
SWELL is a Windows emulation Layer. It provides a set of common APIs, common controls and win32-style extensions.
Ada is a fast and spec-compliant URL parser written in C++. Specification for URL parser can be found from the WHATWG website.
This package provides a single producer single consumer wait-free and lock-free fixed size queue written in C++11.
CastXML is a C-family abstract syntax tree XML output tool. This project is maintained by Kitware in support of ITK, the Insight Segmentation and Registration Toolkit.
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.
Immer is a library of persistent and immutable data structures written in C++.
COLLADA-DOM is a C++ library for loading and saving COLLADA documents that can contain 2D, 3D, physics and other types of content.
Range-v3 is an extension of the Standard Template Library that makes its iterators and algorithms more powerful by making them composable. Unlike other range-like solutions which, seek to do away with iterators, in range-v3 ranges are an abstraction layer on top of iterators.
This binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation.
This package provides header only C++ binary serialization library. It is designed around the networking requirements for real-time data delivery, especially for games.
SafeInt is a class library for C++ that manages integer overflows. It also includes a C library that checks casting, multiplication, division, addition and subtraction for all combinations of signed and unsigned 32-bit and 64-bit integers.
Kokkos-fft is an experimental FFT interface for the Kokkos C++ environment. It implements local interfaces between Kokkos and FFT libraries such as FFTW, cufft, hipfft (rocfft), and oneMKL. "Local" means not using MPI, or running within a single MPI process without knowing about MPI.
This package provides a compatibility header-only library for C++17 string-view.