Result for 0C612C60906C9A4306E92EFDF07871AAC39AB114

Query result

Key Value
FileName./usr/share/doc/libboost-thread1.31.0/changelog.Debian.gz
FileSize3236
MD5E01A99E58EC712EF9EEC4CCB194B0E1D
SHA-10C612C60906C9A4306E92EFDF07871AAC39AB114
SHA-256DD19330C8495599E1716D8B91CEAC4414FB393A73BDF972976ABE97D0DA48A32
SSDEEP96:AUfjXmshvBOehPNqvB9qd/DRy7VOlS8TDDQ/Bfzb:rXmgZOoNqad/DU8lRDQ/Rb
TLSHT1F2616DA0AB58D529FE7D0E2EB12516712CD0F281A01C2D7F31D40D526688F63FDF4904
hashlookup:parent-total17
hashlookup:trust100

Network graph view

Parents (Total: 17)

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

Key Value
FileSize64344
MD5190B931CCB7FEF033469A3271FADF3F8
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." . For more information on signals visit the project homepage http://www.boost.org/libs/signals/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-signals-dev
PackageSectionlibdevel
PackageVersion1.31.0-5
SHA-1137F37F70C266775844D0EDF148F98DE43175818
SHA-25605200C62AAAB1227832C6F57D36E4C14EB4E86426B81B2AF7DEC4E72EAA26A27
Key Value
FileSize204866
MD5FFDC5FB9097C2210E173426C4430C0CD
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. . For more information on regex visit the project homepage http://www.boost.org/libs/regex/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-regex1.31.0
PackageSectionlibs
PackageVersion1.31.0-5
SHA-1244DCD2768F21A01F1A0989BA4425A848BA8A022
SHA-256D5EADFF2489991DE1C2C346AC02123F1EB6782DEE0E9326FBC160E98D0D540D7
Key Value
FileSize73982
MD509639D9A61137586C1CF3E00D36AF408
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. . For more information on Date-Time visit the project homepage http://www.boost.org/libs/date_time/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-date-time-dev
PackageSectionlibdevel
PackageVersion1.31.0-5
SHA-12980CDE3F81DB3D27142BEE1535F17517B07C572
SHA-256550012F0F2DEE0795DBCACDE085D749958DB2445E2AEDE08ED8154581A8A0D43
Key Value
FileSize254432
MD5195C48F4B2B4120A5ADADED0B810E7A2
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. . For more information on graph visit the project homepage http://www.boost.org/libs/graph/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-graph-dev
PackageSectionlibdevel
PackageVersion1.31.0-5
SHA-12F45D141C4C36D02563D5F00A8D70C48B44A59FB
SHA-256968D4F9B6C357F91B4DCD34C786A125B7E485D18B7AA8B72BF0D00D075AE6EDE
Key Value
FileSize75728
MD587C84A91510AE001F2692F2CFF3B5328
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. . For more information on graph visit the project homepage http://www.boost.org/libs/graph/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-graph1.31.0
PackageSectionlibs
PackageVersion1.31.0-5
SHA-12FFFF7E9AF785C48C8D4B179DA221471BFEA6CB1
SHA-25668E0BEE90742F88EE5E79762D402474095A6F4057B3E6B23DE78CF0389190722
Key Value
FileSize46908
MD589DF654E53312ED18AFF9613D2E3C04F
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. . For more information visit the project homepage http://boost.org/libs/filesystem/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-filesystem-dev
PackageSectionlibdevel
PackageVersion1.31.0-5
SHA-134D2EA3C60E025CF44AD4D7F64DFF13AB214D73B
SHA-2569FB80A66AFC6347CB6A2E304941D2EF8AB801A8781F3D3F3DEEC985B7E0C26D7
Key Value
FileSize1188032
MD53509E9B08760F4E355AA027899D77900
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. . For more information on boost visit the project homepage http://www.boost.org/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-dev
PackageSectionlibdevel
PackageVersion1.31.0-5
SHA-1559C4E56EE720A9B3127660B60E1EC13480804D8
SHA-2569EBD37DF1999CD01EBD20AD68D716F269F41D1DE9DC8D0D237FC4769319176EF
Key Value
FileSize399330
MD59F323DE4D21F12762EA3B2A73E0BF90C
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. . For more information on regex visit the project homepage http://www.boost.org/libs/regex/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-regex-dev
PackageSectionlibdevel
PackageVersion1.31.0-5
SHA-156C7EF16455DC40CC4DCA4A6D4CE75CA915E07E2
SHA-2564B6BDA9A37E146D083A7DDAA5CA2F927824EE0D055A1ABC03C4C024CEDDE25E6
Key Value
FileSize23102
MD5DCCC6610F0E76BFA92E3DCDB342DA7E4
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. . For more information on Date-Time visit the project homepage http://www.boost.org/libs/date_time/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-date-time1.31.0
PackageSectionlibs
PackageVersion1.31.0-5
SHA-1612561ABE53236EF3A48D18E51E770676E201464
SHA-25621F7D2805114B5D07049EAB085FD6F1681DEB20D0D3621DBDDF4A4E05D740E86
Key Value
FileSize45328
MD5969851FACA4FDEAE700BA74AC99D24AA
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." . For more information on signals visit the project homepage http://www.boost.org/libs/signals/ .
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibboost-signals1.31.0
PackageSectionlibs
PackageVersion1.31.0-5
SHA-16FEF24A62EC920C3959483FB8121AA8BCE7287F9
SHA-256F05E152E6FC180D75CF2BB80F873AFF99C8CADA4583D525807A9160F2EC59958