Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.gz |
FileSize | 26507 |
MD5 | 67B865226AFE63905FE0C228230D5A32 |
SHA-1 | F33B72F4817DFA769E677C3849CF2FB61CB53DF1 |
SHA-256 | A20747CFD74059CE35B93D7E5E03A9B4E2DB2B29489B6C9535C3B21AAC9A9B0C |
SSDEEP | 768:lSSscj1dnkhFJZFmjtylHSt/AUozxDfg/H7JQ:lSRcj1Bkh3ZOtWHSt4hMv7C |
TLSH | T158C2E1FC903708A4D215612C480EE78BEA05B0FEA166B5F4F6FD3E05EA629E05DD6077 |
hashlookup:parent-total | 641 |
hashlookup:trust | 100 |
The searched file hash is included in 641 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 232264 |
MD5 | AD4A7C0F55CBAE7F5575E8341A2548F3 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-atomic1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 004DA0533B0209401DB69D609691546A43DFAD44 |
SHA-256 | 3A6284BF7F1937F928CAF60BC31B2B8361CCB829D4B583351BFF86D4112DEFF6 |
Key | Value |
---|---|
FileSize | 240184 |
MD5 | 98F0D98F9D84085190E23A2CC4116F14 |
PackageDescription | Boost.Python NumPy extensions 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. . One of the python interpreter packages is required to use the created extensions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-numpy1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 005494C0CA097E53B43FB9C3D36CA2F7E5272E0B |
SHA-256 | 7F56CD767BB3F7C7CA70ACE1369541DFE50D9B30A8D02E836DC2A9AA6D394E20 |
Key | Value |
---|---|
FileSize | 251176 |
MD5 | 9C1BF1326667FDA3EB3E0D0F575F7DCD |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi-python1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 0074E7E6D8B1DAAA8AFCC1ADA972EC4EECA50CFB |
SHA-256 | E072C33576F049079A0C88A291BDAA29A725A73412E07DAF20B5814D8BE4984F |
Key | Value |
---|---|
FileSize | 379148 |
MD5 | DF850D8BE67869DD718E122628E036D0 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-serialization1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 00C2C1CC9D137BBA111FFFEE794889361DCB585D |
SHA-256 | F3C2221F234FEE1A940775DDE051D6A2EE55C907B001F90F7CD517A8DB875598 |
Key | Value |
---|---|
FileSize | 744924 |
MD5 | 9D168073FA3640B620D85809A9CBEDB5 |
PackageDescription | Boost.Math Library development files 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-math1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 00E73ED692692B566BC0A793A0E6ED2906662858 |
SHA-256 | D3EC1DF2249D434810784D303738A6FDFF49A99B117F2750A0839DDB4A5D1B46 |
Key | Value |
---|---|
FileSize | 299232 |
MD5 | C170C1F0F6BC7FE7F0F8C3FBA0E5FDD8 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 0137A24487769C0A33C16E069125E2A646F7FF2A |
SHA-256 | 56D2E2383831E1A55A4904629567A0CD5FDE2E22E1A8346CD0F8C336883387C5 |
Key | Value |
---|---|
FileSize | 284356 |
MD5 | 64601D81E9263AE25BBE4E4F0C922AE7 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph-parallel1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 01591FF3B0AD432D633E66688CAD4E4A79ED9B67 |
SHA-256 | 49A39030E3D894CE3E021B8B871918CA491C11F1E44A1456E5B852BC8B10074B |
Key | Value |
---|---|
FileSize | 259776 |
MD5 | 403FA4C9338F1FFF7876D74C0F67CA1F |
PackageDescription | C++ library that implements several well-known containers - dev files 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(). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-container1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 0197FA17B63FB3A177FD9386ECD2D449FF215FEE |
SHA-256 | 8A53DECCFF72DA7983DA6D872049AE065B1411B4E2D8AA7C13EF55AA882EA24F |
Key | Value |
---|---|
FileSize | 255944 |
MD5 | 789EAFD7F6E7A232C425E05A30EB2F4F |
PackageDescription | Contract library for C++ 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-contract1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 019A9583F45016EFC4E7C033E128B7129CDA1288 |
SHA-256 | 5A35C2BB25EAF7922143CE3D4F4457F2B39B7DFEBFC39E8A838EE5D56CD5F33B |
Key | Value |
---|---|
FileSize | 402272 |
MD5 | 66E698A395B652FB3425CF8442F1CFB3 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-program-options1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6~bpo10+1 |
SHA-1 | 02077A6D492758A012B337FC71B6A3D0AE9D47C1 |
SHA-256 | 5F9F7D7FD5DE8AFF13346EE46AB56B14013C30C8BFE33ADB99D07568CB9F594B |