Result for 846AB0574D12B0130F3C20A9D733485D2C1648CC

Query result

Key Value
FileName./usr/share/doc/libboost-thread1.33.0/changelog.Debian.gz
FileSize4627
MD59C8A3EDFB84D0343AD76A89C604047C9
SHA-1846AB0574D12B0130F3C20A9D733485D2C1648CC
SHA-2562EC7E99609E2A03007CB796A89879B22F938D645E481B73CF9F535D2F3B77A91
SSDEEP96:5tlphAIv9/5pnyF+BoEIevwArJOFZDej5KljQIW0IobQR796gduq7WoNAJGl4JF:5tlp+G9jtIevwAsFZCjAlj9m74gn7qTF
TLSHT172A17C1FC44C50520965E274E6EC796421922E50BF6B8A4E4F85B19EF4B7FC601DD3E0
hashlookup:parent-total21
hashlookup:trust100

Network graph view

Parents (Total: 21)

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

Key Value
FileSize150360
MD5BA6EB3BE5EDAB666EFF8152F74845AA5
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.33.0
PackageSectionlibs
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-1080E38F18BE8DBA792DCAA7245C85B44CC3912DE
SHA-2563C6B81CCF9EE7DDA7C6AD34CB61517695CE10925E0800016949A3BB7245CCF5B
Key Value
FileSize206692
MD5A18A7EE629AEB670822F3F664761711C
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-test1.33.0
PackageSectionlibs
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-10BD329C8B5757CD4EBB9418DBA6618AA0AFDD660
SHA-256131A2F4BF1B336BBFAFDB7DF88575F443AFC9E5703657FE331956ADB718EE121
Key Value
FileSize43120
MD577187383BAE33E65557517A4225965A8
PackageDescriptionmanaged signals and slots library for C++ Part of the Boost.org library collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." . Homepage: http://www.boost.org/libs/signals/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-signals1.33.0
PackageSectionlibs
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-10FDD2F2E87EEB07709BCCDA22B4E863C1955E1C2
SHA-256AA3725D79F2D1941D447EF29A364F10C10580343FB0B4EA4D3F7F34842B41DEB
Key Value
FileSize292816
MD5D5C017BFDE2B7CB213EA7C0A1FD29F5F
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.33.0
PackageSectionlibs
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-11CBC9630A1CC1C1CD748CA88F920F68271219285
SHA-256A9004CB9013C9DF00537BAB401522286FBCE7E3C82C701A0F906A90F63B6841B
Key Value
FileSize676594
MD5F6DDCC4EBB22F8A31F8A32C692236CB7
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.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-1228AFBC8B0BA4C66AE1B933E0B19C6029B55CB8E
SHA-256FA2E979B9B5B70DB4B96939CA41DC03C2620A3607D7AAA1744A46E609070286A
Key Value
FileSize118834
MD52EE82BEDFBE684A0214D71F17EAF29B3
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.33.0
PackageSectionpython
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-1374C03E31DB99B2229A7A95617EC8CBBE4A92A70
SHA-256A21279D78B22D89B6FDA176B32FE092CC5D192358EC29D91193B9400AB07AF29
Key Value
FileSize26076
MD509EC8E96507B0E3A362C618F823D10EB
PackageDescriptionportable C++ multi-threading Part of the Boost.org library 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. . Homepage: http://www.boost.org/libs/thread/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-thread-dev
PackageSectionlibdevel
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-13FA44D4E61B52E91F6DF673A654CD1E27F6B91C9
SHA-2566217B617383BBD9D7F58C1AAC38787CEDF91A1CDEE05725C93E8D7448BAE0441
Key Value
FileSize4956630
MD58E0A6B83E790E4DA1EC6225DE0F931D0
PackageDescriptionBoost.org libraries with debug symbols Part of the Boost.org library collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. . Homepage: http://www.boost.org/
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-dbg
PackageSectionlibdevel
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-1515A3FB4826185604AE293672C2004229AA408DC
SHA-256A52B50E88BC3D7A60EE2E623961BE48DB8D30E70432BDDE6FCCD078CD9859814
Key Value
FileSize41390
MD523976F320476CC68181894A84E68F42D
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-filesystem1.33.0
PackageSectionlibs
PackageVersion1.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-1598CF1EF4385CA248617F9A03FF1834AC59E97B4
SHA-2561D6AA84B40E3075F2570DBFF773699ED34B606EC02FE3C48B2D1B0280EF4110B
Key Value
FileSize1833234
MD55DAD56ECAF414433953BBA2A2E8F63C0
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.32.0+1.33.0-cvs20050727-1ubuntu1
SHA-15DA9E0C06C146EC45A2981DDAD293C570B51F37D
SHA-256686F09194E3F7B5A6EBD701FC9565C6BA924F0DBC468DF969BC50C8E5CD98909