Key | Value |
---|---|
FileName | ./usr/share/doc/libboost-wave-dev/changelog.arm64.gz |
FileSize | 236 |
MD5 | 8CFACEDA906B8E0334D826668BE0A4F3 |
SHA-1 | 94CEBE08694C361763CEF499BCF26820465AAD32 |
SHA-256 | 71AE10FF4264F144564DF4B2F4CEE88D4E4366EF84083C4245635EDFA9D75752 |
SSDEEP | 6:Xt/YYJq8uwRrXgvgBzNQlqPrcX4Xyk4g97HV:Xt+w1XqgBZQl8YIX+gZ1 |
TLSH | T1C5D0A761C2D4E20B87DCDE32075FFA015B45B84051122B1AC17785BDE3A659075FD25A |
hashlookup:parent-total | 35 |
hashlookup:trust | 100 |
The searched file hash is included in 35 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 4384 |
MD5 | A5C207BC8AE6059506ECA7397129C70E |
PackageDescription | C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi-python-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 0BE19DE6FBB082F5F853CEF71B74169A11295CD9 |
SHA-256 | B139552F64BCAED58933070199B34D9A9B3621D04992BB1F64A8E64405FC7483 |
Key | Value |
---|---|
FileSize | 4536 |
MD5 | BAD3B877E9B28AC99B5D872E3780D0C6 |
PackageDescription | regular expression library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-regex-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 0C0921CABB9FEE271597E6DD79D80625CC83F94B |
SHA-256 | 399DF560DBA1EE925B70C0418F446242B703F7A8C70119AF1694DB62986BE84D |
Key | Value |
---|---|
FileSize | 4264 |
MD5 | 3BB5204F91AA75AE818063394B2A1D6F |
PackageDescription | set of date-time libraries based on generic programming concepts (default version) This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-date-time-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 201901393E89B6FFE20C8F566F89B7D07BB2AA9E |
SHA-256 | B8756A61534B33E2459F3000AACEA46AA40AAD0034B9D351E768FF6895F61EEF |
Key | Value |
---|---|
FileSize | 4472 |
MD5 | 42A7DC9108151F321B59BDA85B43D067 |
PackageDescription | 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.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-context-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 23338C7AAD89C3A1A5C4657984BAE109835B11C3 |
SHA-256 | 842D95ABAB6E9742932AD1204FDBD437346E1E146818D6D32316D61ECA2EAB79 |
Key | Value |
---|---|
FileSize | 4300 |
MD5 | 384ED2833FD9EAAEB3D1694B307EB938 |
PackageDescription | components for writing and executing test suites (default version) This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-test-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 26F611D569A7B93203458706EAD54C2F7AD7FEDE |
SHA-256 | 3A27CE61C4CDB5C1BC4C6F3ECB3E85FDCFFD75590EFF57F33944509C688A2ADC |
Key | Value |
---|---|
FileSize | 4252 |
MD5 | D207C5CB0173C28E9BA644818EC9E7C0 |
PackageDescription | 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.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-iostreams-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 2F3C343EA95BB5A77CA40F9A6DB38842E067664D |
SHA-256 | B3E0C0E4CDBF6C92B1BA1EA4FA819A604E65C96DB68006A6E812531AFF6A5E73 |
Key | Value |
---|---|
FileSize | 4300 |
MD5 | 76C5F7D9DAAFADC0389F000E516483C3 |
PackageDescription | 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.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-filesystem-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 38E1B1F9E55EF5E2BEE8CD978FA08C15C797AD91 |
SHA-256 | 4C828410D2910B3249B7C6A5CB907D4D813338387FB2B39147518FFB9AE05769 |
Key | Value |
---|---|
FileSize | 4392 |
MD5 | 7F6057EDA7D897284829FBC9EDED6187 |
PackageDescription | generic graph components and algorithms in C++ (default version) 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph-parallel-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 670C527DB8BE9DDCD7E24C9608611F355413303F |
SHA-256 | 3DDA80AC888EDCD4548D7465CFFBB56A97EC93749EE0447B1EC197D52CC0DCA1 |
Key | Value |
---|---|
FileSize | 4300 |
MD5 | 7D33032BF2234DD4864253ED29E1F7A1 |
PackageDescription | portable C++ multi-threading (default version) 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-thread-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 689A5FE38642E07C7DBECE3ACF23B7AC2438A817 |
SHA-256 | ADBB8C37180C6BA4AFC52D690DD72412834DEC5220049AB7C27DEDA8BFDEE942 |
Key | Value |
---|---|
FileSize | 4340 |
MD5 | E6ED76D3216D02BC19C290B9929506F2 |
PackageDescription | managed signals and slots library for C++ (default version) 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." . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-signals-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0.2+b1 |
SHA-1 | 6D2C0E135228595AA9FEBE05142F27BC921F23C6 |
SHA-256 | A080A829CB12E893EDF65F452C76055711BEE1FB0F46BACB4E1E70084FE9E21C |