337 Packages
name libboost-interprocess
summary Shared memory, memory mapped files, process-shared mutexes, condition variables, containers and allocators
license BSL-1.0
depends 11; libboost-assert, libboost-config, libboost-container, libboost-core, libboost-integer, libboost-intrusive, libboost-move, libboost-static-assert, libboost-type-traits, libboost-unordered, libboost-winapi
name libboost-intrusive
summary Intrusive containers and algorithms
license BSL-1.0
depends 6; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-move, libboost-static-assert
name libboost-io
summary Utilities for the standard I/O library
license BSL-1.0
depends 1; libboost-config
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-iterator
summary The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors
license BSL-1.0
depends 14; libboost-assert, libboost-concept-check, libboost-config, libboost-conversion, libboost-core, libboost-detail, libboost-function-types, libboost-fusion, libboost-mpl, libboost-optional, libboost-smart-ptr, libboost-static-assert, libboost-type-traits, libboost-utility
name libboost-json
summary JSON parsing, serialization, and DOM in C++11
license BSL-1.0
depends 9; libboost-align, libboost-assert, libboost-config, libboost-container, libboost-core, libboost-describe, libboost-mp11, libboost-system, libboost-throw-exception
name libboost-lambda
summary Define small unnamed function objects at the actual call site, and more
license BSL-1.0
depends 10; libboost-bind, libboost-config, libboost-core, libboost-detail, libboost-iterator, libboost-mpl, libboost-preprocessor, libboost-tuple, libboost-type-traits, libboost-utility
name libboost-lambda2
summary A C++14 lambda library
license BSL-1.0
depends 0
name libboost-leaf
summary A lightweight error handling library for C++11
license BSL-1.0
depends 0
name libboost-lexical-cast
summary General literal text conversions, such as an int represented a string, or vice-versa
license BSL-1.0
depends 11; libboost-array, libboost-assert, libboost-config, libboost-container, libboost-core, libboost-integer, libboost-numeric-conversion, libboost-range, libboost-static-assert, libboost-throw-exception, libboost-type-traits
name libboost-locale
summary Provide localization and Unicode handling tools for C++
license BSL-1.0
depends 8; libboost-core, libboost-predef, libboost-thread, libicuuc, libicui18n, libboost-assert, libboost-config, libboost-iterator
name libboost-local-function
summary Program functions locally, within other functions, directly within the scope where they are needed
license BSL-1.0
depends 7; libboost-config, libboost-mpl, libboost-preprocessor, libboost-scope-exit, libboost-type-traits, libboost-typeof, libboost-utility
name libboost-lockfree
summary Lockfree data structures
license BSL-1.0
depends 15; libboost-align, libboost-array, libboost-assert, libboost-atomic, libboost-config, libboost-core, libboost-integer, libboost-iterator, libboost-mpl, libboost-parameter, libboost-predef, libboost-static-assert, libboost-tuple, libboost-type-traits, libboost-utility
name libboost-log
summary Logging library
license BSL-1.0
depends 42; libboost-align, libboost-asio, libboost-bind, libboost-interprocess, libboost-io, 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-predef, 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-logic
summary 3-state boolean type library
license BSL-1.0
depends 2; libboost-config, libboost-core
name libboost-math
summary Boost.Math includes several contributions in the domain of mathematics: The Greatest Common Divisor and Least Common Multiple library provides run-time and compile-time evaluation of the greatest common divisor (GCD) or least common multiple (LCM) of two integers. The Special Functions library currently provides eight templated special functions, in namespace boost. The Complex Number Inverse Trigonometric Functions are the inverses of trigonometric functions currently present in the C++ standard. Quaternions are a relative of complex numbers often used to parameterise rotations in three dimentional space. Octonions, like quaternions, are a relative of complex numbers
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-metaparse
summary A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process
license BSL-1.0
depends 6; libboost-config, libboost-mpl, libboost-predef, libboost-preprocessor, libboost-static-assert, libboost-type-traits
name libboost-move
summary Portable move semantics for C++03 and C++11 compilers
license BSL-1.0
depends 5; libboost-assert, libboost-config, libboost-core, libboost-static-assert, libboost-winapi
name libboost-mp11
summary A C++11 metaprogramming library
license BSL-1.0
depends 0
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
45678