Result for 827930AAE7A491D0CBC14976364A413158A988A6

Query result

Key Value
FileNamecopyright
FileSize2050085
MD51367FA301869257F32A12BC3FF81E6FF
RDS:package_id304063
SHA-1827930AAE7A491D0CBC14976364A413158A988A6
SHA-256A5B14E71F8C30E113A41B09109A08A0C6371F9085AAEEFF53C764EB4F6FA19B9
SSDEEP49152:HW/9wKBw/WrtuDZJ9cFbvTwyFwkkWfXADNHHXt+c54nBb4OGrhap1XS:RKBwiP94
TLSHT1E195D87DD52F4440F8993A6B7484C122F424F8C6AF6905F261AC95EFE9481BD34B3EB8
insert-timestamp1712928628.6370113
sourcesqlite.db
hashlookup:parent-total992
hashlookup:trust100

Network graph view

Parents (Total: 992)

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

Key Value
FileSize266972
MD5E3EACEEDB4D33767E196C0B52111C9EB
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-17+b2
SHA-10054C57B29567482357ACF04A4796F0A08B6183C
SHA-256DF04D8325ED54D9485BB6BE213914778855A55EC143EE1C4DCB7431AAFCFAD9C
Key Value
FileSize219216
MD50DED1D605922EB6420CEA75C5AD53352
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+ds1-21
SHA-10090D9BED657B9003A10BF7B4CBDDB674C2AC78D
SHA-256E389657F304B1E08616FC8930B6115929D385478704E0A8CBB49757DB67DB910
Key Value
FileSize220488
MD5B2823DD07CE87C5CEDE141AE52112A91
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-dev
PackageSectionlibdevel
PackageVersion1.74.0-17+b2
SHA-100C1239C515C2F9F23D7EC2480709650568BD263
SHA-256C4E742ECBEE59285713EA893C2D836793544C9EDB3EF173E3FF211C6698A4D2B
Key Value
FileSize353648
MD53941E56F72FD017CCB3AFBF84ADE7861
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 <team+boost@tracker.debian.org>
PackageNamelibboost-program-options1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0+ds1-21
SHA-100C15011241F4790B2D2B69FAE42B375234050F5
SHA-256C9D516214A88489D9764437FD66474508330FF6CEDB0C4798E68E874A9062304
Key Value
FileSize229484
MD59E32E2DDAF23D456DE4901F38AB3A2B9
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 <team+boost@tracker.debian.org>
PackageNamelibboost-random1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-17+b2
SHA-100F9B28C91C965452746CAEBA0486BFAEFE47BAE
SHA-2563BF996BE0877845681B4B91DED09D75BE4B2DB24EEBB4039C3E0275C15D4FF3D
Key Value
FileSize745948
MD5CBABAB16D3846EB6A6DDDF8A8A6A8FEC
PackageDescriptionC++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-log1.74-dev
PackageSectionlibdevel
PackageVersion1.74.0-17+b2
SHA-101111B35B815C20872349EDDC1B7D12422428EE4
SHA-256FF2F4A891BA3AF95C25A280A0C9FFA186DAC7015A29E7EC3478A8659B82C4F7C
Key Value
FileSize486736
MD5ECADDA389E683F7BECC08BA7B2A412D5
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.0
PackageSectionlibs
PackageVersion1.74.0+ds1-20
SHA-1012BF5D3C40D80077E715CDF7ACA9FA2B54ADBEF
SHA-256636C9CCC40311D3DCBAB8855A23C4A694E3E9711A1E6BACD70DB28F7C739D0FF
Key Value
FileSize223956
MD5FE2F52A3C59E150225E3D9D320B76B82
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-17+b2
SHA-101EF8FDAB52F4FAF2947654B8CF142D9F88BEFD4
SHA-25609CEA0E503DD49E94E892603369F0071339AB18296C7303B5177DA1E3197609D
Key Value
FileSize257020
MD5FA618682D6D4644AF1BF4C25E8BC808E
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 <team+boost@tracker.debian.org>
PackageNamelibboost-thread1.74.0
PackageSectionlibs
PackageVersion1.74.0+ds1-21
SHA-10240DC2D22F95E5F725E2EAC16E6BB75EB8E4CD4
SHA-2566FC1F2997CDB0EA76D786A10591EA00559EF663055675F574E406FF2B3BD8912
Key Value
FileSize237660
MD5849C46B39B7AAFDB67636EBCC6191688
PackageDescriptionBoost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-iostreams1.74.0
PackageSectionlibs
PackageVersion1.74.0+ds1-21
SHA-10288E3FCFAA296B2D454A730BC1111FF24CC659F
SHA-25625D131CDC1F96581F75B42D207A97D2F7935C3CF24B825033E4EE978676BCA56