Result for F15990EA5DCA0499D71898BE139606F8D9F9ACFC

Query result

Key Value
FileName./usr/share/doc/libboost-wave1.34.1/README.Debian.gz
FileSize1992
MD5A2C2373096085D81A7B351C98F39D6E6
SHA-1F15990EA5DCA0499D71898BE139606F8D9F9ACFC
SHA-25677C3BF9F5964961ACAD73068B7974F9B8E4EF55179D9F565398080AFADAD64DC
SSDEEP48:XGAY9dAIOInyWKyGpVUMz3nH+BNgSL0jKXCfHpwD:+HAIODZvLeUzjKXCfH+D
TLSHT1CB410CC31EBF5C05CA32F33BD87BA48C2FE919715655E95C8242A120E1B5E4526CF70A
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
FileSize43806
MD555D735A33CB0BDCD2D34DFC2E0023FEF
PackageDescriptionBoost.Iostreams Library Part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . Homepage: http://www.boost.org/libs/iostreams/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-iostreams1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-10109A4B37695C4E8EB26106CABB19336B257717D
SHA-256CA0109C6C7451D2DE90D2BD522D8790DB72B66CBCD618FC51DAA2251DCD0FB0F
Key Value
FileSize128958
MD579EC8682A4C90961851AA3CB67AB7617
PackageDescriptionBoost.Iostreams Library development files Part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . Homepage: http://www.boost.org/libs/iostreams/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-iostreams-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-101EF69A7B676D5643D25D3DD735FE13F1F3AF99F
SHA-2562332BCFE8562526702449366FE3E591D21BDF9BF902ABB0ADCE13187F9A4E0C7
Key Value
FileSize588308
MD59A1A1105DB356868814C07E7CA61973F
PackageDescriptionserialization library for C++ This is a partial list of provided functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . serialization: the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. . Homepage: http://www.boost.org/libs/serialization/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-serialization-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-10E1FBF2BC009E9F399AFDA6581AF0EF3A56BBE21
SHA-25639C5096DAA4B84373D78296447BC0630985E726AA1A8DC2880C4889DCD094BFE
Key Value
FileSize198300
MD533C9DB76C28F083BF6EC16C88986E129
PackageDescriptionprogram options library for C++ 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. . Homepage: http://www.boost.org/libs/program_options/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-program-options1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-13C7D33685D42ED40E27E5FDF7837BAEA8CBCFA95
SHA-256E8BC4C7AFE538DF533ADABE6B48BF28153B67324279D7B2DA478493A24CB3FCA
Key Value
FileSize45700
MD57561EBF2CF982D4A498F06EDB4A283FC
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-thread-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-1544AA14615C94EC5F4D52FCE9A76246B51489D76
SHA-256A8285D4840589AAB8C89554FD586E46E3B33B860A344143588E1C6FB65815597
Key Value
FileSize791216
MD5062FAF0F512007D09035DBD9CE06693A
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-wave-dev
PackageSectionlibdevel
PackageVersion1.34.1-2ubuntu1.1
SHA-15E05621521DA9CE78BF65A2F5921B49A44CE7E1A
SHA-256BFE4BF787236624359CD8752889427C44F5DEF9712BD7C2BE838EDF2EEAEF359
Key Value
FileSize718958
MD50FE0F010D3994FDFD4E9359F3980A2C8
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-163558284E2CFD38EBF7387E903CD3BB09A4439C4
SHA-256F75DBAA6FFCD43E7B834ED26190B945463DC431071B1DDF4F5B606390772957A
Key Value
FileSize66528
MD54BA5EEACB9BDA9DC76951081201507C0
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-16389334AE161EC427100262A550D3D94A3A9AF62
SHA-256429AEC70CFE88A3F9F4FE686CFC0E9DA7E6E884DC05108E24F695ED5D3B4F58A
Key Value
FileSize1010968
MD56C366030ED27B9E4D073652B651F158D
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-16A763A9E3735AA808A14FE7605D56D6D484649B4
SHA-25627D8E27BF0A44AF2E82889BC7928A483E46631CDD9B0F5C4386CE0E7A030D6F1
Key Value
FileSize55666
MD5023011484A616E9CBE64C428F17AF2C8
PackageDescriptionfilesystem operations (portable paths, iteration over directories, etc) in C++ Part of the Boost C++ Libraries 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/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-filesystem1.34.1
PackageSectionlibs
PackageVersion1.34.1-2ubuntu1.1
SHA-1814AD3BB26E160ECA22BF212B6E960628693E456
SHA-256A62AADDC49B80B288C49F404AEF55689A06523C843CC897DE407DBB1B978DC93