189 Packages
name | libboost-redis |
---|---|
summary | Redis async client library built on top of Boost.Asio |
license | BSL-1.0 |
depends | 8; libssl, libcrypto, libboost-asio, libboost-assert, libboost-core, libboost-mp11, libboost-system, libboost-throw-exception |
name | libboost-nowide |
---|---|
summary | Standard library functions with UTF-8 API on Windows |
license | BSL-1.0 |
depends | 2; libboost-config, libboost-filesystem |
name | libboost-ext-ut |
---|---|
summary | C++ single header/single module, macro-free μ(micro)/Unit Testing Framework |
license | BSL-1.0 |
depends | 0 |
name | libboost-unordered |
---|---|
summary | Unordered associative containers |
license | BSL-1.0 |
depends | 7; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-mp11, libboost-predef, libboost-throw-exception |
name | libboost-charconv |
---|---|
summary | An implementation of <charconv> in C++11 |
license | BSL-1.0 |
depends | 3; libboost-assert, libboost-config, libboost-core |
name | libboost-gil |
---|---|
summary | (C++14) Generic Image Library |
license | BSL-1.0 |
depends | 12; libboost-assert, libboost-concept-check, libboost-config, libboost-container-hash, libboost-core, libboost-filesystem, libboost-integer, libboost-iterator, libboost-mp11, libboost-preprocessor, libboost-type-traits, libboost-variant2 |
name | libboost-multiprecision |
---|---|
summary | Extended precision arithmetic types for floating point, integer, and rational arithmetic |
license | BSL-1.0 |
depends | 10; Eigen, libboost-assert, libboost-config, libboost-core, libboost-integer, libboost-lexical-cast, libboost-math, libboost-predef, libboost-random, libboost-throw-exception |
name | libboost-pfr |
---|---|
summary | Basic reflection for user defined types |
license | BSL-1.0 |
depends | 0 |
name | libboost-config |
---|---|
summary | Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users |
license | BSL-1.0 |
depends | 0 |
name | libodb-boost |
---|---|
summary | Boost ODB profile library |
license | GPL-2.0-only or other: proprietary |
depends | 1; libodb |
name | libboost-beast |
---|---|
summary | Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio |
license | BSL-1.0 |
depends | 21; libboost-asio, libboost-assert, libboost-bind, libboost-config, libboost-container, libboost-container-hash, libboost-core, libboost-endian, libboost-intrusive, libboost-logic, libboost-mp11, libboost-optional, libboost-preprocessor, libboost-smart-ptr, libboost-static-assert, libboost-static-string, libboost-system, libboost-throw-exception, libboost-type-index, libboost-type-traits, libboost-winapi |
name | libboost-integer |
---|---|
summary | The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std |
license | BSL-1.0 |
depends | 6; libboost-assert, libboost-config, libboost-core, libboost-static-assert, libboost-throw-exception, libboost-type-traits |
name | libboost-regex |
---|---|
summary | Regular expression library |
license | BSL-1.0 |
depends | 14; libicuuc ?, libicui18n ?, libboost-assert, libboost-concept-check, libboost-config, libboost-container-hash, libboost-core, libboost-integer, libboost-mpl, libboost-predef, libboost-smart-ptr, libboost-static-assert, libboost-throw-exception, libboost-type-traits |
name | libboost-exception |
---|---|
summary | The Boost Exception library supports transporting of arbitrary data in exception objects, and transporting of exceptions between threads |
license | BSL-1.0 |
depends | 7; libboost-assert, libboost-config, libboost-core, libboost-smart-ptr, libboost-throw-exception, libboost-tuple, libboost-type-traits |
name | libboost-graph |
---|---|
summary | The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL) |
license | BSL-1.0 |
depends | 41; libboost-regex ?, libboost-algorithm, libboost-any, libboost-array, libboost-assert, libboost-bimap, libboost-bind, libboost-concept-check, libboost-config, libboost-container-hash, libboost-conversion, libboost-core, libboost-detail, libboost-foreach, libboost-function, libboost-integer, libboost-iterator, libboost-lexical-cast, libboost-math, libboost-move, libboost-mpl, libboost-multi-index, libboost-optional, libboost-parameter, libboost-preprocessor, libboost-property-map, libboost-property-tree, libboost-random, libboost-range, libboost-serialization, libboost-smart-ptr, libboost-spirit ?, libboost-static-assert, libboost-throw-exception, libboost-tti, libboost-tuple, libboost-type-traits, libboost-typeof, libboost-unordered, libboost-utility, libboost-xpressive |
name | libboost-math |
---|---|
summary | Boost.Math includes several contributions in the domain of mathematics: Floating Point Utilities, Specific Width Floating Point Types, Mathematical Constants, Statistical Distributions, Special Functions, Root Finding and Function Minimization, Polynomials and Rational Functions, Interpolation, and Numerical Integration and Differentiation. Many of these features are templated to support both built-in, and extended width types (e.g. Boost.Multiprecision) |
license | BSL-1.0 |
depends | 10; libboost-assert, libboost-concept-check, libboost-config, libboost-core, libboost-integer, libboost-lexical-cast, libboost-predef, libboost-random, libboost-static-assert, libboost-throw-exception |
name | libboost-dynamic-bitset |
---|---|
summary | The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operatorsummary: boost-dynamic-bitset C++ library and operator<<. The number of bits in the set is specified at runtime via a parameter to the constructor of the dynamic_bitset |
license | BSL-1.0 |
depends | 8; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-integer, libboost-move, libboost-static-assert, libboost-throw-exception |
name | libboost-signals2 |
---|---|
summary | Managed signals summary: boost-signals2 C++ library slots callback implementation (thread-safe version 2) |
license | BSL-1.0 |
depends | 15; libboost-assert, libboost-bind, libboost-config, libboost-core, libboost-function, libboost-iterator, libboost-mpl, libboost-optional, libboost-parameter, libboost-preprocessor, libboost-smart-ptr, libboost-throw-exception, libboost-tuple, libboost-type-traits, libboost-variant |
name | libboost-mysql |
---|---|
summary | MySQL client library built on top of Boost.Asio |
license | BSL-1.0 |
depends | 15; libssl, libcrypto, libboost-asio, libboost-assert, libboost-charconv, libboost-config, libboost-core, libboost-describe, libboost-endian, libboost-intrusive, libboost-mp11, libboost-optional, libboost-system, libboost-throw-exception, libboost-variant2 |
name | libboost-static-assert |
---|---|
summary | Static assertions (compile time assertions) |
license | BSL-1.0 |
depends | 1; libboost-config |