Result for 7757D09E11FD908B3AFC2703E9E56005F17EDC21

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.arm64.gz
FileSize218
MD5DBEC6D6734DCFC92C838316D645B0F85
SHA-17757D09E11FD908B3AFC2703E9E56005F17EDC21
SHA-2561792B30D37AD92EB3DF23473020DBC254AF6E6EE4EF2E5B23F7623B940FBADBD
SSDEEP6:XtNyV1Q/WXSREhE4gZuj+sV2RKqqcai6ba3s85/:Xum/WXSREOujx2RApRa3s6/
TLSHT184D02325410E6326DC341BB060355B144009971DFB2945E486BD55CB1C8330049F1551
hashlookup:parent-total64
hashlookup:trust100

Network graph view

Parents (Total: 64)

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

Key Value
FileSize253384
MD55DBBCA44B9C03E1EB5B0BEAC8B2C14A3
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 <team+boost@tracker.debian.org>
PackageNamelibboost-type-erasure1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-101F8945DB3488E71A131618EDACA261C1FB29608
SHA-256FA322A7D4DDA0E40112600772B0900A6CAB169D170340C39EFA2284367C8056C
Key Value
FileSize368664
MD505B53F651A8C252AC6EDB775CE55EB17
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.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-108859C725DE81AC7990A7F325ACED6857D5051F9
SHA-25672C5B3DAF6A002740FE096426B6FECF6BC51D06035ED502112B635FFDC0EEA53
Key Value
FileSize244440
MD5091FBC789548621AA057D9D067ABB031
PackageDescriptionlibrary to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-stacktrace1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-10960CE1EA9C483C66D040207FA13C72C79E11603
SHA-25688D6442A6BA46A9ADECED435CFF94BA3AF52E7135511A496D13FCC65C301AE3E
Key Value
FileSize242072
MD577ADE64C5861B99A916836B89F50F4B8
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.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-10EEEFABE2285CC41D2C19BEEDACEFDF150E9FA61
SHA-256F9BE02B259D1372836EBCFF1F14BBC5C2AEAFA5150DA8A1F24BB85B7E0678897
Key Value
FileSize239364
MD5BDFCA8CFE95D26FC8C7DB78096528F51
PackageDescriptionC++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-timer1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-1101D13CB75DCBCFE3206A5644C9DDE151A5A02CF
SHA-2567D1AC6F9A5A499AF783E3560F997A32F5FB596E152515059F9F153B3F6A973AC
Key Value
FileSize528660
MD5999A61D6121176BC6DFEF0AE790EE8BB
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.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-110560C1D43A1F5DA1AA3FCE125FD5B72F1006275
SHA-25680811CF6305CF60AA12AA811230FFC5C1E29A6D378F9AA02C2D1FF3EA2F5CEF5
Key Value
FileSize252068
MD55A4C6A887E5FE7EEC8BA2EAB6E988D3E
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.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-11FE406EB93C099CCC814EE118E4504B78D1B8BAC
SHA-256AA4F052299BADF252FFFB3BEFCC280E9910E5D61EC188991493B082BAB026B2F
Key Value
FileSize240988
MD5A2DE54033A71D32D538837D957F681B7
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.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-122CB38AF9F2A2D04C097119B5ED7E4B1017AA7EB
SHA-256709CD5D5F2F16126A8E095F0FA3E3D0D472AD1B8C7442D7F53258DD349601A0C
Key Value
FileSize251952
MD591A2A90B383DDF348402538529E36244
PackageDescriptioncooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-fiber1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b2
SHA-12E0F89BD562455FB3D388CD3EC08A392C8D55D09
SHA-2565B23E56CE9A044DA2F9E53F1DCA106905AA5E34C15663A8CD6F2C613C700AD85
Key Value
FileSize244816
MD59138096CB4634133D17E1D3641F27DC7
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.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b2
SHA-12E6869F87E7F4BA068FB733A1D999AF4C90BC342
SHA-256E8C3CE2C05A12079E72D7C60BB9E2C7D63FCFDB23F7955E5769E206AAC4CF433