Result for D80550AE43BE6F3BE9C0FEF9316BF1DECA1C2AB7

Query result

Key Value
FileName./usr/lib/i386-linux-gnu/cmake/boost_headers-1.81.0/boost_headers-config-version.cmake
FileSize304
MD5974EAAEDB6D169E81EB027F7B534F673
SHA-1D80550AE43BE6F3BE9C0FEF9316BF1DECA1C2AB7
SHA-256EAD7C1AF4A78DCED2A4A32FDFE95DB26A560517AAA2AAE40ECB2800D8037A62D
SSDEEP6:S3m+mpvJ+k30FvVNvrik30Ft31kiUKsDk308xGOFINk308xGOFH/Di4UFvU30K/D:8mppvJ+k305VN+k30bFkiUKek308xGqv
TLSHT168E0EC97044C5CE0438A89D316C3AA26B8A221D3C7B3C0DCE404B892C351DA0435D799
hashlookup:parent-total350
hashlookup:trust100

Network graph view

Parents (Total: 350)

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

Key Value
FileSize342380
MD5D76EB76370EFBF235F91FCEAB8580DF5
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-101459BF35949951C45444C8C29E538D7548322DD
SHA-256FCA1A10949B568A462A09B7F5666134103F94FCEE99D6650828E609449396C3F
Key Value
FileSize330428
MD52EA6E82838075BEC5E54D587C685341B
PackageDescriptionC++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-json1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-1023544A2BBED290730337AB51E2C253063B1D97C
SHA-2569914BF1A827B02D722F39AE02A99FC14C2382F75F27C6CCCC43CEC2E191E34F4
Key Value
FileSize376800
MD527E700DA8FD793E3903E9EB40269DE64
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-graph1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-10268729A30651F0AFE6D4304FFA92D4D23A92854
SHA-25611B6B33AA9013289B909553E1E3FA641CF37D82F0806E3F4F1AFAEFF7CEEAC74
Key Value
FileSize524936
MD55F120AEF13CECFA88D902AF39EA042B6
PackageDescriptionBoost.Math Library development files 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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-5
SHA-1029734A103A3FF33CCF407834B80986F0A72AC22
SHA-256ECFC3A80F176E12CF5A63577F0877986E3D4A780BF20906B70179FD4A5DDB16D
Key Value
FileSize229896
MD539D2BFAB7157A35B193507BB6A81B631
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-1034B704D8D6FDB61434E83FAB8E64984F3F1D8DD
SHA-2561CEC5E6A38D72C59EC8165920AAF7D89382B8850DAF30F882055D968483EA35F
Key Value
FileSize238528
MD5EB5FE7BB89E5651AAB99CD3BA5A40A6A
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-103B8E4E3E1E695465C665F30BE278F3D67EE0261
SHA-25653DA709A1293CD6827B0E7F664867B3B4638D88FC07D4F5412722213A052FFBA
Key Value
FileSize245452
MD50F510F8797332F9FC47E47AFAC835F17
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-5
SHA-104B829CC4B1EF90C02DD1B0923E390F82818B3A0
SHA-256A648FDF77C8A06B95CD1A30AC70BE106656D080A07E1481E357FEEED093B3E0C
Key Value
FileSize831820
MD58C95C6740A6B045E382460F2C5583C4A
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-10546BAA954CDFB8D4FD51671F35DC98D776329C7
SHA-2564FBA0799E20E690893E1F4B86EED42899F1EA1330B88D831068DF3017822EFF7
Key Value
FileSize237296
MD5EEDCA34E172FEC51A4C89752D6BCE184
PackageDescriptionset of date-time libraries based on generic programming concepts 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-date-time1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-5
SHA-105642A56E92A6E0B30F64E56B23CA65E24E24BA1
SHA-2563B093DD56DAE995560049BC63F8A4BE6B9B35AF2F150B12F605D83FA9387FA62
Key Value
FileSize229676
MD57B420D4CE127B36CB4A4F998DBDF6A91
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-5
SHA-105DD6C4273B09005279D9583DE8FF1D6580FD219
SHA-256D18D058B21F2436532C468C472F5DB4E8F1B22ADF5DA3384C80C802CA814CCAA