Result for 1457E20BEB1FF5B9D8E547B96F3902347291274F

Query result

Key Value
FileName./usr/share/doc/libboost-wave1.34.1/README.Debian.gz
FileSize1992
MD5000537EA9E8D0BAC495ECD5D576D364C
SHA-11457E20BEB1FF5B9D8E547B96F3902347291274F
SHA-2564C8ACBCD01003E649C8B3E8CFC654BBACD1BDD31FE9D3B389F03002CEE136215
SSDEEP48:XeAY9dAIOInyWKyGpVUMz3nH+BNgSL0jKXCfHpwD:2HAIODZvLeUzjKXCfH+D
TLSHT107410CC31FBF5C05CA32F33BD87BA48C2FE919715655E95C8242A060A1B5E4526CF70A
hashlookup:parent-total26
hashlookup:trust100

Network graph view

Parents (Total: 26)

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

Key Value
FileSize235112
MD5BF5BE17B204AD5F190AE330CA1E6FBBA
PackageDescriptioncomponents for writing and executing test suites 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. . Homepage: http://www.boost.org/libs/test/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-test1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-10048095B4B8F72683616D9112BB42B3CA6CE990A
SHA-256E1B1E3FD51D2D16074C123E46529116350C1654D28F9ED516E9EF26AD29E7102
Key Value
FileSize467784
MD50A1D1E4F191EBCE76613C0F2536A34EB
PackageDescriptionC99/C++ preprocessor library Part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). . Homepage: http://www.boost.org/libs/wave/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-wave1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-1075E39A310FA03B12120817B35B30DB3233BBC32
SHA-256CE82423CD602D63462BB61E32F7BE216490A0E396B5195CFE0037108C6602433
Key Value
FileSize508692
MD5591D3FB5893F97DBA3811A2FBF39C866
PackageDescriptiongeneric graph components and algorithms in C++ 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. . Homepage: http://www.boost.org/libs/graph/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-graph-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-1103DB7CCF08BFA3C1BDE59EDA9DDF0152B731899
SHA-25642163CBE50E068F933BA70CA716ED3D7D3399C572562C043E834947A62692038
Key Value
FileSize87482
MD5D82D1713ED80EC64EB9282506FB89605
PackageDescriptionmanaged signals and slots library for C++ Part of the Boost C++ Libraries 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/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-signals-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-114374B366960820BEC55EBC586433554544E0C2A
SHA-256F5B148A8525E84F3BE0CB397746DE7A7EBC880506354F57EA96B7C5A5EB0644E
Key Value
FileSize186118
MD5570B37C9326CB2354CE1DD9E25B17322
PackageDescriptiontool for extracting subsets of Boost C++ Libraries Part of the Boost C++ Libraries collection. . The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application. . bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies. . Homepage: http://www.boost.org/tools/bcp/bcp.html
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamebcp
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-11B33B9F79F360DD52FD388FB02D6F5102B69760F
SHA-2565EF42405C8E0EC0F202C4330AA55EC369A29C97563808A5F2DE4C83C7076AF5E
Key Value
FileSize550476
MD5EDCE61265B4EB8A3AE0A3370D4891CF9
PackageDescriptionregular expression library for C++ Part of the Boost C++ Libraries 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/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-regex1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-1241A8ABA6315813A1F845443593E96640944D8B6
SHA-2564D50C1BC54C828E734D8D8E5425719FCF16BFB91CE53AFA1F035AB465D60C460
Key Value
FileSize36996
MD54BBCDB7AF3861ADA17FF469A4F36D448
PackageDescriptionportable C++ multi-threading 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. . Homepage: http://www.boost.org/libs/thread/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-thread1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-130CEC0DF75319F182CC2078DDBE1075D2C72A106
SHA-2564AA31C50DC7AE44701EA051D06E97B5A229AB4289B5C9DC193604B0E2EB2F6C4
Key Value
FileSize69660
MD555B0902DB7E0F06CBB9383D993056472
PackageDescriptionmanaged signals and slots library for C++ Part of the Boost C++ Libraries 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/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-signals1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-1395B9E9CDF5B4B6590D4218A47B6FA7B4026178C
SHA-2565AAF2B49A7C7EE1C07122200E6CCF7D6D7FFFDDB32F5ECBE111147CE62DBAB27
Key Value
FileSize252596
MD5512940CFC1A9F835534EC3B2C852E65B
PackageDescriptiongeneric graph components and algorithms in C++ 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. . Homepage: http://www.boost.org/libs/graph/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-graph1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-1398CEEA14297B278C482A804AFF99320763089D5
SHA-256A88B38D7016C0EAC802462B504C1E339D390BF4431C71B220B1BEAE8046A3C86
Key Value
FileSize1061054
MD5E3760ED11278B956BA198F54C2CB1DDE
PackageDescriptionregular expression library for C++ Part of the Boost C++ Libraries 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/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-regex-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-1562D45964D01FAF90981C18C15BAE40F74B846C8
SHA-256FC9730608CC35AE40CDD4DF4BE28A29184A8383070CF4711B5AAAAD417184AE3