167 Packages
name libboost-iostreams
summary Boost.IOStreams provides a framework for defining streams, stream buffers and i/o filters
license BSL-1.0
depends 20; libz, libbzip2, libboost-numeric-conversion, libboost-assert, libboost-config, libboost-core, libboost-detail, libboost-function, libboost-integer, libboost-iterator, libboost-mpl, libboost-preprocessor, libboost-random, libboost-range, libboost-regex ?, libboost-smart-ptr, libboost-static-assert, libboost-throw-exception, libboost-type-traits, libboost-utility
name libboost-leaf
summary A lightweight error handling library for C++11
license BSL-1.0
depends 0
name libboost-log
summary Logging library
license BSL-1.0
depends 42; libboost-align, libboost-asio, libboost-bind, libboost-interprocess, libboost-io, libboost-predef, libboost-random, libboost-array, libboost-assert, libboost-atomic, libboost-config, libboost-container, libboost-core, libboost-date-time, libboost-exception, libboost-filesystem, libboost-function-types, libboost-fusion, libboost-intrusive, libboost-iterator, libboost-lexical-cast, libboost-move, libboost-mpl, libboost-optional, libboost-parameter, libboost-phoenix, libboost-preprocessor, libboost-property-tree, libboost-proto, libboost-range, libboost-regex, libboost-smart-ptr, libboost-spirit, libboost-static-assert, libboost-system, libboost-thread, libboost-throw-exception, libboost-type-index, libboost-type-traits, libboost-utility, libboost-winapi, libboost-xpressive
name libboost-move
summary Portable move semantics for C++03 and C++11 compilers
license BSL-1.0
depends 1; libboost-config
name libboost-mpl
summary The Boost.MPL library is a general-purpose, high-level C++ template metaprogramming framework of compile-time algorithms, sequences and metafunctions. It provides a conceptual foundation and an extensive set of powerful and coherent tools that make doing explict metaprogramming in C++ as easy and enjoyable as possible within the current language
license BSL-1.0
depends 7; libboost-config, libboost-core, libboost-predef, libboost-preprocessor, libboost-static-assert, libboost-type-traits, libboost-utility
name libboost-numeric-interval
summary Extends the usual arithmetic functions to mathematical intervals
license BSL-1.0
depends 3; libboost-config, libboost-detail, libboost-logic
name libboost-pool
summary Memory pool management
license BSL-1.0
depends 6; libboost-assert, libboost-config, libboost-integer, libboost-throw-exception, libboost-type-traits, libboost-winapi
name libboost-program-options
summary The program_options library allows program developers to obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file
license BSL-1.0
depends 13; libboost-bind, libboost-tokenizer, libboost-any, libboost-config, libboost-core, libboost-detail, libboost-function, libboost-iterator, libboost-lexical-cast, libboost-smart-ptr, libboost-static-assert, libboost-throw-exception, libboost-type-traits
name libboost-property-map
summary Concepts defining interfaces which map key objects to value objects
license BSL-1.0
depends 15; libboost-any, libboost-assert, libboost-concept-check, libboost-config, libboost-core, libboost-function, libboost-iterator, libboost-lexical-cast, libboost-mpl, libboost-smart-ptr, libboost-static-assert, libboost-throw-exception, libboost-type-index, libboost-type-traits, libboost-utility
name libboost-ptr-container
summary Containers for storing heap-allocated polymorphic objects to ease OO-programming
license BSL-1.0
depends 13; libboost-array, libboost-assert, libboost-circular-buffer, libboost-config, libboost-core, libboost-iterator, libboost-mpl, libboost-range, libboost-smart-ptr, libboost-static-assert, libboost-type-traits, libboost-unordered, libboost-utility
name libboost-qvm
summary Generic C++ library for working with Quaternions Vectors and Matrices
license BSL-1.0
depends 0
name libboost-rational
summary A rational number class
license BSL-1.0
depends 8; libboost-assert, libboost-config, libboost-core, libboost-integer, libboost-static-assert, libboost-throw-exception, libboost-type-traits, libboost-utility
name libboost-unordered
summary Unordered associative containers
license BSL-1.0
depends 12; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-move, libboost-mp11, libboost-predef, libboost-preprocessor, libboost-static-assert, libboost-throw-exception, libboost-tuple, libboost-type-traits
name libboost-url
summary URL parsing in C++11
license BSL-1.0
depends 11; libboost-throw-exception, libboost-align, libboost-assert, libboost-config, libboost-core, libboost-mp11, libboost-optional, libboost-static-assert, libboost-system, libboost-type-traits, libboost-variant2
name libboost-bind
summary boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions
license BSL-1.0
depends 2; libboost-config, libboost-core
name libboost-crc
summary The Boost CRC Library provides two implementations of CRC (cyclic redundancy code) computation objects and two implementations of CRC computation functions. The implementations are template-based
license BSL-1.0
depends 4; libboost-array, libboost-config, libboost-integer, libboost-type-traits
name libboost-detail
summary This library contains a set of header only utilities used internally by Boost C++ Libraries to facilitate their implementation
license BSL-1.0
depends 5; libboost-config, libboost-core, libboost-preprocessor, libboost-static-assert, libboost-type-traits
name libboost-foreach
summary In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates
license BSL-1.0
depends 6; libboost-config, libboost-core, libboost-iterator, libboost-mpl, libboost-range, libboost-type-traits
name libboost-throw-exception
summary A common infrastructure for throwing exceptions from Boost libraries
license BSL-1.0
depends 2; libboost-assert, libboost-config
name libboost-atomic
summary C++11-style atomic<>
license BSL-1.0
depends 8; libboost-align, libboost-preprocessor, libboost-assert, libboost-config, libboost-predef, libboost-static-assert, libboost-type-traits, libboost-winapi
12345