Result for F4FB8307DF2E1F6D42F2520DACEE9CD3C9029755

Query result

Key Value
CRC32D852723D
FileNamechangelog.Debian.gz
FileSize23968
MD5435E6DE22B3AAF5852574A27702676C4
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'German', 'Language': 'English', 'MfgCode': '87635', 'OpSystemCode': '586', 'ProductCode': '163704', 'ProductName': 'siduction', 'ProductVersion': '17.1.0'}
RDS:package_id263765
SHA-1F4FB8307DF2E1F6D42F2520DACEE9CD3C9029755
SHA-256627B8D99447218C0EEFAC956166657A4B2BC7DC73A6074F7CEB793AE8ABB353F
SSDEEP384:WKfAWYfKqCR41I1KPEKXFycubwVTs/ye1my+l0/5F5xyC051ilBI627Ka:rfAS94WJlzye11Lz651yBIVh
SpecialCode
TLSHT1F3B2F106AAFB0551AAB486CEFBF57D484097DE91F56CB01EA311B423B344CD9E0B26F0
dbnsrl_modern_rds
insert-timestamp1654977305.9069448
sourcemodern.db
hashlookup:parent-total859
hashlookup:trust100

Network graph view

Parents (Total: 859)

The searched file hash is included in 859 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
FileSize34876
MD5F3DEA1C4E87674F175D36D12860F563D
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 <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-timer1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4
SHA-1001C859320AFB257BE5ADACE47C97F491DA7AAF3
SHA-256BA3D9AC558FCF74ADAA7CDDBF6811C49910FBE2A3E140EDC7C497CE225A7F939
Key Value
FileSize37036
MD586DB3B15CC6F84C6CAAE7566CB6F8BFE
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
SHA-100808D364200A3AD5A5310274910513D59F55EB7
SHA-256CD648287D64F279F44A4B27B4C987158CD9F395E66BE9DA0E51ACEA5DC6BE74A
Key Value
FileSize31546
MD561398DFF5B11DC6827D0D622661BC2D0
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
SHA-1011ECF568296D00F405E347A10CBCE983A22B6EB
SHA-256AD9BBA41E0EAB8ABEA4EF64F0C02D7D87F21AF6F0E859B21280301A4FB344ABC
Key Value
FileSize166636
MD58B7F10A693BEEB782C0A73EA603D9354
PackageDescriptionBoost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-python1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1015FDBA468A8A830B0B430E211C6AE88DB3D889F
SHA-256CD44B07BCA9639013C4F75A8C141888EFBC2728E37563EE5082AC87486E8D8C5
Key Value
FileSize166326
MD5C0B489F4947AEA64A48D9434E0A2B400
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 <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-serialization1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4
SHA-10193B7235DB2465ABE976C3AF9B143589BBA10A3
SHA-2567FA7EA820CEFE49C0098D754F9568670706787D612E5F3E42B4D09DA366B3721
Key Value
FileSize72436
MD5285FFF72A0E472A0183541806201494F
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-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4
SHA-102325CDBA4E274D4A1B9C66FE67B71CC98B52070
SHA-2567459E4C2479A18139FBFB29C28F1976D69E00AC856BAF8208EFF001D7D0F5896
Key Value
FileSize183576
MD50F038879C079009C0FD91C2D22C6585C
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-103081AFDEA79FEB95D7AC7D8309E6F9686D2419D
SHA-256A69214AEA179BC0AE0CA34C1D3218E2A8551B6842B4C8100EAB36594D8E14B50
Key Value
FileSize31324
MD5AB90921B8081973257D98416B59CAC85
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
SHA-1036352811EF1DE7E5B079175F94A8A7BC993AD83
SHA-2569FF0857F951B6C9EE5DBB3957D9D06CA3FE23A5186A3B77DB627A80FA9FE659A
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