Result for FDABBC1A710CA612C48F8113C7DF9AD2CBA3C118

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.armhf.gz
FileSize215
MD513A91420B8BE562D44AF511956574AD4
SHA-1FDABBC1A710CA612C48F8113C7DF9AD2CBA3C118
SHA-256DE5220C4D8F85AB53FD1DA8317923DDB1EF9452D322050D35BA73BFD9423EBB5
SSDEEP3:FttDTEp+tOIB9IW5WgTzStT1FRWFgudkcHqjEPnUUkFioMiGAxOe7AC6KOTpQNO+:XtPJOMd5WWesbvUUKiWf7ATY5V
TLSHT1C2D02225C98C4CC3EEA3ECF9CE2149888A3744824164658326C8D1322B0C320E6FA4F1
hashlookup:parent-total64
hashlookup:trust100

Network graph view

Parents (Total: 64)

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
FileSize237852
MD5CAFE5FB91731174FCCEFC5DF754C62E1
PackageDescriptionC++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-timer1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-10369DA8671FF22DF303895F8CCC1E5DD7B1F1FFF
SHA-25672548879270CEC59CFC347BA42A325161288536CCDD8100AE37F4EFB4F8FF1D2
Key Value
FileSize332584
MD5989D04296B10924751630D8835B8DC08
PackageDescriptionBoost.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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-math1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-105403A7F142DB69DBEB564103917DA6F5398E6C2
SHA-2560CFB4911BEADF2957C9A035097EAA8AE93035053DB7A6339BB897A96AF61BE6F
Key Value
FileSize232312
MD5EED1A6744C7CAB6C4CD942CB17A2827A
PackageDescriptionatomic 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-atomic1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-1068E607FB4D0A8E7466A6B654D9953408E80E690
SHA-256D95CCF6F10FDFF8A19D93DF8B831D107E253408B853B9AB1B612EBB5452D6C82
Key Value
FileSize291568
MD5BE088E07DAD54BD9C114C4EC1381422D
PackageDescriptionBoost.Python Library 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. . One of the python interpreter packages is required to use the created extensions.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-python1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-10F81BA6FE9A754E81AAFF3842BCB80705BC3D565
SHA-256A94B9566130F9982F0C8B99C34E4C71F69A29DDA771DACE34B96869B9D18E20B
Key Value
FileSize575232
MD572162590130493E817F4E4897A07ECC6
PackageDescriptionC++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-locale1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-11131AF309F977A2648A3776599230F71AF2B9607
SHA-25685A98F4D3F43F8CD7C73227136852BCFD65A1C79020EC8D8B773F9185E09DA27
Key Value
FileSize232804
MD5B30553FF022A5D9C1BADCCA177DF06F7
PackageDescriptionprovides 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++.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-context1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-111A9A23AE22DF160AF601038CA93A35C68B78EA4
SHA-256931D0E92D6FDFDCC8E36AB7C9BE6F91ED2416CC5A48F5C6D8C0A1AC72583EB46
Key Value
FileSize569188
MD504DCD93BE0845E987787725DD532A10B
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-log1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-126B7877780968F718342B9CBB68C3378EB1E73CB
SHA-256FC5786ED5BAD04EA1ABB4E86E20DAADB26B3DAF162046D8A3B41F5226DA39880
Key Value
FileSize320468
MD51CC17A20AFC1E3E9372FDDC235B77EEC
PackageDescriptionBoost.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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-python1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-12B2F0C311F7959A949F7F067B2EAB0002731648C
SHA-256633ED67950E6DDC76942D53D223437A391FE365C07DF58678F7481F9C835316D
Key Value
FileSize260604
MD5A7236764914B962EAD454F6205A03C71
PackageDescriptionC++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size().
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-container1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-12DB9CB9092A7C8DCB3FA22F21C5078C38393E805
SHA-25627A5C6E622CEEE0CB20F73742E5C0518170B721272548D0187DDFF18667B5F70
Key Value
FileSize337404
MD5D2E80D0B6B80E224AC23E4B8976EFD7A
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-mpi-python1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-12FFBA656335D5778D660197634E624A713D34D44
SHA-256B41A0012DA7A95E03D022BAFF9D33A442CE842B656556743B4CFDE12B39C48C6