libcpp-httplib0.14t64

C++ HTTP/HTTPS server and client library

cpp-httplib is a C++11 cross platform HTTP/HTTPS library, with a focus on ease of use. This is a multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want.

libcppdb-sqlite3-0t64

SQL Connectivity Library (sqlite3 backend)

CppDB is an SQL connectivity library that is designed to provide platform and Database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do.

gcc-14-arm-linux-gnueabi

GNU C compiler for the arm-linux-gnueabi architecture

This is the GNU C compiler for the arm-linux-gnueabi architecture, a fairly portable optimizing compiler for C.

gobjc-13-powerpc-linux-gnu

GNU Objective-C compiler for the powerpc-linux-gnu architecture

This is the GNU Objective-C compiler for the powerpc-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

g++-14-arm-linux-gnueabi

GNU C++ compiler for arm-linux-gnueabi architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

libroaring0t64

Portable Roaring bitmaps in C (and C++)

Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we often use compressed bitmaps. Roaring bitmaps are compressed bitmaps which tend to outperform conventional compressed bitmaps such as WAH, EWAH or Concise.