Result for 40B3B397E220DE4AE7C595484DDD4045AAC11413

Query result

Key Value
FileName./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.armhf.gz
FileSize241
MD50DF7FA48C4B44BB39FF4C788751A57FF
SHA-140B3B397E220DE4AE7C595484DDD4045AAC11413
SHA-256C5A8BB3D07B762FB79BA4D30DCC52DEA55FC2CABC60043D12BDF2732B5DF8F04
SSDEEP6:XtjeeDldBi7nnk0P2TCuWxx11gccC2nhFW5qXmyWvJgPXhZ:X1eeDldBijnxP0CbxxjgcZ2G5qXFWveH
TLSHT180D097B086F96EF60C481E3408426E1721F8DC42E06F6E00A9780081960F9803409227
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
FileSize41346
MD504F45F4AF247B03CE7C45B012FDABFDB
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.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-1000625F6315F7ECBA308ECEB640647368918159A
SHA-2569CE355F3FA832B8294B8E04F6C18E6C6FB8527DDC378E5B3B447D98EBB353548
Key Value
FileSize188400
MD5E7BB2BBE780DDFD58E77075C4EDB4765
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-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-103ADF75E60754DA45E48760F54198FB8209773D7
SHA-256B58C688636EE8D71E6D907BA9FDFF05D0D16035D50F7BB5AC55D2DD56F6DB66D
Key Value
FileSize1094448
MD597C8FE2F5EF38AA3F77B5DB8D2BEBFB9
PackageDescriptionBoost C++ Libraries development tools 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. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost1.62-tools-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-104952DB2B4B6D8C8625C67659035140B61D6B130
SHA-256BB9F21CB674856A26AFC085E71E9FCA17F3D082B1A404EFDDC91E8B4EEFD197E
Key Value
FileSize37726
MD528748D073E7443AF516F064A805F851B
PackageDescriptionC++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-chrono1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1049B6C7C40312B75EE9B596DC4D6F560209D3AFA
SHA-256479CAB7AD42A4FFAA9D219CEDFB50266BCAAAEB0D0D83244EEC89853EFF52CE2
Key Value
FileSize29130
MD5DAE4F7E2D9FC30F4AA8B3C5316F56F89
PackageDescriptionlibrary to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-exception1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-10D0827BE1DCF298D693E5537650F9922EBF599E5
SHA-256E0416E3C94C0A33EEB364B3779C0986F6032765FC003600B50D9BBEF0130535F
Key Value
FileSize31556
MD54BD8B9997A06FF3B3B619F6655E53B9A
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.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-11078D3EC9BA65A2C30D3B9E9C1FF87B3680DAF3A
SHA-2569FBE00FBD6DDB18DED8C6B7D95F896AC4BB0324616582071119593FC88CD41F5
Key Value
FileSize58924
MD503A5168D2B037973B9F115DEF20C02BB
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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-filesystem1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-110FBB1AD2E31920B9A86E42AEE012A140FDF83B6
SHA-256755309E7D49A452017F049D27DCF384A9866F6446C156313D747735616B9BAE1
Key Value
FileSize54456
MD5F54549A9C4ADE724E1AEF5E0D4415BA4
PackageDescriptionC++ interface to the Message Passing Interface (MPI) 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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-mpi1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-113ABF71A96C999B5B694873B010115EDAFB60B36
SHA-25607B4B55A2933EE6EA67567407A68A674B8B110BD3A98AC3F706465622F7D4B89
Key Value
FileSize33968
MD5D53368607988B767DDCAD90E7F484586
PackageDescriptionC++ interface to the Message Passing Interface (MPI), Python Bindings 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.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-mpi-python1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-117D9B1541C0F519C2F14B6CA32C0C904336ED1B8
SHA-2562E489698BDA4790C468D5DB0E75BB1A08E65AAEF1A75C3EA754C2A7EA914AEAB
Key Value
FileSize29712
MD52BB56AF518F87A78BB721A4EB983F051
PackageDescriptionatomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-atomic1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-12C14F9667D5DE620113CBE2044008C46896EC804
SHA-256AAAE8FC51EE26B2F8A9937865880E910CADC57B2FBE86B995A9C87511FE3B562