Result for 2E05A55E162E0737949F7E8B2CD96A7D9437052C

Query result

Key Value
FileName./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.armel.gz
FileSize228
MD50F6E0FDC8BF82D425E0FA2170231C3DB
RDS:package_id289319
SHA-12E05A55E162E0737949F7E8B2CD96A7D9437052C
SHA-25611DADA7C872C49EDFB913F99E30D12B81EC0738829969CE015FD336236B029DC
SSDEEP6:XtLKJftefLIb7I+hpcZEBFFjHMdgvbPlN31d/n:XJ21eDKpTc0FFjHMivLlN//n
TLSHT171D097002C105447C63229006C7A380B64BD40CFA28CAA300002A58DDE260830ED224C
insert-timestamp1678930729.260575
sourceRDS.db
hashlookup:parent-total66
hashlookup:trust100

Network graph view

Parents (Total: 66)

The searched file hash is included in 66 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize222420
MD5638DBD14306F8FB4981195FBACDCE0AE
PackageDescriptionBoost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-random1.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-103A0B76939BB0C3A3BBCF8E3DBCDC0806D99AD8A
SHA-2569EB3B534E5638F3198101D8BB3725A0F169677F0C5404A096AA47FC1C0DB845E
Key Value
FileSize232952
MD5435C22EB972532B2809673E5711C481B
PackageDescriptionC++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-type-erasure1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-17+b2
SHA-10981B5E1450AC4E3B3AB2D0C9F8A207B953C08DE
SHA-256C12F251F66F85FBDA98D1C027DE311878AFB0517CC1AC936CFDDD0BDE2C55E5F
Key Value
FileSize320292
MD56CA4A7F0B44FAA2CA4F0E6D00EA8ADAA
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.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-10CD76973BD4531DABBC4880B8CD1B17E69955E3D
SHA-256173DE3BA78EFC3D6266FF400C454D761191E381F6F25EF024FFEFECE39AC8C33
Key Value
FileSize235596
MD55F2715EBB9A32F8DA7566C9CE0B92E92
PackageDescriptionBoost.Iostreams Library 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-iostreams1.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-11005381B1E7BA5A63C40ECDA69F536019BCBCF30
SHA-2568E28ABB2F94934970D8DB9929D2309F7EADD180DC403FDBD784E5F135D360A0F
Key Value
FileSize394956
MD5C1819D9DB2F98838BC92E7C4AC7B8868
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.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-11103F86B1036F0C9600DAFAE68349C77201193D1
SHA-2565006B3B05168F981042538AFC2BDC122169A04B3AA512A7F7932B204C6B18997
Key Value
FileSize227944
MD50200F333406FB5BDE8BF1B848083805F
PackageDescriptionprovides 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-coroutine1.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-111BD808BC72C2A0C9F7E0A1DCCD2D5E90EC9F3E5
SHA-2566CEA9EC874415A00BAB488AC6D4EAC07EB333E50791312BD7581C9823A7BE01D
Key Value
FileSize306704
MD501BE2B135D22E123115EFE4A6F172A90
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.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-1164DD844F961F4D762DC2FCDF52DE62CE85586DD
SHA-25685020E6363322698888D304764EC6A1B62EB86A82199D526E15F8B59065E5A63
Key Value
FileSize421376
MD582C172AB830B07A3A7940C36B175C32A
PackageDescriptionregular expression library for C++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex1.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-12326FDCC64B264EAA697DB65E701B22444531B12
SHA-256CAB5C062228621210FA35FF1EDE5F253EC665205A59B5F25261936CEA3AB88ED
Key Value
FileSize221040
MD537BF8273BF38A92B0D55A59C185FA180
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.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-17+b2
SHA-125339C779196EA25BD3FAB2F89E7F71397E67256
SHA-256A9EAE843E7C8795C75BB74460603BAC3874119D8E0E8E4234532FE0C22C47FE1
Key Value
FileSize258236
MD5B9D22780AD612E94764EB37713A56F62
PackageDescriptiongeneric 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-graph-parallel1.74.0
PackageSectionlibs
PackageVersion1.74.0-17+b2
SHA-125C901D43A576D5BFFA0636AE6F30208C14E6DA4
SHA-256D85FFCB6183F9B14CA828E104D1728DE0F867C7333BA9A54D1CCC3805E7C1079