boost1.67 1.67.0-13ubuntu1 source package in Ubuntu
Changelog
boost1.67 (1.67.0-13ubuntu1) eoan; urgency=medium [ Dimitri John Ledkov ] * Remove myself from uploaders. * Provide and Encode icuabi in libboost-regex shlibdeps. [ Giovanni Mascellani ] * Add -contract as dependency of -dev-all. -- Dimitri John Ledkov <email address hidden> Tue, 12 Mar 2019 03:44:54 +0000
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Eoan
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
boost1.67_1.67.0.orig.tar.gz | 81.3 MiB | 40c2e1fb225b688453ceeb3348265b4b7f2eee216e14f5158d51b0fef2fe0bb5 |
boost1.67_1.67.0-13ubuntu1.debian.tar.xz | 342.8 KiB | 6698b3596b08155523c5dd72e8e0baa88909a2d71ec75213ea52ffec41af8eb4 |
boost1.67_1.67.0-13ubuntu1.dsc | 8.3 KiB | 874a07b201dc3fdb491ad90b0dfc94d8a8006acfc725fc7bf498898065d29a1f |
Available diffs
Binary packages built by this source
- libboost-atomic1.67-dev: No summary available for libboost-atomic1.67-dev in ubuntu eoan.
No description available for libboost-
atomic1. 67-dev in ubuntu eoan.
- libboost-atomic1.67.0: atomic data types, operations, and memory ordering constraints
This package forms part of the Boost C++ Libraries collection.
.
Boost.Atomic is a library that provides atomic data types and
operations on these data types, as well as memory ordering
constraints required for coordinating multiple threads through atomic
variables. It implements the interface as defined by the C++11
standard, but makes this feature available for platforms lacking
system/compiler support for this particular C++11 feature.
.
Users of this library should already be familiar with concurrency in
general, as well as elementary concepts such as "mutual exclusion".
.
The implementation makes use of processor-specific instructions where
possible (via inline assembler, platform libraries or compiler
intrinsics), and falls back to "emulating" atomic operations through
locking.
- libboost-atomic1.67.0-dbgsym: No summary available for libboost-atomic1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
atomic1. 67.0-dbgsym in ubuntu eoan.
- libboost-chrono1.67-dev: No summary available for libboost-chrono1.67-dev in ubuntu eoan.
No description available for libboost-
chrono1. 67-dev in ubuntu eoan.
- 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 eoan.
No description available for libboost-
chrono1. 67.0-dbgsym in ubuntu eoan.
- libboost-container1.67-dev: No summary available for libboost-container1.67-dev in ubuntu eoan.
No description available for libboost-
container1. 67-dev in ubuntu eoan.
- 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: debug symbols for libboost-container1.67.0
- libboost-context1.67-dev: No summary available for libboost-context1.67-dev in ubuntu eoan.
No description available for libboost-
context1. 67-dev in ubuntu eoan.
- libboost-context1.67.0: No summary available for libboost-context1.67.0 in ubuntu eoan.
No description available for libboost-
context1. 67.0 in ubuntu eoan.
- libboost-context1.67.0-dbgsym: debug symbols for libboost-context1.67.0
- libboost-contract1.67-dev: No summary available for libboost-contract1.67-dev in ubuntu eoan.
No description available for libboost-
contract1. 67-dev in ubuntu eoan.
- libboost-contract1.67.0: No summary available for libboost-contract1.67.0 in ubuntu eoan.
No description available for libboost-
contract1. 67.0 in ubuntu eoan.
- libboost-contract1.67.0-dbgsym: No summary available for libboost-contract1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
contract1. 67.0-dbgsym in ubuntu eoan.
- libboost-coroutine1.67-dev: No summary available for libboost-coroutine1.67-dev in ubuntu eoan.
No description available for libboost-
coroutine1. 67-dev in ubuntu eoan.
- libboost-coroutine1.67.0: No summary available for libboost-coroutine1.67.0 in ubuntu eoan.
No description available for libboost-
coroutine1. 67.0 in ubuntu eoan.
- libboost-coroutine1.67.0-dbgsym: No summary available for libboost-coroutine1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
coroutine1. 67.0-dbgsym in ubuntu eoan.
- libboost-date-time1.67-dev: No summary available for libboost-date-time1.67-dev in ubuntu eoan.
No description available for libboost-
date-time1. 67-dev in ubuntu eoan.
- libboost-date-time1.67.0: No summary available for libboost-date-time1.67.0 in ubuntu eoan.
No description available for libboost-
date-time1. 67.0 in ubuntu eoan.
- libboost-date-time1.67.0-dbgsym: No summary available for libboost-date-time1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
date-time1. 67.0-dbgsym in ubuntu eoan.
- libboost-exception1.67-dev: No summary available for libboost-exception1.67-dev in ubuntu eoan.
No description available for libboost-
exception1. 67-dev in ubuntu eoan.
- libboost-fiber1.67-dev: No summary available for libboost-fiber1.67-dev in ubuntu eoan.
No description available for libboost-
fiber1. 67-dev in ubuntu eoan.
- libboost-fiber1.67.0: No summary available for libboost-fiber1.67.0 in ubuntu eoan.
No description available for libboost-
fiber1. 67.0 in ubuntu eoan.
- libboost-fiber1.67.0-dbgsym: No summary available for libboost-fiber1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
fiber1. 67.0-dbgsym in ubuntu eoan.
- 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 eoan.
No description available for libboost-
filesystem1. 67.0 in ubuntu eoan.
- libboost-filesystem1.67.0-dbgsym: debug symbols for libboost-filesystem1.67.0
- libboost-graph-parallel1.67-dev: No summary available for libboost-graph-parallel1.67-dev in ubuntu eoan.
No description available for libboost-
graph-parallel1 .67-dev in ubuntu eoan.
- libboost-graph-parallel1.67.0: No summary available for libboost-graph-parallel1.67.0 in ubuntu eoan.
No description available for libboost-
graph-parallel1 .67.0 in ubuntu eoan.
- 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 eoan.
No description available for libboost-
iostreams1. 67-dev in ubuntu eoan.
- libboost-iostreams1.67.0: No summary available for libboost-iostreams1.67.0 in ubuntu eoan.
No description available for libboost-
iostreams1. 67.0 in ubuntu eoan.
- 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: No summary available for libboost-locale1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
locale1. 67.0-dbgsym in ubuntu eoan.
- libboost-log1.67-dev: C++ logging library
This package forms part of the Boost C++ Libraries collection.
.
This library aims to make logging significantly easier for the
application developer. It provides a wide range of out-of-the-box
tools along with public interfaces for extending the library. The
main goals of the library are:
.
* Simplicity. A small example code snippet should be enough to get
the feel of the library and be ready to use its basic features.
* Extensibility. A user should be able to extend functionality of the
library for collecting and storing information into logs.
* Performance. The library should have as little performance impact on
the user's application as possible.
- libboost-log1.67.0: No summary available for libboost-log1.67.0 in ubuntu eoan.
No description available for libboost-log1.67.0 in ubuntu eoan.
- libboost-log1.67.0-dbgsym: No summary available for libboost-log1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
log1.67. 0-dbgsym in ubuntu eoan.
- libboost-math1.67-dev: No summary available for libboost-math1.67-dev in ubuntu eoan.
No description available for libboost-
math1.67- dev in ubuntu eoan.
- libboost-math1.67.0: No summary available for libboost-math1.67.0 in ubuntu eoan.
No description available for libboost-math1.67.0 in ubuntu eoan.
- libboost-math1.67.0-dbgsym: No summary available for libboost-math1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
math1.67. 0-dbgsym in ubuntu eoan.
- 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: No summary available for libboost-mpi1.67-dev in ubuntu eoan.
No description available for libboost-
mpi1.67- dev in ubuntu eoan.
- libboost-mpi1.67.0: No summary available for libboost-mpi1.67.0 in ubuntu eoan.
No description available for libboost-mpi1.67.0 in ubuntu eoan.
- libboost-mpi1.67.0-dbgsym: No summary available for libboost-mpi1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
mpi1.67. 0-dbgsym in ubuntu eoan.
- libboost-numpy1.67-dev: Boost.Python NumPy extensions development files
This package forms part of the Boost C++ Libraries collection.
.
The Boost Python library enables exporting a C++ library to Python.
The NumPy extensions lets the C++ code interact with NumPy types.
.
This package allows development of a Python interface for all current
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
- libboost-numpy1.67.0: No summary available for libboost-numpy1.67.0 in ubuntu eoan.
No description available for libboost-
numpy1. 67.0 in ubuntu eoan.
- libboost-numpy1.67.0-dbgsym: No summary available for libboost-numpy1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
numpy1. 67.0-dbgsym in ubuntu eoan.
- libboost-program-options1.67-dev: No summary available for libboost-program-options1.67-dev in ubuntu eoan.
No description available for libboost-
program- options1. 67-dev in ubuntu eoan.
- libboost-program-options1.67.0: No summary available for libboost-program-options1.67.0 in ubuntu eoan.
No description available for libboost-
program- options1. 67.0 in ubuntu eoan.
- libboost-program-options1.67.0-dbgsym: No summary available for libboost-program-options1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
program- options1. 67.0-dbgsym in ubuntu eoan.
- libboost-python1.67-dev: Boost.Python Library development files
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.
.
This package allows development of a Python interface for all current
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
- libboost-python1.67.0: No summary available for libboost-python1.67.0 in ubuntu eoan.
No description available for libboost-
python1. 67.0 in ubuntu eoan.
- libboost-python1.67.0-dbgsym: No summary available for libboost-python1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
python1. 67.0-dbgsym in ubuntu eoan.
- libboost-random1.67-dev: No summary available for libboost-random1.67-dev in ubuntu eoan.
No description available for libboost-
random1. 67-dev in ubuntu eoan.
- libboost-random1.67.0: No summary available for libboost-random1.67.0 in ubuntu eoan.
No description available for libboost-
random1. 67.0 in ubuntu eoan.
- libboost-random1.67.0-dbgsym: No summary available for libboost-random1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
random1. 67.0-dbgsym in ubuntu eoan.
- 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: No summary available for libboost-regex1.67.0 in ubuntu eoan.
No description available for libboost-
regex1. 67.0 in ubuntu eoan.
- libboost-regex1.67.0-dbgsym: debug symbols for libboost-regex1.67.0
- libboost-serialization1.67-dev: No summary available for libboost-serialization1.67-dev in ubuntu eoan.
No description available for libboost-
serialization1. 67-dev in ubuntu eoan.
- libboost-serialization1.67.0: No summary available for libboost-serialization1.67.0 in ubuntu eoan.
No description available for libboost-
serialization1. 67.0 in ubuntu eoan.
- libboost-serialization1.67.0-dbgsym: No summary available for libboost-serialization1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
serialization1. 67.0-dbgsym in ubuntu eoan.
- libboost-signals1.67-dev: No summary available for libboost-signals1.67-dev in ubuntu eoan.
No description available for libboost-
signals1. 67-dev in ubuntu eoan.
- libboost-signals1.67.0: No summary available for libboost-signals1.67.0 in ubuntu eoan.
No description available for libboost-
signals1. 67.0 in ubuntu eoan.
- libboost-signals1.67.0-dbgsym: No summary available for libboost-signals1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
signals1. 67.0-dbgsym in ubuntu eoan.
- libboost-stacktrace1.67-dev: No summary available for libboost-stacktrace1.67-dev in ubuntu eoan.
No description available for libboost-
stacktrace1. 67-dev in ubuntu eoan.
- 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 eoan.
No description available for libboost-
stacktrace1. 67.0-dbgsym in ubuntu eoan.
- libboost-system1.67-dev: No summary available for libboost-system1.67-dev in ubuntu eoan.
No description available for libboost-
system1. 67-dev in ubuntu eoan.
- libboost-system1.67.0: No summary available for libboost-system1.67.0 in ubuntu eoan.
No description available for libboost-
system1. 67.0 in ubuntu eoan.
- 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: No summary available for libboost-test1.67.0 in ubuntu eoan.
No description available for libboost-test1.67.0 in ubuntu eoan.
- libboost-test1.67.0-dbgsym: debug symbols for libboost-test1.67.0
- libboost-thread1.67-dev: No summary available for libboost-thread1.67-dev in ubuntu eoan.
No description available for libboost-
thread1. 67-dev in ubuntu eoan.
- libboost-thread1.67.0: No summary available for libboost-thread1.67.0 in ubuntu eoan.
No description available for libboost-
thread1. 67.0 in ubuntu eoan.
- libboost-thread1.67.0-dbgsym: No summary available for libboost-thread1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
thread1. 67.0-dbgsym in ubuntu eoan.
- libboost-timer1.67-dev: No summary available for libboost-timer1.67-dev in ubuntu eoan.
No description available for libboost-
timer1. 67-dev in ubuntu eoan.
- libboost-timer1.67.0: No summary available for libboost-timer1.67.0 in ubuntu eoan.
No description available for libboost-
timer1. 67.0 in ubuntu eoan.
- libboost-timer1.67.0-dbgsym: No summary available for libboost-timer1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
timer1. 67.0-dbgsym in ubuntu eoan.
- libboost-type-erasure1.67-dev: No summary available for libboost-type-erasure1.67-dev in ubuntu eoan.
No description available for libboost-
type-erasure1. 67-dev in ubuntu eoan.
- libboost-type-erasure1.67.0: No summary available for libboost-type-erasure1.67.0 in ubuntu eoan.
No description available for libboost-
type-erasure1. 67.0 in ubuntu eoan.
- libboost-type-erasure1.67.0-dbgsym: No summary available for libboost-type-erasure1.67.0-dbgsym in ubuntu eoan.
No description available for libboost-
type-erasure1. 67.0-dbgsym in ubuntu eoan.
- libboost-wave1.67-dev: No summary available for libboost-wave1.67-dev in ubuntu eoan.
No description available for libboost-
wave1.67- dev in ubuntu eoan.
- libboost-wave1.67.0: No summary available for libboost-wave1.67.0 in ubuntu eoan.
No description available for libboost-wave1.67.0 in ubuntu eoan.
- libboost-wave1.67.0-dbgsym: debug symbols for libboost-wave1.67.0
- libboost1.67-all-dev: No summary available for libboost1.67-all-dev in ubuntu eoan.
No description available for libboost1.
67-all- dev in ubuntu eoan.
- libboost1.67-dev: Boost C++ Libraries development files
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 package provides headers for all Boost libraries.
.
Extended precision arithmetic package libmpfrc++-dev or libntl-dev is
required to use the Boost.Multiprecision wrapping of the respective
library.
- 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 eoan.
No description available for libboost1.
67-tools- dev in ubuntu eoan.
- libboost1.67-tools-dev-dbgsym: No summary available for libboost1.67-tools-dev-dbgsym in ubuntu eoan.
No description available for libboost1.
67-tools- dev-dbgsym in ubuntu eoan.