Result for C0C81DF16F67BA28C67FB8FECEF88684AC6D3AF9

Query result

Key Value
FileName./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.gz
FileSize27384
MD5C2C276B376C5390B5D99A8D0A34B8DC1
SHA-1C0C81DF16F67BA28C67FB8FECEF88684AC6D3AF9
SHA-256E027710EF44E770B238A8086B683776F5A3A80BE4D99A37D766D51A3986EC694
SSDEEP768:+rKgSWJjRo2LSsNy/O83/6YpxGqfvgWv8jztH5w:wKgSWJK2L1N+OO/6zWY5H5w
TLSHT1A9C2F0B2F4F08A40E54AEABF8EA72F33D6C56C5D9107F5A5923486ECB504230A34B765
hashlookup:parent-total595
hashlookup:trust100

Network graph view

Parents (Total: 595)

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

Key Value
FileSize257780
MD5F22D90ED43223AAFB0AF2984525BA71E
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 <team+boost@tracker.debian.org>
PackageNamelibboost-coroutine1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-10
SHA-1001010CF568E993751379C4743CEDE1E60648BD1
SHA-256B5D1366020BCE8BC6EE51A163F904381703CF0FF2733B53ACE2AE30785DBEB47
Key Value
FileSize588716
MD52ADAEBCEB9093E6959A3F03E622E0128
PackageDescriptionregular expression library for C++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-10
SHA-10055CFF4EC93290B6D7578BBFF68CB6D43C06342
SHA-256A8F721D3F154650A1F6C719B3B083E0FEF6BC8D6EF96C6D34357700993D8A9E4
Key Value
FileSize248136
MD55918B5BA8821992EFAF22061CFD5FAA4
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 <team+boost@tracker.debian.org>
PackageNamelibboost-chrono1.74.0
PackageSectionlibs
PackageVersion1.74.0-10
SHA-100BB611C4E6D9B3A077640551D30D27E2B441F62
SHA-2560B10BB006AFAB2BEF84106B9CF04F5199A8606BE2CC6FD0968EF29E40BE3A1D1
Key Value
FileSize578428
MD5E6579C71520FE06B2773CDEB1B66A897
PackageDescriptionC++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-locale1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-10
SHA-100D43CFD072F929384EFE75760A746104E63ADD2
SHA-256B21142A6E2712708457C193E60F74FF3373DD65481DC732A15C1630C334C397B
Key Value
FileSize544832
MD5C7AE66585BF1ABEF6160FFB9B6AA4847
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 <team+boost@tracker.debian.org>
PackageNamelibboost-test1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-10
SHA-1013B823B248CD993070E5DA44A807CB403D44877
SHA-2568D18C78998A84CA2F621EA729F30E3972B2AED0C37F50B47D52ECDAC355644A1
Key Value
FileSize243172
MD5450DC8B3090A9C611BD60B8B064EF573
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 <team+boost@tracker.debian.org>
PackageNamelibboost-context1.74.0
PackageSectionlibs
PackageVersion1.74.0-10
SHA-101FF710C020C8CC9F84372CF26E5E026A380B5F3
SHA-2562AEA0D09AA2309EB9739A4E7713246C5E37F2C0ADC1D0552991543D5CBF65BA5
Key Value
FileSize241536
MD5C529BDE46EFBAFEE56526DF6DC48B0D3
PackageDescriptionOperating system (e.g. diagnostics support) library 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-system1.74.0
PackageSectionlibs
PackageVersion1.74.0-10
SHA-102D31EDC6550FEB97D799A76E91A47D12009A7F8
SHA-2568B85A3568E9580AB2699BA605CCCB46CEAE8F8A1AD35432A94EA0E994FBB4F19
Key Value
FileSize245400
MD5C1AFAE88A5AEBD83E0496E24AA3BA532
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 <team+boost@tracker.debian.org>
PackageNamelibboost-atomic1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-10
SHA-102FFAB5087C4F5C09DF729CBF3CD16E4121758E9
SHA-2561152C45A9D32C1526C4CD1D651C7E5E4EEED3F1D212B28D11DE77EC9B64D802F
Key Value
FileSize290828
MD53357206A3B2224C011724F89D55F3759
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-graph-parallel1.74.0
PackageSectionlibs
PackageVersion1.74.0-10
SHA-103475180347CC446D86B83B28511C0429659641F
SHA-256982B5A60B0E10ED89FD4DCCAEDDF89A7A6E85B76EE975333BF6548C0E2C9E9E1
Key Value
FileSize389172
MD59B198142DE68089D2FDAEE13368FDB4A
PackageDescriptionserialization library for C++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-serialization1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-10
SHA-1035526F7FB586402A2420BF55B7828FF6304E063
SHA-2560933143DE7D4E2F8534E24A74868EBCB6D2AF8F00D57BF9F0A56F9E7ADC5DA24