Result for 179D83CBE49CF308623892F5D3E78C026CC1725F

Query result

Key Value
FileName./usr/share/doc/libboost1.81-tools-dev/changelog.Debian.i386.gz
FileSize225
MD570A0C2C0189E3C9A04DD437801E53F35
SHA-1179D83CBE49CF308623892F5D3E78C026CC1725F
SHA-256A168F8D3F8A76958D2112D3BCFAA085DCDDED10BFCF65769B04D8D791CFCFD3D
SSDEEP6:XtTgSNKg+XpT86j68B6F6wcFB6Evo7vjE:Xf44628I6wcFB6EvEE
TLSHT192D023D11D6E41E045C21D6091C576D7539F59B5CF4C490D6DE9D7010458312541F837
hashlookup:parent-total70
hashlookup:trust100

Network graph view

Parents (Total: 70)

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

Key Value
FileSize260608
MD5E451FB0BCC1C93C7CBFD7F9DB7CA83E9
PackageDescriptionportable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-thread1.81.0
PackageSectionlibs
PackageVersion1.81.0-4+b1
SHA-1024BB0DB45AC734023F030684BCD9F1F97029F05
SHA-25641C029C967A380C58C65E37A733DD877CBAA8A7EFAE0205FC6E94B1D6D3FA6B4
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
FileSize344880
MD5A4035F3AF589B117030388A6FBF14BC1
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-10908CB890FC712E62B5EE1653495222D731B0BEF
SHA-2563C3E1CD6C25D76B383BA8480B167A5E888BA60C19887F05A439130D29F0567F1
Key Value
FileSize322316
MD5F00717E7145267990873DD89F39D3E82
PackageDescriptionC++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-url1.81.0
PackageSectionlibs
PackageVersion1.81.0-4+b1
SHA-1099C71920F9A7D26AD3F121A596F49FB1B25BDC5
SHA-256C117BC24E3F06656DE94A59BDE889AF2079D86E984490897C67FE4F586840FD0
Key Value
FileSize238448
MD5AB7700D273F8C30A127EE5C78F10BBA1
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-10D4221E88300BFBDC78502A06320AADD673296A3
SHA-256E1BF15CAEA5009D3D987D7FF80A59654D56F84EC8BCD9F4B56F8DA51E508393A
Key Value
FileSize10368828
MD581A54E35E1BB6640DEA8F9F374E92B3F
PackageDescriptionBoost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-10EB9E7114852CF6CAF84B2B65CB7EFBE32381214
SHA-2566CDA7C2B3BEAE1F03D9C1996BE88D40FB7C3F6CA6522965DA30F2D292D98E979
Key Value
FileSize395116
MD5FABB3E74206778ABF428C6606750C3E2
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-1121E90A2EB6B834F210CCCBA2B066CF177922A8A
SHA-2560880413356EADFC370BF9834C59C87942737983CE7AE79372908DF1544D3A61F
Key Value
FileSize554584
MD5901FB163D8D14B0AA9DC887A98CBEF0F
PackageDescriptioncomponents for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-test1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-116B91A08C0E76B0A970EC21802261277153CE084
SHA-25658EB8D0C52DF40596E4803959B97133F12698D5DA04C095639FE4C3BAD72A61B
Key Value
FileSize228420
MD58DA1BD6A33F779536961E8A2FFC1AAE2
PackageDescriptionlibrary to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-exception1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-11A971D11D333C01F63195BC032B00149ED52BE76
SHA-256CA0C68110BAA81DB57CD917126FCADE3CCD931DAD62E8CBD1DC9EF5E7DE07763
Key Value
FileSize274928
MD5A76C83E2816E59A46287A04146D48E7A
PackageDescriptionlibrary to capture and print stack traces 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-stacktrace1.81.0
PackageSectionlibs
PackageVersion1.81.0-4+b1
SHA-11DEB749B4617EE7C35D9A64D85E6A46D33BB04EA
SHA-25689949E1F3D3D367A5607DF8D83A62C5A9557D9291AEC1D4B973DABA9EE7C1930