Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.armhf.gz |
FileSize | 214 |
MD5 | 4405D9533BD1272444961AE1FF31F25C |
SHA-1 | 6D9716B486D8F2F265E81B4012D5BE0F751224FA |
SHA-256 | 7E5A4750BF973A37B4C7E1917F494B7CD483176C3A27823FEF1C6BA2DF50E45D |
SSDEEP | 3:FttjIPWT7FRUrUTOYLKApvX95O7lTKDPz3E92iZswugzs6m1wr/txPOemfc/:Xt0uT7rUrbKVvt5OIDIMXrd1wuemfc/ |
TLSH | T1AED02317DDC10419BC4FFF6876EC441354C5C1D04570747146A15DF13967687818A1DC |
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 | 242664 |
MD5 | BE194A88E17D76C60B421BCBC1AD7A7F |
PackageDescription | Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-system1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 05E672516EE0415555141FA3B90BE6DD1774D7FC |
SHA-256 | 87AD27351C77688309909828185380584E36CD940A4D9C566EDE4FB45991C91C |
Key | Value |
---|---|
FileSize | 250568 |
MD5 | 55E501DE1BEE8689B136512A399376A5 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-type-erasure1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 0B1A1C0A0B136D74BE9EFAC3CD766DEA0D3FA525 |
SHA-256 | 534D97C1080E14F7DDF15E8BC78047ADFDB8F3779A30E8F82BAF21BA78FB02FB |
Key | Value |
---|---|
FileSize | 294792 |
MD5 | 54A1C22EE12CA8A9BD478D49FECD0A41 |
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 | 0EE3ABCD76DC96CED4C3A0F13C601CE02F790647 |
SHA-256 | 6528A70C0E3751FF7E44EB4A2CCD6F395AB3F2EC7302BFDF7AAC943998614B4D |
Key | Value |
---|---|
FileSize | 271008 |
MD5 | 22DC33D3847E22DD135B588B0C70D320 |
PackageDescription | portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-thread1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 1094C42613AC2BA481787C4155BEA13A39184EFF |
SHA-256 | D0B8ABAE04F608DBDCDFF0E1449EFC3F125F8CFB33B8206A3E3F2DECC61A9DF2 |
Key | Value |
---|---|
FileSize | 349516 |
MD5 | 7AA41F5241A7DB514CFC9653058D4B74 |
PackageDescription | Boost.Math Library 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.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 168D1FB951C10EED751FAFC2CC99A6B8F9881EB0 |
SHA-256 | 7D89865660ED2B73AAE3D443001A29BBF3F321309819B8376DE78B2F8D3CC9A2 |
Key | Value |
---|---|
FileSize | 329200 |
MD5 | 7D4EB68D0E9139B1217FD4AE615C3C70 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-python1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 180C88CCF5402D4FE178B40BE4FABFC9468E1F24 |
SHA-256 | 7CFB7815E40690C9485657295622C421B666A5C93DF88B08285EFFED9FDD7A4F |
Key | Value |
---|---|
FileSize | 410264 |
MD5 | CD41CBB6717AA1821CBBC4420BA34F41 |
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 | 19D41E6C5FF3E0D11EA5B1AA6681F18C9896EDFC |
SHA-256 | 643797C7F49780BDAD10D8F2A3BFBAB1750D872E3E8FD27C9D7E70432786841E |
Key | Value |
---|---|
FileSize | 271712 |
MD5 | 2BBEF50AE2D58FF47A394A9BC896DC29 |
PackageDescription | Contract library for C++ - dev files 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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 19E730DA1BFF54A0199874E973385682AB3D9E30 |
SHA-256 | 6CD54E705C3668FE8B64D821DF84933BEBB13C38B9ABD6C360EB3EB55518398C |
Key | Value |
---|---|
FileSize | 550704 |
MD5 | 4BF4895A27E4505AD033E7B79F1E6C2D |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-log1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 2038F674883E4131E184E7E0FBC1DC3FF1ECD7BB |
SHA-256 | 0A241984994DD4115FE3EA76D9651B4191D324CE66E1014448D13BC94A3BCE07 |
Key | Value |
---|---|
FileSize | 242400 |
MD5 | E45C4630A97AF0C5BFBAC316AC65A52F |
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 | 225A709331EDA077E7CAE656AFDE94B205CE3525 |
SHA-256 | A7C684E2CEBA420C464F5CC327870F91622F5564242ECA2257BF3061138ED336 |