Result for 423F7E93240EFA6A729F9BE9CB0EDDC2E9389D97

Query result

Key Value
FileName./usr/share/doc/libboost-wave-dev/changelog.Debian.gz
FileSize5937
MD58F3CF22923FA363CD20B224FB8A8D0A4
SHA-1423F7E93240EFA6A729F9BE9CB0EDDC2E9389D97
SHA-256B55E8E012E22E415B096CD518F64C50E2D3126BE51ED4AB36C65215B49BA62FB
SSDEEP96:re19vwTYEFp6C3xm8qlDlRPhrpwBeejiU8jG7TdCieeOoSu0clfDhBEi8+IovVG0:re1JtEX6i8NXpwPdCRe2oVJ79NGxP2
TLSHT15BC19DC70E10D3424D8409A8E1AF4C81E81F87BC65C2AEE5328A9C1E747E77875871A6
hashlookup:parent-total25
hashlookup:trust100

Network graph view

Parents (Total: 25)

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

Key Value
FileSize238638
MD576D34EA3BA8276D380DBE1C59DD0269E
PackageDescriptionBoost.Python Library Part of the Boost C++ Libraries 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/
PackageMaintainerUbuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
PackageNamelibboost-python1.33.1
PackageSectionpython
PackageVersion1.33.1-7ubuntu1
SHA-111D029403018C587BC710757678BCBDB996E3DFC
SHA-25638BE343B5A4B0A6A1048713657736E87E3AA7FF2580FFF5F2D250F58B50D368B
Key Value
FileSize110780
MD5F274735E0061F549EC7B54B0AA356AF7
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@lists.ubuntu.com>
PackageNamelibboost-filesystem-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-112DF60CC452FD6C2DF858A8D7AA5C69EF1660537
SHA-2563D039E0DDDF41EF73B1715175BF31DD015119FBC9BB4850FFE5C7B7D449E979D
Key Value
FileSize976828
MD52CCB855F07639E9C388B4FCD2644946F
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@lists.ubuntu.com>
PackageNamelibboost-serialization-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-114DE58F50F8E6B9B13F9C0A64599BDC0E72F342F
SHA-25644606ADE326CACFFFD76F3A17EA125F9D6121EFEA6A5A45589F3BB027F59A340
Key Value
FileSize84324
MD5CD780F4FF0246A08D034220DE3338D80
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@lists.ubuntu.com>
PackageNamelibboost-filesystem1.33.1
PackageSectionlibs
PackageVersion1.33.1-7ubuntu1
SHA-12F2EF81FC2652403623AC2E7630FEA2386664176
SHA-2565625CC1CF5FEF204E64C9699ED723BA337C498AEC17D43DA79379ED7C0DBABDC
Key Value
FileSize384296
MD5F6E026EE5DD7568DB7752C21E4B8CFCE
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@lists.ubuntu.com>
PackageNamelibboost-program-options-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-14F5D54407B8107567684F26BCA0D2C4FD03FAD7B
SHA-256777ED99F3A12191A7DE5C03A8FBAFBF7E328B06AB4228DB9C62A59E85FA69F6E
Key Value
FileSize35954
MD56EB5F59FAD5CD551AAAC2137F6F753F7
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@lists.ubuntu.com>
PackageNamelibboost-thread1.33.1
PackageSectionlibs
PackageVersion1.33.1-7ubuntu1
SHA-15DCDDB1615A25F7CA79749E276E2E1784A6A1DDE
SHA-2567BE3577F47CDF19578DE3F426E29C0E923D55390E8A6ED05BDBFE46727902D70
Key Value
FileSize802172
MD5BF3BDC04CE6966023304940FC7AD43D0
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@lists.ubuntu.com>
PackageNamelibboost-test-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-16102E9D175D84465BD70FD86723CCB809639CAEC
SHA-256C4C7CC34A51920A466A4A58D5CF56C3E91A52EAEF0DD19196A3DD5DED5A52BDD
Key Value
FileSize639094
MD5FC19AA46B74972AF06B6BCFF0895A8A5
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@lists.ubuntu.com>
PackageNamelibboost-wave-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-1705720A0712E64922F0787C62E2DA1E8E844C85D
SHA-25690C46F74E4BCB4174494400F746A3D6A6C47ABEC91624FC00262D9357F94BF2F
Key Value
FileSize48704
MD58D9A3C3AB68EA79E21A693CA892B0D6C
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@lists.ubuntu.com>
PackageNamelibboost-thread-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-175809BC7DAF83011D12DBD15E6DA615B51B1590B
SHA-2562B25503221E4DCAF42D7F11B074F86B5C4AAAB1340D8F0DED6E9B019DB111ACD
Key Value
FileSize103674
MD5B365BD579FA317F441DBEFE171E2C9EB
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@lists.ubuntu.com>
PackageNamelibboost-iostreams-dev
PackageSectionlibdevel
PackageVersion1.33.1-7ubuntu1
SHA-177A8E3C18657852B38FAB78696AEC9E86EF2892F
SHA-256821E7C6AF3163BF4F385900CD8C3E703B67449669BD3C2E1252FED0E5DBF5D02