Result for 5B4D946E6299078FA014C05E2DBFAB5D95622754

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.armel.gz
FileSize216
MD5F27A35877C65E6C766D3F289FAD92291
SHA-15B4D946E6299078FA014C05E2DBFAB5D95622754
SHA-256ECD4CE24BDCAD21807B57223943A4ADB6B85649990C89E560B354180D5A53DEF
SSDEEP6:Xttcgq9Re7sAZsE17l7t7WxBlfzty40ln:X8/CSE17n7W9t2n
TLSHT104D0A7695D061D636AF91250E84AAC1920200BD4525D58F76E19552AAD3801F3DA5D62
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
FileSize269080
MD5CD5E005D4B67D52ACDF19215E521CCF1
PackageDescriptionContract 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-contract1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-1049C88C86BB514A62A31C2BFC214C3DCEA49EDF9
SHA-2567FD6F3CCE5F046066B81B93B1DEE2F61DBED7DCFDB8B09549F0ED80D6F802A34
Key Value
FileSize257196
MD5343D066FC1BE1761BD45211262840463
PackageDescriptionContract library for C++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-contract1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-108ADFAC66CBF88A8EFCA4AED59A11A31AC0F51F5
SHA-256C03E475E37DEDB0E84155A9830347852004C1F15DDC6E0451826F13BC9AC43A2
Key Value
FileSize336852
MD5200606B0B96A25E3F5399E5793CD42FC
PackageDescriptionprogram 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-program-options1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-11096FFC095D872220F697073EFE534B8BD600C3C
SHA-2567EB06236556CB5F2DB42CB32D8E6AD64441E43877D4757A6F3E627A060F28FB4
Key Value
FileSize292836
MD50BCA9C14DD2B9A7A9087426AE896E3C6
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-7+b2
SHA-113D33EFFC5B6661E7D0FB83A81902283F7B95729
SHA-256730EA6C5B143C38A9AE614B719354BA9512E64778663D9FF20261D373142862F
Key Value
FileSize429444
MD56F70CBD8B8AC6F2B268166216CE038D1
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-7+b2
SHA-114884925AB26F9354C9AF09C6ED4D8BC445F16FE
SHA-2562AC1EA016CF77B13D552C65FF88302B21E1FC3DE44245668E67CBE741D331478
Key Value
FileSize233000
MD518DB8758C4C285860F9DF55B2516EBA6
PackageDescriptionOperating 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-system1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-114B81970DECF7ECC3548D86241BAADBA18B185B1
SHA-2560D86B62F96E1DFAFEA42300249E7DBE705C0F783BE6E8D176C0E80B90DEDB282
Key Value
FileSize235624
MD5F95A5A78BBEFC5AE5A98208553EB8886
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-7+b2
SHA-116EA228AE098497BBEA950491B5814325C6463AA
SHA-256CB4845F4AA5A50B28831AF8843FFB6ECA2BA43768D59B87E76E6F156D3172987
Key Value
FileSize310632
MD520A02AA059557B3041CCE0F5CC9C12F2
PackageDescriptionserialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-serialization1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-1186AFE96586FCE49429BDC3849143CEEEE17E621
SHA-256337E0A9D87CC0721015236449674F6B6CE7391AB732948BD92DF24C01C8E7543
Key Value
FileSize240912
MD518257F00CFEAF1826B6B39F94BE37646
PackageDescriptionC++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-chrono1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-11BFC6EF039D3F28B3A42A78F4B114EF6155D5E2F
SHA-256BC89061FF5A6D2E6E0BB6B3EF3E425155B5C3D62FEA6B9D1386993C6E93BD82E
Key Value
FileSize237332
MD5135DECE4F8882B42D043B733C8C3D953
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-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-11F68B83A17CB8F189F39D7D88C1C94CDCF0FE01C
SHA-25625A171E938EA54FBFEE96739328E85C62A78F6B1B3F937A9894D2F297AC018B5