Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.amd64.gz |
FileSize | 215 |
MD5 | 44218341C1B14D84A88B18AC10FAEDEE |
SHA-1 | CFD8C35D4AD558BFD9430F3C63DC8C0F87AD7433 |
SHA-256 | D7142B320E8AF6B70C79284BE28E27E880E47FD60FD7D7C7510E0591F24F654F |
SSDEEP | 6:XtIZWrRZ/jIaQZUCCs6B2kLvVambxuAYB94E:X59ZbI/ZUCQB9LvwmbxuAYB94E |
TLSH | T176D022299130C306EB8FC7BE18460365CC4949F2C89715C1AC87DEB09A9E289322B1DE |
hashlookup:parent-total | 58 |
hashlookup:trust | 100 |
The searched file hash is included in 58 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 34936 |
MD5 | 399EFE1CDCEABFE0FF12798541F95465 |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 01CA390FB25C4FAA7F30C59D0246A45B65840C36 |
SHA-256 | CE6E456EA2A8E257118BE509E9888D040212167A2614DCB987BD0FD5243BE07A |
Key | Value |
---|---|
FileSize | 403456 |
MD5 | 328F69AC9230D8BC01D5CD9DB0072220 |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 060F72249A65320E254FCC76574E68E8B4B44A7B |
SHA-256 | 98B1E0AD5C6E2EC8B2E75F02A7C08ED3B7F16CDDCA8844C1AE8F4778A5122E85 |
Key | Value |
---|---|
FileSize | 55424 |
MD5 | 92961C3D76FF464FFE3306BFA42E524C |
PackageDescription | managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-signals1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 0C372C50E5BEB23B5EA0DD741748CA83CE1B2F8D |
SHA-256 | BC598C5818B1871E797D026AC77C306CD3854489E59FAFA7F2FAF6D3E9E08EA9 |
Key | Value |
---|---|
FileSize | 89500 |
MD5 | 70401BE9CEBCCC29FD2F619741BD1F16 |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 11F6A1EA7AE4DCEF501C2BC7CB5DD6BF3ADF58B8 |
SHA-256 | 3BEAAD4DF807D5E5201B0EA323876FB8EAD3F90D387A193887199CC6156DA1EF |
Key | Value |
---|---|
FileSize | 162176 |
MD5 | 7601052A95B30582153711CC935EA207 |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 153BF03C6FCD184439D7FF2F42597C642B87C8F9 |
SHA-256 | CCFE343C41583D22D575A5DB2A61AFE0E884DB60124E0FB527B3FE2F150CEC76 |
Key | Value |
---|---|
FileSize | 46328 |
MD5 | 13C24194DBC68731B57E37F85FDC8AF8 |
PackageDescription | provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-coroutine1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 15BE24BF6716DD3A5E6F83325A16E3297F6DC8BB |
SHA-256 | 864D539EBDE40CBE405C288CA516EA8E5D36F1A02FAD91F2B2E18A0E4178E9AB |
Key | Value |
---|---|
FileSize | 70016 |
MD5 | A3772B7F3D40E27B3F6EC98CC20D90C0 |
PackageDescription | filesystem operations (portable paths, iteration over directories, etc) in C++ 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-filesystem1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 184728FC6C4FF8A4B12C39104617B6758C473A70 |
SHA-256 | 0D313E225482BC05C52947673531D96A844DEE49127534F7BA312DDF8CADD4BF |
Key | Value |
---|---|
FileSize | 49712 |
MD5 | B25B8C36B03C377B90D51BD6BC0DA46A |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 18ED1753E06A136D90104ED8FB2ECE03E85AC5FF |
SHA-256 | F426473BFFFBEA721DABEFEC3F8E5B6F33D27C3626E9850E8E2142753119BF78 |
Key | Value |
---|---|
FileSize | 73024 |
MD5 | B26D6432529A7009CD487FCF77506A49 |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 1A7EC5473C07DC8C4E40734EAFC73FFF7DAB9085 |
SHA-256 | 6FA1FA5C22681C7A3FA46BD70678B09FE5B623002E1EC8D25D61BB76B0F6EA42 |
Key | Value |
---|---|
FileSize | 92736 |
MD5 | EB9B668B43C0B733F8F922B14256862D |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 1D15C06CECE6D4CFA2E5A69DF18C1A974FB94444 |
SHA-256 | 629E18CE84CDFEF7EC1D3977A04E03AED9C76CF0B8672E68C0BCE4C790BC3EC7 |