Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.armhf.gz |
FileSize | 211 |
MD5 | 8DA331692B3F52F236382D4511C4F0C1 |
SHA-1 | 3C58E225A962522EA590BC25FE21627D137669B7 |
SHA-256 | F5C882CE0B43BA08BBA6E6201A82F69BA32C35348998904B0F0B2662576A57C1 |
SSDEEP | 6:Xt9CbxmqdgCs3K8qj5MoFbcaxnWIIuDxpwYMC:XSdmq+Xq1Moh1nBIuDvtJ |
TLSH | T1F5D022637C19C93AC9A63878402F07832148863CBC134A423E2A092DB607831A23A196 |
hashlookup:parent-total | 64 |
hashlookup:trust | 100 |
The searched file hash is included in 64 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 337960 |
MD5 | EAC91D127E6606E3AFC0E24472A7F8D1 |
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. . One of the python interpreter packages is required to use the bindings. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi-python1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 0393FAE70CA291559BD60E742431465C1215B8CA |
SHA-256 | DA209C19E181592ADB979E6602E7A3A75A45C7BCB3DC3A603A7F800B771E23D9 |
Key | Value |
---|---|
FileSize | 232912 |
MD5 | 1E399EC5F2F749859996B804CAC7305F |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 0DCD66107DA01A0CFC6A2540E5226476E7F63EC0 |
SHA-256 | BDC3C117B746BF054BA3478CBB0B45E3EBECD97A42377DD979C44B7BB81F487C |
Key | Value |
---|---|
FileSize | 249064 |
MD5 | 86CD4FE4B85390CD4D69E079323907FA |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 110CAADCCADD60D5F32D5A3D5DB305252A155777 |
SHA-256 | F7542BE5F39382A9A81531B25247BD29AFA295AE66E95A89004897105BF7A466 |
Key | Value |
---|---|
FileSize | 305324 |
MD5 | 0B489448E5EBA0D0BABA095AA8451C12 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 110E4B97E3F6BA466DDE0E4BA28223F3C508C9AC |
SHA-256 | E59B1D1303CDEA360BDF25540E6B90DAD7408CC42D3B6AC8BA60B01FBB38301A |
Key | Value |
---|---|
FileSize | 558504 |
MD5 | 30AF7C12DFB8271200DAD05BD85AAD55 |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 111CF3C885FBF4DFD98B85B1E45E548D4D71F846 |
SHA-256 | 675A82062B5A07CD6588FC694413B904CEA92C48DC94FEA09F3A3CCC1BEC31CB |
Key | Value |
---|---|
FileSize | 234352 |
MD5 | AFAFC94CAF43ACC8CB7B102419429679 |
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-7+b2 |
SHA-1 | 12A89D233F4E85DDF843C1E634AEB8A74674F3FC |
SHA-256 | ADFC99ECC1642C7F6B5E72525FC6BCD4355B73A4A4B9318252F13BA7568762EF |
Key | Value |
---|---|
FileSize | 245752 |
MD5 | 4C667911580AA8D86710782B7BF34A75 |
PackageDescription | library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-stacktrace1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 12FCB1BA9A63B84EAF71DEFE6D71B36908C47076 |
SHA-256 | 6EFA345603C9366B53823F855B4D9CEC773AE26A367DFB2CFA3F0606808C260D |
Key | Value |
---|---|
FileSize | 393484 |
MD5 | 8CF67437895B55B0A6B63F76ECCDDDA9 |
PackageDescription | C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-wave1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 145DA442266D7C0F364D1FE532112224EF21250B |
SHA-256 | AD94512BC104B9547F6389816445561139A0EEC064170E8CD6ACA25069D7F707 |
Key | Value |
---|---|
FileSize | 234096 |
MD5 | 3D970E2BEA68D30C61DAE9310EB2F9A5 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 1A5609AFE75D2D9A357E0E64D1A7D206A4E44C93 |
SHA-256 | 80F7A87FE71D41B235E3E565E9CB770573BA42C09BEFFA105156F5A6D8B43D8C |
Key | Value |
---|---|
FileSize | 238884 |
MD5 | 3018F3151304A27F5F2A50F0B5D0DA2E |
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-7+b2 |
SHA-1 | 2EB1E725768755AE93C5E8A3A22AFDED89C56621 |
SHA-256 | 8F75CC6394F33C7B198F4D701DD8C2C0586A19A550DA805991A0C5B54960AF0B |