boost1.74 1.74.0-8ubuntu6 source package in Ubuntu

Changelog

boost1.74 (1.74.0-8ubuntu6) impish; urgency=medium

  * Install the boost.mpi Python module
  * Enable demo1 and demo2 in mpi-python test

 -- Graham Inggs <email address hidden>  Mon, 13 Sep 2021 07:41:14 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost1.74_1.74.0.orig.tar.xz 57.7 MiB 2467be4af625b5ae4b3c93fc7af196a09eba39c11a7338cd9e8b356fa44d2f45
boost1.74_1.74.0-8ubuntu6.debian.tar.xz 360.8 KiB 1152c2dcf37bacfe521b4a9a46343757747c7e175b1288b7def33a8be2b5663c
boost1.74_1.74.0-8ubuntu6.dsc 9.5 KiB 9a05fbfdf89dd8da1a5b9dc2f63a449581a16d9a9f42615e076875d74701e176

Available diffs

View changes file

Binary packages built by this source

libboost-atomic1.74-dev: 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.74.0: No summary available for libboost-atomic1.74.0 in ubuntu impish.

No description available for libboost-atomic1.74.0 in ubuntu impish.

libboost-atomic1.74.0-dbgsym: No summary available for libboost-atomic1.74.0-dbgsym in ubuntu impish.

No description available for libboost-atomic1.74.0-dbgsym in ubuntu impish.

libboost-chrono1.74-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.74.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.74.0-dbgsym: No summary available for libboost-chrono1.74.0-dbgsym in ubuntu impish.

No description available for libboost-chrono1.74.0-dbgsym in ubuntu impish.

libboost-container1.74-dev: No summary available for libboost-container1.74-dev in ubuntu impish.

No description available for libboost-container1.74-dev in ubuntu impish.

libboost-container1.74.0: No summary available for libboost-container1.74.0 in ubuntu impish.

No description available for libboost-container1.74.0 in ubuntu impish.

libboost-container1.74.0-dbgsym: debug symbols for libboost-container1.74.0
libboost-context1.74-dev: No summary available for libboost-context1.74-dev in ubuntu impish.

No description available for libboost-context1.74-dev in ubuntu impish.

libboost-context1.74.0: No summary available for libboost-context1.74.0 in ubuntu impish.

No description available for libboost-context1.74.0 in ubuntu impish.

libboost-context1.74.0-dbgsym: debug symbols for libboost-context1.74.0
libboost-contract1.74-dev: No summary available for libboost-contract1.74-dev in ubuntu impish.

No description available for libboost-contract1.74-dev in ubuntu impish.

libboost-contract1.74.0: No summary available for libboost-contract1.74.0 in ubuntu impish.

No description available for libboost-contract1.74.0 in ubuntu impish.

libboost-contract1.74.0-dbgsym: debug symbols for libboost-contract1.74.0
libboost-coroutine1.74-dev: No summary available for libboost-coroutine1.74-dev in ubuntu impish.

No description available for libboost-coroutine1.74-dev in ubuntu impish.

libboost-coroutine1.74.0: No summary available for libboost-coroutine1.74.0 in ubuntu impish.

No description available for libboost-coroutine1.74.0 in ubuntu impish.

libboost-coroutine1.74.0-dbgsym: No summary available for libboost-coroutine1.74.0-dbgsym in ubuntu impish.

No description available for libboost-coroutine1.74.0-dbgsym in ubuntu impish.

libboost-date-time1.74-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.74.0: No summary available for libboost-date-time1.74.0 in ubuntu impish.

No description available for libboost-date-time1.74.0 in ubuntu impish.

libboost-date-time1.74.0-dbgsym: debug symbols for libboost-date-time1.74.0
libboost-exception1.74-dev: No summary available for libboost-exception1.74-dev in ubuntu impish.

No description available for libboost-exception1.74-dev in ubuntu impish.

libboost-fiber1.74-dev: No summary available for libboost-fiber1.74-dev in ubuntu impish.

No description available for libboost-fiber1.74-dev in ubuntu impish.

libboost-fiber1.74.0: No summary available for libboost-fiber1.74.0 in ubuntu impish.

No description available for libboost-fiber1.74.0 in ubuntu impish.

libboost-fiber1.74.0-dbgsym: No summary available for libboost-fiber1.74.0-dbgsym in ubuntu impish.

No description available for libboost-fiber1.74.0-dbgsym in ubuntu impish.

libboost-filesystem1.74-dev: No summary available for libboost-filesystem1.74-dev in ubuntu impish.

No description available for libboost-filesystem1.74-dev in ubuntu impish.

libboost-filesystem1.74.0: No summary available for libboost-filesystem1.74.0 in ubuntu impish.

No description available for libboost-filesystem1.74.0 in ubuntu impish.

libboost-filesystem1.74.0-dbgsym: debug symbols for libboost-filesystem1.74.0
libboost-graph-parallel1.74-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.74.0: No summary available for libboost-graph-parallel1.74.0 in ubuntu impish.

No description available for libboost-graph-parallel1.74.0 in ubuntu impish.

libboost-graph-parallel1.74.0-dbgsym: debug symbols for libboost-graph-parallel1.74.0
libboost-graph1.74-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.74.0: No summary available for libboost-graph1.74.0 in ubuntu impish.

No description available for libboost-graph1.74.0 in ubuntu impish.

libboost-graph1.74.0-dbgsym: No summary available for libboost-graph1.74.0-dbgsym in ubuntu impish.

No description available for libboost-graph1.74.0-dbgsym in ubuntu impish.

libboost-iostreams1.74-dev: Boost.Iostreams Library development files

 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.74.0: No summary available for libboost-iostreams1.74.0 in ubuntu impish.

No description available for libboost-iostreams1.74.0 in ubuntu impish.

libboost-iostreams1.74.0-dbgsym: No summary available for libboost-iostreams1.74.0-dbgsym in ubuntu impish.

No description available for libboost-iostreams1.74.0-dbgsym in ubuntu impish.

libboost-locale1.74-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.74.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.74.0-dbgsym: No summary available for libboost-locale1.74.0-dbgsym in ubuntu impish.

No description available for libboost-locale1.74.0-dbgsym in ubuntu impish.

libboost-log1.74-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.74.0: No summary available for libboost-log1.74.0 in ubuntu impish.

No description available for libboost-log1.74.0 in ubuntu impish.

libboost-log1.74.0-dbgsym: No summary available for libboost-log1.74.0-dbgsym in ubuntu impish.

No description available for libboost-log1.74.0-dbgsym in ubuntu impish.

libboost-math1.74-dev: No summary available for libboost-math1.74-dev in ubuntu impish.

No description available for libboost-math1.74-dev in ubuntu impish.

libboost-math1.74.0: No summary available for libboost-math1.74.0 in ubuntu impish.

No description available for libboost-math1.74.0 in ubuntu impish.

libboost-math1.74.0-dbgsym: No summary available for libboost-math1.74.0-dbgsym in ubuntu impish.

No description available for libboost-math1.74.0-dbgsym in ubuntu impish.

libboost-mpi-python1.74-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.74.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.74.0-dbgsym: No summary available for libboost-mpi-python1.74.0-dbgsym in ubuntu impish.

No description available for libboost-mpi-python1.74.0-dbgsym in ubuntu impish.

libboost-mpi1.74-dev: No summary available for libboost-mpi1.74-dev in ubuntu impish.

No description available for libboost-mpi1.74-dev in ubuntu impish.

libboost-mpi1.74.0: No summary available for libboost-mpi1.74.0 in ubuntu impish.

No description available for libboost-mpi1.74.0 in ubuntu impish.

libboost-mpi1.74.0-dbgsym: debug symbols for libboost-mpi1.74.0
libboost-nowide1.74-dev: No summary available for libboost-nowide1.74-dev in ubuntu impish.

No description available for libboost-nowide1.74-dev in ubuntu impish.

libboost-nowide1.74.0: Standard library functions with UTF-8 API on Windows

 This package forms part of the Boost C++ Libraries collection.
 .
 The library provides an implementation of standard C and C++
 library functions which are UTF-8 aware on Windows without
 requiring to use the Wipe API.
 .
 On POSIX platforms, where UTF-8 is already commonly used, the
 calls in Nowide just alias to their standard counterparts.

libboost-nowide1.74.0-dbgsym: No summary available for libboost-nowide1.74.0-dbgsym in ubuntu impish.

No description available for libboost-nowide1.74.0-dbgsym in ubuntu impish.

libboost-numpy1.74-dev: No summary available for libboost-numpy1.74-dev in ubuntu impish.

No description available for libboost-numpy1.74-dev in ubuntu impish.

libboost-numpy1.74.0: No summary available for libboost-numpy1.74.0 in ubuntu impish.

No description available for libboost-numpy1.74.0 in ubuntu impish.

libboost-numpy1.74.0-dbgsym: No summary available for libboost-numpy1.74.0-dbgsym in ubuntu impish.

No description available for libboost-numpy1.74.0-dbgsym in ubuntu impish.

libboost-program-options1.74-dev: No summary available for libboost-program-options1.74-dev in ubuntu impish.

No description available for libboost-program-options1.74-dev in ubuntu impish.

libboost-program-options1.74.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.74.0-dbgsym: debug symbols for libboost-program-options1.74.0
libboost-python1.74-dev: No summary available for libboost-python1.74-dev in ubuntu impish.

No description available for libboost-python1.74-dev in ubuntu impish.

libboost-python1.74.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.74.0-dbgsym: debug symbols for libboost-python1.74.0
libboost-random1.74-dev: No summary available for libboost-random1.74-dev in ubuntu impish.

No description available for libboost-random1.74-dev in ubuntu impish.

libboost-random1.74.0: Boost Random Number Library

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Random Number Library (Boost.Random for short) provides a
 variety of generators and distributions to produce random numbers
 having useful properties, such as uniform distribution.

libboost-random1.74.0-dbgsym: No summary available for libboost-random1.74.0-dbgsym in ubuntu impish.

No description available for libboost-random1.74.0-dbgsym in ubuntu impish.

libboost-regex1.74-dev: No summary available for libboost-regex1.74-dev in ubuntu impish.

No description available for libboost-regex1.74-dev in ubuntu impish.

libboost-regex1.74.0: No summary available for libboost-regex1.74.0 in ubuntu impish.

No description available for libboost-regex1.74.0 in ubuntu impish.

libboost-regex1.74.0-dbgsym: debug symbols for libboost-regex1.74.0
libboost-serialization1.74-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.74.0: 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.74.0-dbgsym: No summary available for libboost-serialization1.74.0-dbgsym in ubuntu impish.

No description available for libboost-serialization1.74.0-dbgsym in ubuntu impish.

libboost-stacktrace1.74-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.74.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.74.0-dbgsym: No summary available for libboost-stacktrace1.74.0-dbgsym in ubuntu impish.

No description available for libboost-stacktrace1.74.0-dbgsym in ubuntu impish.

libboost-system1.74-dev: No summary available for libboost-system1.74-dev in ubuntu impish.

No description available for libboost-system1.74-dev in ubuntu impish.

libboost-system1.74.0: No summary available for libboost-system1.74.0 in ubuntu impish.

No description available for libboost-system1.74.0 in ubuntu impish.

libboost-system1.74.0-dbgsym: debug symbols for libboost-system1.74.0
libboost-test1.74-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.74.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.74.0-dbgsym: No summary available for libboost-test1.74.0-dbgsym in ubuntu impish.

No description available for libboost-test1.74.0-dbgsym in ubuntu impish.

libboost-thread1.74-dev: No summary available for libboost-thread1.74-dev in ubuntu impish.

No description available for libboost-thread1.74-dev in ubuntu impish.

libboost-thread1.74.0: No summary available for libboost-thread1.74.0 in ubuntu impish.

No description available for libboost-thread1.74.0 in ubuntu impish.

libboost-thread1.74.0-dbgsym: No summary available for libboost-thread1.74.0-dbgsym in ubuntu impish.

No description available for libboost-thread1.74.0-dbgsym in ubuntu impish.

libboost-timer1.74-dev: No summary available for libboost-timer1.74-dev in ubuntu impish.

No description available for libboost-timer1.74-dev in ubuntu impish.

libboost-timer1.74.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.74.0-dbgsym: No summary available for libboost-timer1.74.0-dbgsym in ubuntu impish.

No description available for libboost-timer1.74.0-dbgsym in ubuntu impish.

libboost-type-erasure1.74-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.74.0: No summary available for libboost-type-erasure1.74.0 in ubuntu impish.

No description available for libboost-type-erasure1.74.0 in ubuntu impish.

libboost-type-erasure1.74.0-dbgsym: No summary available for libboost-type-erasure1.74.0-dbgsym in ubuntu impish.

No description available for libboost-type-erasure1.74.0-dbgsym in ubuntu impish.

libboost-wave1.74-dev: No summary available for libboost-wave1.74-dev in ubuntu impish.

No description available for libboost-wave1.74-dev in ubuntu impish.

libboost-wave1.74.0: No summary available for libboost-wave1.74.0 in ubuntu impish.

No description available for libboost-wave1.74.0 in ubuntu impish.

libboost-wave1.74.0-dbgsym: debug symbols for libboost-wave1.74.0
libboost1.74-all-dev: No summary available for libboost1.74-all-dev in ubuntu impish.

No description available for libboost1.74-all-dev in ubuntu impish.

libboost1.74-dev: No summary available for libboost1.74-dev in ubuntu impish.

No description available for libboost1.74-dev in ubuntu impish.

libboost1.74-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.74-tools-dev: No summary available for libboost1.74-tools-dev in ubuntu impish.

No description available for libboost1.74-tools-dev in ubuntu impish.

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