Result for CE5A673AADC4EE9FC6B2D984A9C5FA7F73C1DD66

Query result

Key Value
FileName./usr/share/doc/libboost-wave-dev/changelog.Debian.gz
FileSize6185
MD505565FC50064EE4A9E3FCB9D4ED272FF
SHA-1CE5A673AADC4EE9FC6B2D984A9C5FA7F73C1DD66
SHA-256218AD2D4782D6725D30711329BACDD90CCC9CF98F7C9B6D7B715C953F53AA591
SSDEEP192:kgbt8ht1OOje9UOhxuUGN/gzRc3mN2jEz:kqonjGZTGN/gzRc31M
TLSHT17FD17DAE4386CB009AC95066720BDE36FA73CB1BE1014C96922F36F92D5717E646D40E
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
FileSize79068
MD5F408FD3E0D4E6A87AD6DE06F458A847D
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-9ubuntu3
SHA-10236AA04FF1995DB01C3B2E39421C66331A451F3
SHA-256089E6F8E1F9C36F83C9CA1DD3EDA0544AFB1BF11E3AC0B12E09E2FB8DC5856F3
Key Value
FileSize599228
MD525164A496FE10519CB318E566C46918E
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-9ubuntu3
SHA-1086D6C01F06279A846EC9F295C570B42579DF291
SHA-256CA17D44DC2553BD38BA908A6673AD896FE27CCE3C43424A63EF4F91945EB8788
Key Value
FileSize267128
MD5D986E2FDB2CACEBA042FD6B86A473664
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-9ubuntu3
SHA-110E09E4EABA5AAE779D2F34F0B4EC199ECF11DE4
SHA-256A9BB7E8C949B4DB037F25274619ACC4454C88B17D0ACCFDF95FC0DD725B74E2B
Key Value
FileSize552594
MD5E984D76A081EC2091AFE986B3DBDD873
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@lists.ubuntu.com>
PackageNamelibboost-graph1.33.1
PackageSectionlibs
PackageVersion1.33.1-9ubuntu3
SHA-111765BBBABB5A091FA0AD74538923D32E2D076B3
SHA-256EEED829817BC233A8F47F99ED40B4798359E87BAE0BCAFB7F2B9CFA5A81A1261
Key Value
FileSize1661234
MD5E1F94094E74E497C5C226A898AFD8185
PackageDescriptionBoost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . For the following subprojects separate packages exist: date-time, filesystem, graph, python, regex, signals, test, and thread. . Homepage: http://www.boost.org/
PackageMaintainerUbuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
PackageNamelibboost-dev
PackageSectionlibdevel
PackageVersion1.33.1-9ubuntu3
SHA-11C5649822E6E5F240C1229322A44674353B7FE5E
SHA-256266EFCF729AE03E77EEF4BC3DC092531BD0E558CBCBF3B97D9C64FCC7A95D593
Key Value
FileSize401158
MD5B8FE6807170A4089FBD1E23F75609BB4
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@lists.ubuntu.com>
PackageNamebcp
PackageSectionlibdevel
PackageVersion1.33.1-9ubuntu3
SHA-127518AD1E30C830824ACBC0DB56990CBF16FFAB1
SHA-256125876E828A6A6A68CC125A0B4082B5911138782EE0293E9652468063933EDC2
Key Value
FileSize189424
MD520DFDEB0592F878BD5D45390D888D414
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-9ubuntu3
SHA-1340F665583B4487D9E864DF0222F03A4F224CE62
SHA-2560FB7F9623FFBF210D3F575863ADAEF08323E43D2C5B10CFBC0B1DEFFBE1DAA75
Key Value
FileSize10907686
MD55C3A90ECA56337E96D98A2A78FD38131
PackageDescriptionBoost C++ Libraries with debug symbols Part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. . Homepage: http://www.boost.org/
PackageMaintainerUbuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
PackageNamelibboost-dbg
PackageSectionlibdevel
PackageVersion1.33.1-9ubuntu3
SHA-137BCE1D7FCAB22A750B66A8B5F8C01C690A98A85
SHA-25683E3AD219ADBA438584E17705439361DA7E8F1EF54F33E6097D0CDF9B4C1058F
Key Value
FileSize54504
MD5DE18A6A92BD1A5F731D5065FDBB08B1B
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@lists.ubuntu.com>
PackageNamelibboost-date-time1.33.1
PackageSectionlibs
PackageVersion1.33.1-9ubuntu3
SHA-14720E1A9519FBC0B27170CCBE9859D7644835FA0
SHA-256AE42E46E720B585A6688D5EC0968059BEDCE8EA6048D5D52C9991C5EE251F17E
Key Value
FileSize68206
MD570ADEF30C95EFEA7804A1AA7AD4F9392
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-9ubuntu3
SHA-14E2AAF3787124920EF09542705386EAE72915BE3
SHA-256CA9A6BDD6EF94A1E3C751CFEDB4678F6ECE5D61674A1D9FEC1E7801621338F07