Result for 0A2E3285C195B025695BD1C19A899B06D099775D

Query result

Key Value
FileName./usr/share/doc/libboost-wave-dev/changelog.gz
FileSize1847
MD501712815E03B7AA202734158C505798A
SHA-10A2E3285C195B025695BD1C19A899B06D099775D
SHA-25679021D5542C7460CA518E0E4A44FE90760AF51A6E47EC0564700CED29F794F9B
SSDEEP48:Xex7L/Bb91XuCHYu1mHOqMlFH6GyiAdddVI91RZgKhpY/ftPaCOz:GH5b91XuCHiHevH6GyPdVI91X5pEfECS
TLSHT1A83117CB02D29AE6A122B8C32A71B14778783D08C05D9D6DBA18F24C8BCC0A94CC51E2
hashlookup:parent-total175
hashlookup:trust100

Network graph view

Parents (Total: 175)

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

Key Value
FileSize4484
MD57A54EA72A828642187301689D6992A16
PackageDescriptionprovides a sort of cooperative multitasking on a single thread (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-context-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-1011AF70864DFAB55E6A7B5E79E307980EA95B7D9
SHA-256A335C1101405EAF4702CCD3F0ECF01C77C01F1E0F942C98F80D5FCDDA2803A0F
Key Value
FileSize4300
MD53A6DF6D44A9D548FF6D513C11ACDAB9E
PackageDescriptionC99/C++ preprocessor library (default version) This package forms 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). . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-wave-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-1024401453B3B95508C51F8AD215CA5D223D9A896
SHA-256A423AACA371A3AD2B86AF1D12B6E6C26072D27852FE85958B3484A94469503F6
Key Value
FileSize4404
MD5025A5F1A7F2055966E0AD5F52C0A8A4F
PackageDescriptionOperating system (e.g. diagnostics support) library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-system-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-10564A8C8AB51550A385AC51C264D66DC65332031
SHA-25637CF7D57821B89E92A4F2F59B658827CB5DE682F7E8972699D1EBEF6C924693B
Key Value
FileSize4304
MD55B4E5CEFEE64E2F6882F0E1B044BD98E
PackageDescriptioncomponents for writing and executing test suites (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-test-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-1068C625EE7072B36DFB05DE661065791C7E327CA
SHA-2569D56A79220316BF9E7AB295AB5B66D36AC97FE96B292C517FC1D289D8B4BFDCD
Key Value
FileSize4544
MD55EA8793CB8B2CADDF53119423A9C497E
PackageDescriptionregular expression library for C++ (default version) 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-108FC3B258B9E5FE2F8931DA6A661F8AC2006C0FD
SHA-256DF1B8BB54ADB2E92470409B909FE1B20B6FAB19C48BE2EBD79EBF6A427064AFA
Key Value
FileSize4500
MD5E381149DC5E76CE70CDC47F0CB3DC522
PackageDescriptionserialization library for C++ (default version) This package forms part of the Boost C++ Libraries collection, containing the following 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 . Here, "serialization" means 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-serialization-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-109809DC27831DD90ED739A7E90C679B893C6A6D9
SHA-256F7E5A7B6EDC1EB4B2096AF0727BA1631F375B81E8D71F4BB07EC48CCF2E2BB67
Key Value
FileSize4268
MD567876D78EF5F883080B1784F0B9F6F31
PackageDescriptionset of date-time libraries based on generic programming concepts (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-date-time-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-1099D8B1076C91E34CE361B304D2CBA674ED07B88
SHA-256CE6BBED070D10904002F54FA03FD5A011FC03A4A154213C96B78D5BA9E867807
Key Value
FileSize4384
MD5A5C207BC8AE6059506ECA7397129C70E
PackageDescriptionC++ interface to the Message Passing Interface (MPI), Python Bindings (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-mpi-python-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-10BE19DE6FBB082F5F853CEF71B74169A11295CD9
SHA-256B139552F64BCAED58933070199B34D9A9B3621D04992BB1F64A8E64405FC7483
Key Value
FileSize4536
MD5BAD3B877E9B28AC99B5D872E3780D0C6
PackageDescriptionregular expression library for C++ (default version) 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-10C0921CABB9FEE271597E6DD79D80625CC83F94B
SHA-256399DF560DBA1EE925B70C0418F446242B703F7A8C70119AF1694DB62986BE84D
Key Value
FileSize4568
MD530CBABFEBEDD8B790854456682E58202
PackageDescriptionBoost.Python Library development files (default version) 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 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-python-dev
PackageSectionlibdevel
PackageVersion1.67.0.2+b1
SHA-10E4744EE1080195E3548E9A70CB9CF964BF9CBFC
SHA-256D5407284C5910335A25092E96FFAD59FD65990EA61A9313F425F778A68D9001A