Result for A66703984597C29F087F3C87FD32C04CC7310540

Query result

Key Value
FileName./usr/share/doc/libboost1.38-doc/changelog.Debian.gz
FileSize14739
MD589590EBA88022E7815CB8DBD66E1B355
SHA-1A66703984597C29F087F3C87FD32C04CC7310540
SHA-256ACEF9265C719220A0068D4D4BF764AA5F545C724F0E0B618D5378649030BD961
SSDEEP384:34yCaVkQk5oCheH7zva6zsjBgdKSgNHZoCcnNFmQYBlMnJxm3C3Z:3fCwM5sbtYMKd5o5nNkYa3C3Z
TLSHT1CE62D00A6734F486C1CA64E9AF139327E8592E698C42B03BD80C73DFDAD47308D54EB9
hashlookup:parent-total211
hashlookup:trust100

Network graph view

Parents (Total: 211)

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

Key Value
FileSize68236
MD5CEF284F7CECA74C30CB8D63B22713F86
PackageDescriptionmanaged signals and slots library for C++ This package forms 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."
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-signals1.38-dev
PackageSectionlibdevel
PackageVersion1.38.0-6ubuntu6.1
SHA-1001558266277CE3139BB50285354CB4F4DA20FC5
SHA-25691EB6B9607E42418E2953631D35E0DBBEEAF436DD12B78CEAD31BA9FCDEC3204
Key Value
FileSize124066
MD5A8FA4F74FB42AF76CDE9B8A078D3888B
PackageDescriptiongeneric graph components and algorithms in C++ This package forms 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.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-graph1.38.0
PackageSectionlibs
PackageVersion1.38.0-6ubuntu6.1
SHA-10588B1AA648BD936D118DEB412C5D553B1C42001
SHA-25643CAC874B0EAC151C6A14C4C5FD062B9EB1EA56A6D1E37990D84165F1116069C
Key Value
FileSize485674
MD5E027F678FA2B2C865B4E6128190F91A7
PackageDescriptionBoost.Python Library development files This package forms 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. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-python1.38-dev
PackageSectionlibdevel
PackageVersion1.38.0-6ubuntu6.1
SHA-1068BE6BFEC15086A97BD1DDB6F66B1C99B4ACA15
SHA-2560DF22C229A0785CF09408CEE01F3A0777FB8CEAFE8C79EBEF2AD9AAC46091F5A
Key Value
FileSize131096
MD533691604B3669381828E918E083086D1
PackageDescriptionBoost.Iostreams Library development files This package forms 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.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-iostreams1.38-dev
PackageSectionlibdevel
PackageVersion1.38.0-6ubuntu6.1
SHA-106DDDE9FCF4DA432CB99C527D6B9D7420A5A916E
SHA-25676894EFD2E3829C94F35582571258A717556B5EA6A356B29AADCA7E785358090
Key Value
FileSize80762
MD58586C59240EBB35FDCCE81DDE4B6F639
PackageDescriptionportable C++ multi-threading This package forms 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.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-thread1.38-dev
PackageSectionlibdevel
PackageVersion1.38.0-6ubuntu6.1
SHA-1072981739EEBE84BF22AD2CC578F1F7F65EEE9EB
SHA-256D42C5BD424E766C4B11493F123792B1C981C9A43AB46E949C86F6C806F9328BF
Key Value
FileSize57056
MD52DE3337E36E887845616D1EF98F5C9F9
PackageDescriptionfilesystem operations (portable paths, iteration over directories, etc) in C++ This package forms 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.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-filesystem1.38.0
PackageSectionlibs
PackageVersion1.38.0-6ubuntu6.1
SHA-1084EEA0B242BB6F9F62C3CD640A62718FD68D029
SHA-256E4DB745D6C44F18BE5E244BC5149CF70019D6CA52C0432544F023CD37F80FF3C
Key Value
FileSize362590
MD5BA318EE87221CA393413260F56B88BC9
PackageDescriptionregular expression library for C++ This package forms 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.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-regex1.38.0
PackageSectionlibs
PackageVersion1.38.0-6ubuntu6.1
SHA-108707F58C98820D56BDAF359475A715AE1AB9B6B
SHA-25668FA143E5B7D0FE80A401595EF064B497B2E28BDA388AC9ED584ECD06D95F565
Key Value
FileSize65058
MD5C391E89D51D0E83AE023B4736C7FB1FE
PackageDescriptionmanaged signals and slots library for C++ This package forms 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."
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-signals1.38-dev
PackageSectionlibdevel
PackageVersion1.38.0-6ubuntu6.1
SHA-109AFB1BBCEC857F4FEAE39D4BEC0EA8CE0219B54
SHA-256C346FA08B04E8A43C98A40DB81C0AE1DD3365E1EA6B5D3FDF2BE482BA1A8431F
Key Value
FileSize50010
MD5BA01B734520435047A1248FCFC968758
PackageDescriptionmanaged signals and slots library for C++ This package forms 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."
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost-signals1.38.0
PackageSectionlibs
PackageVersion1.38.0-6ubuntu6.1
SHA-10DF7643C3CA4892E3CBC899303B390B5E4138C08
SHA-256F6087E548981FF12988A51DFFC26C46474D56FE4976DCFD23C2BE0DE847F9F23
Key Value
FileSize43976734
MD595BD4F579EBF18BE5EEE5BD0E73E6C92
PackageDescriptionBoost C++ Libraries with debug symbols This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibboost1.38-dbg
PackageSectiondebug
PackageVersion1.38.0-6ubuntu6.1
SHA-11046C907BAB93E27A72D04AA4CC8452B5FD495E9
SHA-256F72B3345DF90CC44B6B5EA6F34396C7DD967D17ACB9B6A01D33F0549326EB7FE