boost1.67 1.67.0-17ubuntu8 source package in Ubuntu

Changelog

boost1.67 (1.67.0-17ubuntu8) focal; urgency=medium

  * Enable numpy properly on riscv64.

 -- William Grant <email address hidden>  Wed, 01 Apr 2020 18:51:37 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Downloads

File Size SHA-256 Checksum
boost1.67_1.67.0.orig.tar.gz 81.3 MiB 40c2e1fb225b688453ceeb3348265b4b7f2eee216e14f5158d51b0fef2fe0bb5
boost1.67_1.67.0-17ubuntu8.debian.tar.xz 344.0 KiB 7e1556d96df6f172536c91b0acb568b4454b72a78563a0b9f761113698a0c4d6
boost1.67_1.67.0-17ubuntu8.dsc 8.4 KiB 9c26c155bb1e3ed0e396b260e570daa7afee9fb586d29f248ac18123cfafb126

View changes file

Binary packages built by this source

libboost-atomic1.67-dev: No summary available for libboost-atomic1.67-dev in ubuntu groovy.

No description available for libboost-atomic1.67-dev in ubuntu groovy.

libboost-atomic1.67.0: No summary available for libboost-atomic1.67.0 in ubuntu groovy.

No description available for libboost-atomic1.67.0 in ubuntu groovy.

libboost-atomic1.67.0-dbgsym: No summary available for libboost-atomic1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-atomic1.67.0-dbgsym in ubuntu groovy.

libboost-chrono1.67-dev: C++ representation of time duration, time point, and clocks

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.Chrono library provides:
 .
  * A means to represent time durations: managed by the generic
 duration class . Examples of time durations include days, minutes,
 seconds and nanoseconds, which can be represented with a fixed number
 of clock ticks per unit. All of these units of time duration are
 united with a generic interface by the duration facility.
  * A type for representing points in time: time_point. A time_point
 represents an epoch plus or minus a duration. The library leaves
 epochs unspecified. A time_point is associated with a clock.
  * Several clocks, some of which may not be available on a
 particular platform: system_clock, steady_clock and
 high_resolution_clock. A clock is a pairing of a time_point and
 duration, and a function which returns a time_point representing now.
 .
 To make the timing facilities more generally useful, Boost.Chrono
 provides a number of clocks that are thin wrappers around the
 operating system's time APIs, thereby allowing the extraction of wall
 clock time, user CPU time, system CPU time spent by the process:
 .
  * process_real_cpu_clock, captures wall clock CPU time spent by the
 current process.
  * process_user_cpu_clock, captures user-CPU time
 spent by the current process.
  * process_system_cpu_clock, captures
 system-CPU time spent by the current process.
  * A tuple-like class
 process_cpu_clock, that captures real, user-CPU, and system-CPU
 process times together.
  * A thread_clock thread steady clock giving
 the time spent by the current thread (when supported by a platform).
 .
 Lastly, Boost.Chrono includes typeof registration for duration and
 time_point to permit using emulated auto with C++03 compilers.

libboost-chrono1.67.0: C++ representation of time duration, time point, and clocks

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.Chrono library provides:
 .
  * A means to represent time durations: managed by the generic duration
    class.Examples of time durations include days, minutes, seconds and
    nanoseconds, which can be represented with a fixed number of clock
    ticks per unit. All of these units of time duration are united with
    a generic interface by the duration facility.
  * A type for representing points in time: time_point. A time_point
    represents an epoch plus or minus a duration. The library leaves
    epochs unspecified. A time_point is associated with a clock.
  * Several clocks, some of which may not be available on a particular
    platform: system_clock, steady_clock and high_resolution_clock. A
    clock is a pairing of a time_point and duration, and a function
    which returns a time_point representing now.
 .
 To make the timing facilities more generally useful, Boost.Chrono
 provides a number of clocks that are thin wrappers around the
 operating system's time APIs, thereby allowing the extraction of wall
 clock time, user CPU time, system CPU time spent by the process:
 .
  * process_real_cpu_clock, captures wall clock CPU time spent by the
    current process.
  * process_user_cpu_clock, captures user-CPU time spent by the current
    process.
  * process_system_cpu_clock, captures system-CPU time spent by the
    current process.
  * a tuple-like class process_cpu_clock, that captures real, user-CPU,
    and system-CPU process times together.
  * a thread_clock thread steady clock giving the time spent by the
    current thread (when supported by a platform).
 .
 Lastly, Boost.Chrono includes typeof registration for duration and
 time_point to permit using emulated auto with C++03 compilers.

libboost-chrono1.67.0-dbgsym: No summary available for libboost-chrono1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-chrono1.67.0-dbgsym in ubuntu groovy.

libboost-container1.67-dev: No summary available for libboost-container1.67-dev in ubuntu groovy.

No description available for libboost-container1.67-dev in ubuntu groovy.

libboost-container1.67.0: C++ library that implements several well-known containers

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Container library implements several well-known containers,
 including STL containers. The aim of the library is to offers
 advanced features not present in standard containers or to offer the
 latest standard draft features for compilers that don't comply with
 the latest C++ standard.
 .
 In short, what does Boost.Container offer?
 .
  * Move semantics are implemented, including move emulation
    for pre-C++11 compilers.
  * New advanced features (e.g. placement insertion,
    recursive containers) are present.
  * Containers support stateful allocators and are compatible with
    Boost.Interprocess (they can be safely placed in shared memory).
  * The library offers new useful containers:
    * flat_map, flat_set, flat_multimap and flat_multiset: drop-in
      replacements for standard associative containers but more
      memory friendly and with faster searches.
    * stable_vector: a std::list and std::vector hybrid container:
      vector-like random-access iterators and list-like iterator
      stability in insertions and erasures.
    * slist: the classic pre-standard singly linked list implementation
      offering constant-time size(). Note that C++11 forward_list has no size().

libboost-container1.67.0-dbgsym: No summary available for libboost-container1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-container1.67.0-dbgsym in ubuntu groovy.

libboost-context1.67-dev: provides a sort of cooperative multitasking on a single thread

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Context is a foundational library that provides a sort of
 cooperative multitasking on a single thread. By providing an
 abstraction of the current execution state in the current thread,
 including the stack (with local variables) and stack pointer, all
 registers and CPU flags, and the instruction pointer, a fcontext_t
 instance represents a specific point in the application's execution
 path. This is useful for building higher-level abstractions, like
 coroutines, cooperative threads (userland threads) or an equivalent
 to C# keyword yield in C++.

libboost-context1.67.0: No summary available for libboost-context1.67.0 in ubuntu groovy.

No description available for libboost-context1.67.0 in ubuntu groovy.

libboost-context1.67.0-dbgsym: No summary available for libboost-context1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-context1.67.0-dbgsym in ubuntu groovy.

libboost-contract1.67-dev: Contract library for C++ - dev files

 This package forms part of the Boost C++ Libraries collection.
 .
 All contract programming features are supported: Subcontracting,
 class invariants, postconditions (with old and return values),
 preconditions, customizable actions on assertion failure (e.g.,
 terminate or throw), optional compilation and checking of assertions,
 etc.

libboost-contract1.67.0: No summary available for libboost-contract1.67.0 in ubuntu groovy.

No description available for libboost-contract1.67.0 in ubuntu groovy.

libboost-contract1.67.0-dbgsym: debug symbols for libboost-contract1.67.0
libboost-coroutine1.67-dev: No summary available for libboost-coroutine1.67-dev in ubuntu groovy.

No description available for libboost-coroutine1.67-dev in ubuntu groovy.

libboost-coroutine1.67.0: No summary available for libboost-coroutine1.67.0 in ubuntu groovy.

No description available for libboost-coroutine1.67.0 in ubuntu groovy.

libboost-coroutine1.67.0-dbgsym: debug symbols for libboost-coroutine1.67.0
libboost-date-time1.67-dev: set of date-time libraries based on generic programming concepts

 This package forms part of the Boost C++ Libraries collection.
 .
 These libraries are intended to make programming with dates and times
 almost as simple and natural as programming with strings and integers.

libboost-date-time1.67.0: No summary available for libboost-date-time1.67.0 in ubuntu groovy.

No description available for libboost-date-time1.67.0 in ubuntu groovy.

libboost-date-time1.67.0-dbgsym: debug symbols for libboost-date-time1.67.0
libboost-exception1.67-dev: No summary available for libboost-exception1.67-dev in ubuntu groovy.

No description available for libboost-exception1.67-dev in ubuntu groovy.

libboost-fiber1.67-dev: cooperatively-scheduled micro-/userland-threads

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Fiber provides a framework for micro-/userland-threads (fibers)
 scheduled cooperatively. The API contains classes and functions to
 manage and synchronize fibers similarly to standard thread support
 library.
 .
 Each fiber has its own stack.
 .
 A fiber can save the current execution state, including all registers
 and CPU flags, the instruction pointer, and the stack pointer and
 later restore this state. The idea is to have multiple execution
 paths running on a single thread using cooperative scheduling (versus
 threads, which are preemptively scheduled). The running fiber decides
 explicitly when it should yield to allow another fiber to run
 (context switching). Boost.Fiber internally uses execution_context
 from Boost.Context; the classes in this library manage, schedule and,
 when needed, synchronize those execution contexts. A context switch
 between threads usually costs thousands of CPU cycles on x86,
 compared to a fiber switch with less than a hundred cycles. A fiber
 runs on a single thread at any point in time.

libboost-fiber1.67.0: No summary available for libboost-fiber1.67.0 in ubuntu groovy.

No description available for libboost-fiber1.67.0 in ubuntu groovy.

libboost-fiber1.67.0-dbgsym: debug symbols for libboost-fiber1.67.0
libboost-filesystem1.67-dev: filesystem operations (portable paths, iteration over directories, etc) in C++

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Filesystem Library provides portable facilities to query and
 manipulate paths, files, and directories. The goal is to
 facilitate portable script-like operations from within C++ programs.

libboost-filesystem1.67.0: No summary available for libboost-filesystem1.67.0 in ubuntu groovy.

No description available for libboost-filesystem1.67.0 in ubuntu groovy.

libboost-filesystem1.67.0-dbgsym: debug symbols for libboost-filesystem1.67.0
libboost-graph-parallel1.67-dev: generic graph components and algorithms in C++

 This package forms part of the Boost C++ Libraries collection.
 .
 The Parallel Boost Graph Library is an extension to the Boost Graph Library
 (BGL) for parallel and distributed computing. It offers distributed graphs
 and graph algorithms to exploit coarse-grained parallelism along with
 parallel algorithms that exploit fine-grained parallelism, while retaining
 the same interfaces as the (sequential) BGL. Code written using the sequential
 BGL should be easy to parallelize with the parallel BGL.

libboost-graph-parallel1.67.0: No summary available for libboost-graph-parallel1.67.0 in ubuntu groovy.

No description available for libboost-graph-parallel1.67.0 in ubuntu groovy.

libboost-graph-parallel1.67.0-dbgsym: debug symbols for libboost-graph-parallel1.67.0
libboost-graph1.67-dev: generic graph components and algorithms in C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Graphs are mathematical abstractions that are useful for solving
 many types of problems in computer science. Consequently, these
 abstractions must also be represented in computer programs. A
 standardized generic interface for traversing graphs is of utmost
 importance to encourage reuse of graph algorithms and data structures.

libboost-graph1.67.0: generic graph components and algorithms in C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Graphs are mathematical abstractions that are useful for solving
 many types of problems in computer science. Consequently, these
 abstractions must also be represented in computer programs. A
 standardized generic interface for traversing graphs is of utmost
 importance to encourage reuse of graph algorithms and data structures.

libboost-graph1.67.0-dbgsym: debug symbols for libboost-graph1.67.0
libboost-iostreams1.67-dev: No summary available for libboost-iostreams1.67-dev in ubuntu groovy.

No description available for libboost-iostreams1.67-dev in ubuntu groovy.

libboost-iostreams1.67.0: Boost.Iostreams Library

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Iostreams are a collection of concepts and a set of templates
 which turn models of these concepts into C++ standard library streams
 and stream buffers.

libboost-iostreams1.67.0-dbgsym: debug symbols for libboost-iostreams1.67.0
libboost-locale1.67-dev: C++ facilities for localization

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Locale gives powerful tools for development of cross platform
 localized software - the software that talks to user in its language.
 .
  * Correct case conversion, case folding and normalization.
  * Collation (sorting), including support for 4 Unicode collation
 levels.
  * Date, time, timezone and calendar manipulations, formatting
 and parsing, including transparent support for calendars other than
 Gregorian.
  * Boundary analysis for characters, words, sentences and
 line-breaks.
  * Number formatting, spelling and parsing.
  * Monetary formatting and parsing.
  * Powerful message formatting (string translation) including
 support for plural forms, using GNU catalogs.
  * Character set conversion.
  * Transparent support for 8-bit character sets like Latin1
  * Support for char and wchar_t
  * Experimental support for C++0x char16_t and char32_t strings and streams.

libboost-locale1.67.0: C++ facilities for localization

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Locale gives powerful tools for development of cross platform
 localized software - the software that talks to user in its language.
 .
  * Correct case conversion, case folding and normalization.
  * Collation (sorting), including support for 4 Unicode collation
 levels.
  * Date, time, timezone and calendar manipulations, formatting
 and parsing, including transparent support for calendars other than
 Gregorian.
  * Boundary analysis for characters, words, sentences and
 line-breaks.
  * Number formatting, spelling and parsing.
  * Monetary formatting and parsing.
  * Powerful message formatting (string translation) including
 support for plural forms, using GNU catalogs.
  * Character set conversion.
  * Transparent support for 8-bit character sets like Latin1
  * Support for char and wchar_t
  * Experimental support for C++0x char16_t and char32_t strings and streams.

libboost-locale1.67.0-dbgsym: debug symbols for libboost-locale1.67.0
libboost-log1.67-dev: No summary available for libboost-log1.67-dev in ubuntu groovy.

No description available for libboost-log1.67-dev in ubuntu groovy.

libboost-log1.67.0: No summary available for libboost-log1.67.0 in ubuntu groovy.

No description available for libboost-log1.67.0 in ubuntu groovy.

libboost-log1.67.0-dbgsym: No summary available for libboost-log1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-log1.67.0-dbgsym in ubuntu groovy.

libboost-math1.67-dev: No summary available for libboost-math1.67-dev in ubuntu groovy.

No description available for libboost-math1.67-dev in ubuntu groovy.

libboost-math1.67.0: Boost.Math Library

 This package forms part of the Boost C++ Libraries collection.
 .
 This library is divided into three interconnected parts:
  * Statistical Distributions: Provides a reasonably comprehensive set of
    statistical distributions, upon which higher level statistical tests
    can be built.
  * Mathematical Special Functions: Provides a small number of high quality
    special functions, initially these were concentrated on functions used in
    statistical applications along with those in the Technical Report on
    C++ Library Extensions.
  * Implementation Toolkit: Provides many of the tools required to implement
    mathematical special functions.

libboost-math1.67.0-dbgsym: No summary available for libboost-math1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-math1.67.0-dbgsym in ubuntu groovy.

libboost-mpi-python1.67-dev: C++ interface to the Message Passing Interface (MPI), Python Bindings

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package provides Python Bindings to the C++ interface.

libboost-mpi-python1.67.0: C++ interface to the Message Passing Interface (MPI), Python Bindings

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package provides Python Bindings to the C++ interface.
 .
 One of the python interpreter packages is required to use the bindings.

libboost-mpi-python1.67.0-dbgsym: debug symbols for libboost-mpi-python1.67.0
libboost-mpi1.67-dev: C++ interface to the Message Passing Interface (MPI)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.

libboost-mpi1.67.0: C++ interface to the Message Passing Interface (MPI)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.

libboost-mpi1.67.0-dbgsym: No summary available for libboost-mpi1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-mpi1.67.0-dbgsym in ubuntu groovy.

libboost-numpy1.67-dev: No summary available for libboost-numpy1.67-dev in ubuntu groovy.

No description available for libboost-numpy1.67-dev in ubuntu groovy.

libboost-numpy1.67.0: No summary available for libboost-numpy1.67.0 in ubuntu groovy.

No description available for libboost-numpy1.67.0 in ubuntu groovy.

libboost-numpy1.67.0-dbgsym: No summary available for libboost-numpy1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-numpy1.67.0-dbgsym in ubuntu groovy.

libboost-program-options1.67-dev: No summary available for libboost-program-options1.67-dev in ubuntu groovy.

No description available for libboost-program-options1.67-dev in ubuntu groovy.

libboost-program-options1.67.0: program options library for C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Library to let program developers obtain program options, that is
 (name, value) pairs from the user, via conventional methods such as
 command line and config file.

libboost-program-options1.67.0-dbgsym: No summary available for libboost-program-options1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-program-options1.67.0-dbgsym in ubuntu groovy.

libboost-python1.67-dev: No summary available for libboost-python1.67-dev in ubuntu groovy.

No description available for libboost-python1.67-dev in ubuntu groovy.

libboost-python1.67.0: Boost.Python Library

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Python Library is used to quickly and easily export a C++
 library to Python such that the Python interface is very similar to
 the C++ interface. It is designed to be minimally intrusive on your
 C++ design. In most cases, you should not have to alter your C++
 classes in any way in order to use them with Boost.Python. The
 system should simply "reflect" your C++ classes and functions into
 Python. The major features of Boost.Python include support for:
 Subclassing extension types in Python, Overriding virtual functions
 in Python, Member function Overloading, Automatic wrapping of
 numeric operators among others.
 .
 One of the python interpreter packages is required to use the
 created extensions.

libboost-python1.67.0-dbgsym: No summary available for libboost-python1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-python1.67.0-dbgsym in ubuntu groovy.

libboost-random1.67-dev: No summary available for libboost-random1.67-dev in ubuntu groovy.

No description available for libboost-random1.67-dev in ubuntu groovy.

libboost-random1.67.0: No summary available for libboost-random1.67.0 in ubuntu groovy.

No description available for libboost-random1.67.0 in ubuntu groovy.

libboost-random1.67.0-dbgsym: No summary available for libboost-random1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-random1.67.0-dbgsym in ubuntu groovy.

libboost-regex1.67-dev: regular expression library for C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Regular expressions are a form of pattern-matching that are often
 used in text processing; many users will be familiar with the Unix
 utilities grep, sed and awk, and the programming language perl, each
 of which make extensive use of regular expressions. Traditionally C++
 users have been limited to the POSIX C APIs for manipulating regular
 expressions, and while regex does provide these APIs, they do not
 represent the best way to use the library. For example regex can cope
 with wide character strings, or search and replace operations (in a
 manner analogous to either sed or perl), something that traditional C
 libraries can not do.

libboost-regex1.67.0: regular expression library for C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Regular expressions are a form of pattern-matching that are often
 used in text processing; many users will be familiar with the Unix
 utilities grep, sed and awk, and the programming language perl, each
 of which make extensive use of regular expressions. Traditionally C++
 users have been limited to the POSIX C APIs for manipulating regular
 expressions, and while regex does provide these APIs, they do not
 represent the best way to use the library. For example regex can cope
 with wide character strings, or search and replace operations (in a
 manner analogous to either sed or perl), something that traditional C
 libraries can not do.

libboost-regex1.67.0-dbgsym: No summary available for libboost-regex1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-regex1.67.0-dbgsym in ubuntu groovy.

libboost-serialization1.67-dev: serialization library for C++

 This package forms part of the Boost C++ Libraries collection,
 containing the following functionalities:
 .
  * proper restoration of pointers to shared data
  * serialization of STL containers and other commonly used templates
  * data portability - streams of bytes created on one platform should
    be readable on any other
  * archive interface must be rich enough to permit the creation of an
    archive that presents serialized data as XML in a useful manner
 .
 Here, "serialization" means the reversible deconstruction of an
 arbitrary set of C++ data structures to a sequence of bytes.
 archive: to refer to a specific rendering of this stream of bytes.

libboost-serialization1.67.0: No summary available for libboost-serialization1.67.0 in ubuntu groovy.

No description available for libboost-serialization1.67.0 in ubuntu groovy.

libboost-serialization1.67.0-dbgsym: debug symbols for libboost-serialization1.67.0
libboost-signals1.67-dev: managed signals and slots library for C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Signals represent callbacks with multiple targets, and are also
 called publishers or events in similar systems. Signals are connected
 to some set of slots, which are callback receivers (also called event
 targets or subscribers), which are called when the signal is
 "emitted."

libboost-signals1.67.0: managed signals and slots library for C++

 This package forms part of the Boost C++ Libraries collection.
 .
 Signals represent callbacks with multiple targets, and are also
 called publishers or events in similar systems. Signals are connected
 to some set of slots, which are callback receivers (also called event
 targets or subscribers), which are called when the signal is
 "emitted."

libboost-signals1.67.0-dbgsym: debug symbols for libboost-signals1.67.0
libboost-stacktrace1.67-dev: library to capture and print stack traces - development files

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Stacktrace library is a simple C++03 library that provides
 information about call sequence in a human-readable form.

libboost-stacktrace1.67.0: library to capture and print stack traces

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Stacktrace library is a simple C++03 library that provides
 information about call sequence in a human-readable form.

libboost-stacktrace1.67.0-dbgsym: No summary available for libboost-stacktrace1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-stacktrace1.67.0-dbgsym in ubuntu groovy.

libboost-system1.67-dev: Operating system (e.g. diagnostics support) library

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost System library provides simple, light-weight error_code
 objects that encapsulate system-specific error code values, yet also
 provide access to more abstract and portable error conditions via
 error_condition objects. Because error_code objects can represent
 errors from sources other than the operating system, including
 user-defined sources, each error_code and error_condition has an
 associated error_category.

libboost-system1.67.0: Operating system (e.g. diagnostics support) library

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost System library provides simple, light-weight error_code
 objects that encapsulate system-specific error code values, yet also
 provide access to more abstract and portable error conditions via
 error_condition objects. Because error_code objects can represent
 errors from sources other than the operating system, including
 user-defined sources, each error_code and error_condition has an
 associated error_category.

libboost-system1.67.0-dbgsym: debug symbols for libboost-system1.67.0
libboost-test1.67-dev: components for writing and executing test suites

 This package forms part of the Boost C++ Libraries collection. The
 library contains several components.
 .
  * Basic execution, error detection, and reporting facility.
  * Facilities to monitor program execution and produce error reports.
  * Unit test framework to simplify writing test cases.

libboost-test1.67.0: components for writing and executing test suites

 This package forms part of the Boost C++ Libraries collection. The
 library contains several components.
 .
  * Basic execution, error detection, and reporting facility.
  * Facilities to monitor program execution and produce error reports.
  * Unit test framework to simplify writing test cases.

libboost-test1.67.0-dbgsym: debug symbols for libboost-test1.67.0
libboost-thread1.67-dev: portable C++ multi-threading

 This package forms part of the Boost C++ Libraries collection.
 .
 Toolkit for writing C++ programs that execute as multiple,
 asynchronous, independent, threads-of-execution. Each thread has its
 own machine state including program instruction counter and
 registers.

libboost-thread1.67.0: No summary available for libboost-thread1.67.0 in ubuntu groovy.

No description available for libboost-thread1.67.0 in ubuntu groovy.

libboost-thread1.67.0-dbgsym: debug symbols for libboost-thread1.67.0
libboost-timer1.67-dev: No summary available for libboost-timer1.67-dev in ubuntu groovy.

No description available for libboost-timer1.67-dev in ubuntu groovy.

libboost-timer1.67.0: C++ wall clock and CPU process timers

 This package forms part of the Boost C++ Libraries collection.
 .
 Portable C++ timer classes that answer the question "How long does my
 C++ code take to run?" with as little as one #include and one
 additional line of code.
 .
 Class cpu_timer measures wall clock time, user CPU process time, and
 system CPU process time. Class auto_cpu_timer is a refinement of
 cpu_timer that automatically reports the elapsed times when an
 auto_cpu_timer object is destroyed.

libboost-timer1.67.0-dbgsym: debug symbols for libboost-timer1.67.0
libboost-type-erasure1.67-dev: C++ runtime polymorphism based on concepts

 This package forms part of the Boost C++ Libraries collection.
 .
 C++ has two distinct kinds of polymorphism, virtual functions and templates,
 each of which has its own advantages and disadvantages. The Boost.TypeErasure
 library combines the superior abstraction capabilities of templates, with the
 runtime flexibility of virtual functions.

libboost-type-erasure1.67.0: C++ runtime polymorphism based on concepts

 This package forms part of the Boost C++ Libraries collection.
 .
 C++ has two distinct kinds of polymorphism, virtual functions and templates,
 each of which has its own advantages and disadvantages. The Boost.TypeErasure
 library combines the superior abstraction capabilities of templates, with the
 runtime flexibility of virtual functions.

libboost-type-erasure1.67.0-dbgsym: debug symbols for libboost-type-erasure1.67.0
libboost-wave1.67-dev: C99/C++ preprocessor library

 This package forms part of the Boost C++ Libraries collection.
 .
 The Wave C++ preprocessor library is a Standards conformant
 implementation of the mandated C99/C++ preprocessor functionality
 packed behind a simple to use interface, which integrates well with
 the well known idioms of the Standard Template Library (STL).

libboost-wave1.67.0: C99/C++ preprocessor library

 This package forms part of the Boost C++ Libraries collection.
 .
 The Wave C++ preprocessor library is a Standards conformant
 implementation of the mandated C99/C++ preprocessor functionality
 packed behind a simple to use interface, which integrates well with
 the well known idioms of the Standard Template Library (STL).

libboost-wave1.67.0-dbgsym: No summary available for libboost-wave1.67.0-dbgsym in ubuntu groovy.

No description available for libboost-wave1.67.0-dbgsym in ubuntu groovy.

libboost1.67-all-dev: Boost C++ Libraries development files (ALL)

 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This metapackage provides the complete Boost development environment,
 including all separately-packaged libraries.

libboost1.67-dev: No summary available for libboost1.67-dev in ubuntu groovy.

No description available for libboost1.67-dev in ubuntu groovy.

libboost1.67-doc: Boost.org libraries documentation placeholder

 This package originally provided documentation, but has since fallen
 into disrepair and presently provides no documentation. Please
 use documentation at www.boost.org.

libboost1.67-tools-dev: No summary available for libboost1.67-tools-dev in ubuntu groovy.

No description available for libboost1.67-tools-dev in ubuntu groovy.

libboost1.67-tools-dev-dbgsym: debug symbols for libboost1.67-tools-dev