Result for 005BD595875615EEB5408E59C70B67127A46C1DA

Query result

Key Value
FileName./usr/share/doc/libboost-thread1.31.0/changelog.Debian.gz
FileSize3799
MD56ABBBB3454A2FA60EBCEDD6562C27A3B
SHA-1005BD595875615EEB5408E59C70B67127A46C1DA
SHA-256810E501815EBBC87BD0F21257B7EDBF060BD47DFC2C6256191607E2F8CE076EF
SSDEEP96:qmPcuSLQ3H9aaz3/X1MfjcD0dUBx0179r762zwrEYJ:qmXRH9a6PX1+O/0R562sjJ
TLSHT109717DADD085B2D6EB4320F97F52A0609811D9EE91C05809BB465FAA60D2F1172B789F
hashlookup:parent-total18
hashlookup:trust100

Network graph view

Parents (Total: 18)

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

Key Value
FileSize84580
MD514D13C941E2FDCE41ECACD0F165548F9
PackageDescriptionGeneric graph components and algorithms in C++ Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/graph/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-graph1.31.0
PackageSectionlibs
PackageVersion1.31.0-9
SHA-105CEE86CA46A651EDE88018667918403E6E2750D
SHA-2561B815FF6D210F3F6E0EAC497FA1DFF2C67492CE5AF7C1E7DE190DF397D4B588D
Key Value
FileSize5507920
MD56822D354E3E1B1EAB98BF9C2349B3ACE
PackageDescriptionBoost.org libraries documentation 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 is documentation for the libboost-dev package in HTML format. Some pages point to header files provided in libboost-dev package, so it is suggested to install the latter as well. . Homepage: http://www.boost.org/libs/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-doc
PackageSectiondoc
PackageVersion1.31.0-9
SHA-1087B36631154ECF315187555781D2426F4CB5113
SHA-256BBE5DA7F55EC48224F70D0324427E45CA9F9A79F5F93E09B020F5E1BB6A05F04
Key Value
FileSize73826
MD5D12D335E2E52A5F80709653E7DA4A5D8
PackageDescriptionSet of date-time libraries based on generic programming concepts Part of the Boost.org library collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. . Homepage: http://www.boost.org/libs/date_time/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-date-time-dev
PackageSectionlibdevel
PackageVersion1.31.0-9
SHA-11764AD73EECFDF1712626C7FF6A4B9164CD017F9
SHA-2566FD28F0829E32268CB88FD7C7CBCE2CDFAC2A5E4A683951D9DD5E7515E6A37F3
Key Value
FileSize250634
MD5D43D71DD319B6AE97047C4D5352F9D95
PackageDescriptionGeneric graph components and algorithms in C++ Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/graph/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-graph-dev
PackageSectionlibdevel
PackageVersion1.31.0-9
SHA-12A61B3302E2D743D41E0C6C547254520A602D7A3
SHA-256C4F7D6A34593FC7DF101CCE78E8E2890391E92C135271BB491D87638A80A8FE4
Key Value
FileSize43090
MD57D2C3E4A4A135D6C99E16F553FC61BE8
PackageDescriptionFilesystem operations (portable paths, iteration over directories, etc) in C++ Part of the Boost.org library collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. . Homepage: http://boost.org/libs/filesystem/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-filesystem-dev
PackageSectionlibdevel
PackageVersion1.31.0-9
SHA-139CEB42F206C6E78688CC756BE739F7A39D66B88
SHA-2565CA4605C708C0CC47D9DCB15E0F8ACBFD26471CB1157A564DA2F20A699233763
Key Value
FileSize362954
MD5DB22458EF4A8A7B5AC499D61B0C3A492
PackageDescriptionRegular expression library for C++ Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/regex/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-regex-dev
PackageSectionlibdevel
PackageVersion1.31.0-9
SHA-1492ADDA3E01AF550A50ED7D584C0791DD4985B4A
SHA-2563CC8CD9B1C2EB192C1B443CE0DEBB53495386C62859E6013CF54DF535A5FD7EA
Key Value
FileSize111010
MD59CCBE6DBEDCC3B83B79D08E29D724451
PackageDescriptionBoost Python Library Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/python/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-python1.31.0
PackageSectionpython
PackageVersion1.31.0-9
SHA-14A39FA2C11A6B13DF265734D16EA9C96C432C0FB
SHA-2567553D7B4B951DF94E69DFC1D6DED658E7471AB0608292BD0DF343F5CE66207BA
Key Value
FileSize1191898
MD5BA0673E5ECA307FA6CAF16271CA3F280
PackageDescriptionBoost.org 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. . For the following subprojects separate packages exist: date-time, filesystem, graph, python, regex, signals, test, and thread. . Homepage: http://www.boost.org/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-dev
PackageSectionlibdevel
PackageVersion1.31.0-9
SHA-164E54A02223E973D94605AEC53FEFA7A3F84890E
SHA-2562D3127945B0D0EED14F6F33F36D591568907114D13B0C5E3907ACB9204F279E9
Key Value
FileSize161296
MD588CCD8F5A4DB91BAB4C3DBAB1005F28B
PackageDescriptionComponents for writing and executing test suites Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/test/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-test-dev
PackageSectionlibdevel
PackageVersion1.31.0-9
SHA-16B57826E5B6FEB2CC0618233A4E911C82E151514
SHA-256654DFC3BE7C8C1E3FCF5D3B1D25686270D0626A1B8A768E46376D618A80504E0
Key Value
FileSize194484
MD56FDDF6CFF7F84084F04D6F72346BA6CE
PackageDescriptionRegular expression library for C++ Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/regex/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-regex1.31.0
PackageSectionlibs
PackageVersion1.31.0-9
SHA-1775E0C68A3A7C387CCBA7761873987F2F4CFD8B1
SHA-25677EF27C5152F9F7039949EA8376FF6ECC0E66C40A6D74CF653FB386941269D66