Result for 3EE6B9D547A4C47CB91C009DDFEBCB90D613D637

Query result

Key Value
FileName./usr/share/doc/pyste/changelog.Debian.gz
FileSize8406
MD5A59F1304F1852FEC87196B712F484060
SHA-13EE6B9D547A4C47CB91C009DDFEBCB90D613D637
SHA-256A4E72DEE89709C77C17A97E339A9EF4D6C4E5E72CEE3FD4B8AF41F5218030DA7
SSDEEP192:i4QtlVGQydqyGdvmv45HZh7Arh9FgXjLaZpPoPM/J9tQfsFf2:iHlVGQ4qyG/55FArPFgXjLaZpQkB9csw
TLSHT1FB028D071402A88AB74395779674E2B46303176C1D499FC899BA1F1109F27F6725FF13
hashlookup:parent-total29
hashlookup:trust100

Network graph view

Parents (Total: 29)

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

Key Value
FileSize595570
MD5D172992C22412B02A606F644D2AB6FF8
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-4ubuntu3
SHA-10BE74ADB0ADCC222176EB264E9B49E298B577DC2
SHA-25663AF919D195C17C34CF2C327C1C75AF80BB26D636B4F34953576988FEC0438D7
Key Value
FileSize495020
MD5CD80BF8A14445DDAABE1D8A1007EA69A
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-4ubuntu3
SHA-1190229CF49F6521C16C3A40A683A02C36B100DF0
SHA-256900C6BC773D4C8B77FE3B03881D511251A8F43235852AC173A3F6EE71F0EDA82
Key Value
FileSize399982
MD5CD6526F86D8E4C311D7B9F42BD036651
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-serialization1.34.1
PackageSectionlibs
PackageVersion1.34.1-4ubuntu3
SHA-11E2A5AE52FEB2FA63378E975691214FB123FBA86
SHA-2565ADD3BC7090A31E5E275CE8A194C0CB089BD9A15FA97735BF336F8B8AA4F50C7
Key Value
FileSize55810
MD5C60AE2AD58A8698806EA473E618D2332
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-4ubuntu3
SHA-11E99CCD560DF6E4C68B84B756DE4017ED293C33C
SHA-256718941AF93F476BADC474E06F5CE9B1BD3CD505AF0606B3C2D77668704F1F47A
Key Value
FileSize240576
MD55D186BDDC1626C05F10FEB275874AF7E
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-4ubuntu3
SHA-124B30E0FF5B95A47AB36DF45959D1181E1BFB63A
SHA-25628691B78E14DB780F9CC697FD5B9D57DD49A1AE73171EE59960F1D1B694008F3
Key Value
FileSize37656
MD5718B975D711D3E3D7D7288A1CA73FAE4
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-4ubuntu3
SHA-138C44F3BA95A7A1C1736926C12F6594AB2DC503A
SHA-2563DF5BA524B994C4A60CF59F701F589554B5CA01B62419266FDD813854EFB72CE
Key Value
FileSize539364
MD523340C2755FEECE89E4757F076F4EFE7
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-4ubuntu3
SHA-139D0A68B9BBA067ADCCDB0FAC6A20C35F0AC2C1A
SHA-25678F65C83A3F719BD687144C5C3B583C9AD51FA0AFD65F907583A36886F09C11F
Key Value
FileSize50688
MD55812C46AA90C5AE1F40C5BC4C15F3DBB
PackageDescriptionBoost.Python code generator Part of the Boost C++ Libraries collection. . User specifies classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . Homepage: http://www.boost.org/libs/python/pyste/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepyste
PackageSectionpython
PackageVersion1.34.1-4ubuntu3
SHA-13E1CDF5D2E515588B1DA8309383BF76CA03BC483
SHA-2564AC12EAEF5D1D5EE469580C61C6C4A288C3287E20800B0CAD52D0BF4D9F3F886
Key Value
FileSize182964
MD5022E6F2E542C5058EE7423DA7CD6BE45
PackageDescriptionset of date-time libraries based on generic programming concepts Part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. . Homepage: http://www.boost.org/libs/date_time/
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-date-time-dev
PackageSectionlibdevel
PackageVersion1.34.1-4ubuntu3
SHA-14B872219CBE4323C3A4F2E3F2466BB16FDCF7CA0
SHA-256888E5E7C11CCE50DB1059DE88385A609D3E8E884D9FFE213F9F4FBFA11DC3831
Key Value
FileSize71452
MD51C1E73957BB3DF7991B8BA625E42DC3E
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-4ubuntu3
SHA-155F073C8CC7B6E7025F19F625E258FFB0FCF81CE
SHA-25644F289F4F95E4FFED730AC22FE032A9376E92C740459F5CC6395A677655B4A80