Result for 0F923F6F5C23BABAD936005CE686C9F1FAB3035D

Query result

Key Value
FileName./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.armel.gz
FileSize238
MD589AED09086232E35E2782271AC9D4904
SHA-10F923F6F5C23BABAD936005CE686C9F1FAB3035D
SHA-25642EA408268E63255AC45185672AC81A9A1A6DEA873C41A8931DD29549B5FC875
SSDEEP3:Fttj230Gh9sgpDWHArbJ1B/hPgL7qiD8REL+0wilg+Ln+l+KD9kc7qYhNX662Asl:XtjopD/TBpYLGQ8Kpa+OGmQpn
TLSHT156D097BBD710D83CE19A6A3641E6986714F030A0738E7340080280CF00B42E5A838CDA
hashlookup:parent-total58
hashlookup:trust100

Network graph view

Parents (Total: 58)

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

Key Value
FileSize138286
MD557C366761B9C67CB207EB97414A5EFB9
PackageDescriptionprogram options library for C++ This package forms 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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-program-options1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-103D4CB174DCEFE28E19501C0EDF90D883CFD62FD
SHA-256C87E216E5212638B226B5195B946626F15DB6E9D470BC713B06FF1066FF555F6
Key Value
FileSize31336
MD539801674047FF966B3DCA42F3CE05045
PackageDescriptionprovides a sort of cooperative multitasking on a single thread 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++.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-context1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1071C40149C16A512D3367A621EAA772F9BE0F7DF
SHA-25614E00944A37FA9C756678A798A57FEBE3BD67166A59E40BCB8FF97B52AC5E9B8
Key Value
FileSize261908
MD5ADEA1F19526CFC25172C2FDD551CC810
PackageDescriptionC99/C++ preprocessor library 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).
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-wave1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-109733F8C387AF7A5172776965AE2A6A070B36A25
SHA-2563DDE161DAAA1FF4A86D9CCB8D85A101B55B029A11F94AEE1F791D5E411775D33
Key Value
FileSize67086
MD544B2BAAEF3CD1D4FEA1119DED55892C7
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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-thread1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-10C8C79811FF628C077BA41DD325AAE15A60295FA
SHA-256E99FCF5E7326F64D63F36FFA9F7FBFCE7539C32B0834CA5F595422FE16D002AE
Key Value
FileSize43184
MD546FDBC3B6C0B826CED7301DBB4B82DB4
PackageDescriptionprovides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-coroutine1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-11130537296A8CBA5B850BBB48336FBF784B66D7D
SHA-256A1558DAE92283AC3C5BD1E17B9475B6A2B9E498F0A765F65EC3FAF0F5659389A
Key Value
FileSize35408
MD52FE3DFAF1E1F721CCD5FF5248C377DB8
PackageDescriptionBoost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-random1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-11C4B65F2F03678925210AC1FADDC4B9619851E9D
SHA-25660CAFE83AE4639B37BFEAE85B50FBCA6610E8AA9DA304CBC678A45C28FE1C6C4
Key Value
FileSize229584
MD5243582EBC9B72498FDFCB881E707F4D5
PackageDescriptioncomponents for writing and executing test suites 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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-test1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-11CE5D76FA1511C6F3FA2743B93F23F3F69715B63
SHA-2568C7246D1DCFD46D9013CC1FC1682A7DA7BC6A03941DB8D0A75DD9332FB1A7557
Key Value
FileSize43170
MD50E19E817BD65EABD8027116E78664F25
PackageDescriptionC++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-type-erasure1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-11E2D30BDC4D62FF48875D1A7ED927305184B2827
SHA-2564F475818DEC48081489986092740F1C786A4F8454585E3771ACDEE909593C324
Key Value
FileSize75804
MD52BFF01A60C6EB4BDE525FF4E036BAEB8
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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-thread1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1272C17524F791077716DA765D5668411F6790E16
SHA-2562187BFC0CEE93CB7DA912487F3141C644B77CC86C39905CED418C457650CC763
Key Value
FileSize52918
MD53ABA64E89B98D56199061FE82497412C
PackageDescriptionset of date-time libraries based on generic programming concepts 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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-date-time1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1351222DD7F0C5BF5DC0CD94212AF0700737E8266
SHA-256CDADFC68983A1D8A8BC1F769ED78189CEBD45BD98D6E56C3C199FB0FCD61FAC3