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.
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.
Fifo_map is a C++ header only library for associative container which uses the order in which keys were inserted to the container as ordering relation.
Abseil is a collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's C++ code base.
sajson is an in-place JSON parser with support for parsing with only a single memory allocation.
EEL2 is an expression evaluation library and realtime compiler based on AVS's EEL.
This package provides a single-header C++14 library for saving and loading C++ objects using a binary format.
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++.
libxsd-frontend is a compiler frontend for the W3C XML Schema definition language. It includes a parser, semantic graph types and a traversal mechanism.
This package provides a header-only library to retrieve the file names of XDG base directories, such as XDG_CONFIG_HOME.
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.
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).
nlohmann::json is a C++ JSON library that provides intuitive syntax and trivial integration.
sajson is an in-place JSON parser with support for parsing with only a single memory allocation.
Lager is a library for value-oriented design implementing the unidirectional data-flow architecture. Apart from a store and various event loops it also provides lenses and cursors.
This is a simple C++ library that facilitates parsing command line arguments in a type independent manner.
Immer is a library of persistent and immutable data structures written in C++.
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting. The library is based on Vatti's clipping algorithm.Note: This package is a major update of the original clipper library.
This package provides the cmake imports needed to build bloomberg-bde.
Magic Enum offers static reflection of enums, with conversions to and from strings, iteration and related functionality.
The C++ Actor Framework (CAF) offers a high-level C++17 programming environment using the actor model for concurrent, distributed computation.
This package provides a reference implementation of std::jthread, a cooperatively interruptible thread that is joined upon destruction.
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.