Result for 6A77A9B446F1B3B3985AE5AB388FEC4CDA06F65C

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.i386.gz
FileSize224
MD5A712C9B4B26CB0D25B764E5F619F4B07
SHA-16A77A9B446F1B3B3985AE5AB388FEC4CDA06F65C
SHA-256D1DBCE5C9143EB756403A5A995358819CC3431C4571AF98AE1FA1A60AF79F9F6
SSDEEP6:XtNyV1QcmBU/sKaTR+s6Pv/9Ja8oyyCtnWmfBk3/IE:XumcmY5wRdkv/9JayyCtnhpMB
TLSHT112D0978A8A760C03EA06857500285E11256B404450E5B5C1089B4001430BE784642DA7
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
FileSize410800
MD52B02D365D62A70510462007D66248B21
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-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-1045E27A7D1C7D50EAA3F043A637716BE71F512D0
SHA-256F3C13B726D2A861ABC65C0518A6CD8DBBB441CE4F4EB5D927B358B0943CAAC2C
Key Value
FileSize326644
MD56EA6E0453A89E7E2CC755A34940D4AEB
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.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-106077EA312079DD5A9D77F19162569D856F01745
SHA-256FBE964867954ADA0A98F0FB7D53B7C6CE8AF5395AEF1AC1212EC96E0D61D1280
Key Value
FileSize295104
MD5347EEA300E9BC2E8DB732A2530EA9C3B
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.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-110708D829A1B1D0363CCC52261560B18695C046D
SHA-25677926A190B38AD47CD243EC14A8BB5F5AD134658A31BADF1F10F119D52D073C7
Key Value
FileSize372112
MD543317D5C5B6C7E1FFE79A0D991AF87B9
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-6+b2
SHA-11078CD1357F59E6E1A880D72042FF483AE743F52
SHA-2562387295873428E7C4AB69C3C1519F25B603C12D7046BB847AA31C39D03D60920
Key Value
FileSize450024
MD51C92F55F68BAE465FF4A055ACBD465D3
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+b2
SHA-11381B387932FACDBAEAB95DA2DB332D01CF72EB4
SHA-2561999959210F8DBBF6EE9BC62593F9FA58921029DE54EA954FA3077871F5C4EBA
Key Value
FileSize309088
MD582A7888262AF73545729FBA4305F8AAB
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+b2
SHA-1149B7B245F43839C229ED45D6B2A18C22146D077
SHA-25648DDCA87EFE40E2B7A11D5032A486B55D4B18EF8E6F4781FCD557349B5026F23
Key Value
FileSize230888
MD53F876FC6E64BA611AFB9DE01DBBEB7AA
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-6+b2
SHA-120163D3A73FA7DC9CB70FE6C995670755C7252D8
SHA-2565EDDB7378DD34FACFC3DF1677AFB24B995FDCB9A8BAF19897C306EF4C39C34AD
Key Value
FileSize246612
MD58F35395987E1A5F6AB08663173CD91F7
PackageDescriptionBoost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . 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-numpy1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-12026176FC9010BFF8D37621AB5CAF52E33BDBD63
SHA-2563555935434FD29F93D8C1FB2D6A382748FAE7267F819848E39364207EBC0A604
Key Value
FileSize287556
MD5C8CAA63CDB6B0CFD49D185762EBDC2AE
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.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-122DC651B44826CBC8A9F9A1557D75365030629F1
SHA-2564EF21FC5DB018AF07FF3C7EC625E19E9C336D608F543416E5004D4C1B9FD4F7D
Key Value
FileSize473108
MD5E5CB7C90E182BB133DA057DD9BD490FC
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.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-12E44128CCC134E9459131674A71ACB6608D68EAE
SHA-2560DFE177F3F031C8E508B4190A4298CFAA0E9B2312FCF435544E1A52A66ADC968