boost-defaults 1.74.0.3ubuntu6 source package in Ubuntu

Changelog

boost-defaults (1.74.0.3ubuntu6) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:09:40 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost-defaults_1.74.0.3ubuntu6.tar.xz 12.6 KiB 1d410130a9aa92b014edbb4123388c45a5ffbc65549cc7e306f005e5461a9283
boost-defaults_1.74.0.3ubuntu6.dsc 5.4 KiB 082ae973685118c42428cfd7ed47b9991c7b85cfc80c051bb23e372c8823a002

Available diffs

View changes file

Binary packages built by this source

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

No description available for libboost-all-dev in ubuntu impish.

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

No description available for libboost-atomic-dev in ubuntu impish.

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

No description available for libboost-chrono-dev in ubuntu impish.

libboost-container-dev: C++ library that implements several well-known containers - dev files (default version)

 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().
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-context-dev: provides a sort of cooperative multitasking on a single thread (default version)

 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++.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

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

No description available for libboost-contract-dev in ubuntu impish.

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

No description available for libboost-coroutine-dev in ubuntu impish.

libboost-date-time-dev: No summary available for libboost-date-time-dev in ubuntu impish.

No description available for libboost-date-time-dev in ubuntu impish.

libboost-dev: Boost C++ Libraries development files (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-doc: No summary available for libboost-doc in ubuntu impish.

No description available for libboost-doc in ubuntu impish.

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

No description available for libboost-exception-dev in ubuntu impish.

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

No description available for libboost-fiber-dev in ubuntu impish.

libboost-filesystem-dev: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-graph-dev: generic graph components and algorithms in C++ (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-graph-parallel-dev: No summary available for libboost-graph-parallel-dev in ubuntu impish.

No description available for libboost-graph-parallel-dev in ubuntu impish.

libboost-iostreams-dev: Boost.Iostreams Library development files (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

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

No description available for libboost-locale-dev in ubuntu impish.

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

No description available for libboost-log-dev in ubuntu impish.

libboost-math-dev: Boost.Math Library development files (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

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

No description available for libboost-mpi-dev in ubuntu impish.

libboost-mpi-python-dev: No summary available for libboost-mpi-python-dev in ubuntu impish.

No description available for libboost-mpi-python-dev in ubuntu impish.

libboost-nowide-dev: Standard library functions with UTF-8 API on Windows development files (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-numpy-dev: Boost.Python NumPy extensions development files (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-program-options-dev: program options library for C++ (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

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

No description available for libboost-python-dev in ubuntu impish.

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

No description available for libboost-random-dev in ubuntu impish.

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

No description available for libboost-regex-dev in ubuntu impish.

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

No description available for libboost-serialization-dev in ubuntu impish.

libboost-stacktrace-dev: library to capture and print stack traces - development files (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

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

No description available for libboost-system-dev in ubuntu impish.

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

No description available for libboost-test-dev in ubuntu impish.

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

No description available for libboost-thread-dev in ubuntu impish.

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

No description available for libboost-timer-dev in ubuntu impish.

libboost-tools-dev: Boost C++ Libraries development tools (default version)

 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 the auxiliary tools bjam, Boost.Build, bcp,
 inspect, boostbook and quickbook.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.74).

libboost-type-erasure-dev: No summary available for libboost-type-erasure-dev in ubuntu impish.

No description available for libboost-type-erasure-dev in ubuntu impish.

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

No description available for libboost-wave-dev in ubuntu impish.