Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.amd64.gz |
FileSize | 227 |
MD5 | EFFAC5AFC3723F53B9DDB48041681B4C |
SHA-1 | 0A224912880F64DF930383F57E5DE80747F003E9 |
SHA-256 | 5489FC929B815CB4DDEC32E5F17649BC59A674B524FFAC24ED71705F95DDA681 |
SSDEEP | 6:Xtv3XWO3rZeAxziOGmwrqAv3PFbgG3mrl:XhpTrGmwlv3PVH3S |
TLSH | T152D09752F86250F4DF9CD0F18A28BDD401996B6CC84164044004C118B0EC7930D1E3B8 |
hashlookup:parent-total | 66 |
hashlookup:trust | 100 |
The searched file hash is included in 66 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 242640 |
MD5 | 1BE1F1A696EDDBF0AA14C85C40AB9B50 |
PackageDescription | 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++. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-context1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 07C105987570E5DFA2939F1D4C4D84813DB12DFC |
SHA-256 | 6B26A2831766099D04D6F26ACB54A721E2183B2AF56F1DC95DB945F1BECE722F |
Key | Value |
---|---|
FileSize | 244188 |
MD5 | 5693DC91F778CC8DD184B17E8A07FE81 |
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.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 0BD27137721A600D7D82594DD2B0D5E64AA5C5E9 |
SHA-256 | B26134C678AB4CAEE2D79B36960031A48141637C1327B827E82116703DCED665 |
Key | Value |
---|---|
FileSize | 386008 |
MD5 | B199CDF9A67F08931E7F512698D80511 |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 0F3FCD96E02DC3788EEEFB1F88F3AD996BEF3C67 |
SHA-256 | D5F8C52EF8962DB8260257B8D3C697D2AB95137C79AF379F901D01B6861DBF72 |
Key | Value |
---|---|
FileSize | 281180 |
MD5 | 7068DBE5AFEB88450D22ECCCFADD9E73 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 10A3157C66D02CC0DDE028B6FAB40E659ECF0548 |
SHA-256 | 60BB353C0FA3ABDB508D2708625CFDA95B00BC2CB52E425F5188325855B0DF6F |
Key | Value |
---|---|
FileSize | 302572 |
MD5 | B5B8C2FD533C86F951E214386D64FC91 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 1220DB51FB47AA86882AA3817B3CF1C9BE517B0C |
SHA-256 | 26F4DBBA0EAE97D148025E30689EED26082721BF08487A0982DDAA47B12DFD78 |
Key | Value |
---|---|
FileSize | 382188 |
MD5 | 27DE3A5CDD15C9FF8E84E439DB20C656 |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 16662DCB25224E983D5661FDFE1A05457ADB6B4B |
SHA-256 | 3E043F920F55F78B9F66F40F1BD1AA51C9DD3BC978D9AE29F9EAA1BD9FC6F144 |
Key | Value |
---|---|
FileSize | 340564 |
MD5 | D8396AFBD4909D7737A63D2333FB21A0 |
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.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 1843DA26848900C2F803635328A79B52CB70A8E3 |
SHA-256 | 39EAD7DA70BD64431817F6FAE8FB9D657F0D6756D7C9BAE6E5A3096CC25864F9 |
Key | Value |
---|---|
FileSize | 598288 |
MD5 | 218E2CA49EB170FCF331AB99035DBB7F |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 1861F23FB5B16A938046D4315FE0B987B7A23D80 |
SHA-256 | F370210531C6F4FDD4CF3E0F93A1C06DE15B2E094B6CA24D062DB38836B515DE |
Key | Value |
---|---|
FileSize | 294712 |
MD5 | F910129AA9B4A8D39260E308FAEF7CF3 |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 18BBF5E283101B2BFA27548278F6CFFFC6E4FC64 |
SHA-256 | 04A0B131EF01D6452F93C7869358CAB12C299B46D436707CA11F16621B703105 |
Key | Value |
---|---|
FileSize | 247928 |
MD5 | 5103BD8AC8DE05FC6727ED9E47092A8A |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 19865A5073963A69EE9F7E71FDBAADE564AD874D |
SHA-256 | 2EB60E963C7AA3023C30DBF43E0543F6BA14F77DEEF4EE08FBAB522FD3BE42AC |