Result for B9974377237F4DD3D91733A7F974585B56A945AD

Query result

Key Value
CRC324CFA59A9
FileNamechangelog.Debian.gz
FileSize21838
MD5778C5D53A92F87F63B51D21E08C580A9
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '37489', 'OpSystemCode': '766', 'ProductCode': '181094', 'ProductName': 'Raspbian Jessie Lite', 'ProductVersion': '4.4'}
RDS:package_id263769
SHA-1B9974377237F4DD3D91733A7F974585B56A945AD
SHA-256D2B1F9A148822BF7F5D038DE97498134F08D7CD432B21D6231D7ED7BBF6B51AD
SSDEEP384:sD5Y6C6PXQmTBqk75urpHeAhih4OWSi0DOF5k7wi01tckwC0rzIO/5pRAngkMcKi:CY/6QmJKwsk4OWSi0DOX6wii+kwCuIOC
SpecialCode
TLSHT1AFA2E11F41BA63CEB61513F14AACA2DD1E5238530C296A8C24A59937DEB3407D167DFC
dbnsrl_modern_rds
insert-timestamp1654976105.6070116
sourcemodern.db
hashlookup:parent-total217
hashlookup:trust100

Network graph view

Parents (Total: 217)

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

Key Value
FileSize35322
MD558B87B6AA69539BA22D07D62F4729667
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.55.0
PackageSectionlibs
PackageVersion1.55.0+dfsg-3
SHA-1005DC87A02B384DBA63763D348285733498E96C0
SHA-25636424AFFD4A70ACD13198C130D85E797E5BCAB2492873AD96B0A8A046DC6C905
Key Value
FileSize73004
MD5FA0900973E610B9B15423A6538C84DBA
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.55-dev
PackageSectionlibdevel
PackageVersion1.55.0+dfsg-3
SHA-100857DF12195990FE26F684072AEC82CAE730648
SHA-25665AA680C5BFB576DAC242BA2590EA281814D4DAA0FAE731C13DD57634328B86F
Key Value
FileSize26506
MD560EF615193BE52A2EE0BE9546F4B9D12
PackageDescriptionBoost C++ Libraries development files (ALL) 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 metapackage provides the complete Boost development environment, including all separately-packaged libraries.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost1.55-all-dev
PackageSectionlibdevel
PackageVersion1.55.0+dfsg-3
SHA-100FA3377E00CA6B84768CD62DC4540052CE7BEC3
SHA-25677C492D0B075502AE9D21E4D02C909D1646A7C8E598EA9367630D6C36E4C2948
Key Value
FileSize124184
MD5DD06C8B32F3EE8EB981D4DA8D5B0F812
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-graph1.55.0
PackageSectionlibs
PackageVersion1.55.0+dfsg-3
SHA-1015599979B866B3CB5F4065B0C655E030258AF9E
SHA-25692647F6243FEEC51D0A445726610B1AF6C2A3D0630AA672A37B077C1675AF87D
Key Value
FileSize27200
MD54CD9D90F66C85662D23FFD80B054C5AA
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.55-dev
PackageSectionlibdevel
PackageVersion1.55.0+dfsg-3
SHA-101E80ACC5C2C49443838948414F1B8BFA02AF12A
SHA-256B5807BAF24B46D3168C3FE7BF2EA3E0592E9CC4C648358283776E4E8C21189B6
Key Value
FileSize56108
MD5C32BBD4D0C97685060865DFB4F29AECE
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.55.0
PackageSectionlibs
PackageVersion1.55.0+dfsg-3
SHA-1028F19DB2AC25B5B07DC8B8B7FC25D546A678104
SHA-2561EC206628E953B6B108EFAFBC4429E07B9E1969E0A6C0788FFF805A8DC896BA8
Key Value
FileSize257270
MD51387054F0DA1F3A7BDE5C6F6ABF3F4DE
PackageDescriptionC99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL).
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-wave1.55-dev
PackageSectionlibdevel
PackageVersion1.55.0+dfsg-3
SHA-103C6D30D079C811CF91583F650FF03776706FFD5
SHA-25623FA4C55CA980EEC735A3B57D38EFEAE3AFBBD76E32F193B367C2EE62C90C316
Key Value
FileSize130714
MD5E9CC7C910CFADE15CE45DAE12B3C08C8
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures.
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-graph1.55-dev
PackageSectionlibdevel
PackageVersion1.55.0+dfsg-3
SHA-103DEC45A0DAFA8A58F3ACEC50B16AC46D41E70C8
SHA-256BFD94C034C7EC3F8E57F316245367499B93ACE262DD5F1DA085BE979610A6255
Key Value
FileSize53474
MD588CAA1C11DE4827864C8C907F9A7DD54
PackageDescriptionmanaged signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted."
PackageMaintainerDebian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-signals1.55.0
PackageSectionlibs
PackageVersion1.55.0+dfsg-3
SHA-104E2215C46B36C3BF31210A5F415B6B909192D4B
SHA-2567FAB1DEAF736723A7EBEDFEB886F24D8FF57A1E190C09F55E7F9A79E8CF106AC
Key Value
FileSize48736
MD54AB0A22C26F289896053F9FAE64C7531
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.55-dev
PackageSectionlibdevel
PackageVersion1.55.0+dfsg-3
SHA-1051F2DCA6F4A9286AC2AD12843B73BC81794BE1C
SHA-2561B5F24C3C209B70286D3F51BF4037A2427ADA11BE3B3B0238F421C8B4D5B0F77