Result for 1C71A951153BF6C95E3205A6F2B7FCF535455CC4

Query result

Key Value
FileName./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.arm64.gz
FileSize238
MD5CB0D0D4B7BD553350F3851395CF68230
SHA-11C71A951153BF6C95E3205A6F2B7FCF535455CC4
SHA-2564B3DA8EE0B778B73BD22698EF57047EFA334ABB1B31EA4CB615E0D5F8D628EB7
SSDEEP6:Xtogq3+9SzPh5YJmM3otunCYcRae9GNtbq8ehzsPUWppKLdsl:XigqBTYJH4cCpl9aoKPhpQdsl
TLSHT15DD0970C0237F612D834A73083493781E388AC882893E46E18F10A1388302894E6BD22
hashlookup:parent-total58
hashlookup:trust100

Network graph view

Parents (Total: 58)

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

Key Value
FileSize57636
MD51BD773CB9FB21A20430BC59ECE8D6AFB
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.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1056F8E21AEEA1A72D7F4D3BBC43ACF884E1B6A5D
SHA-2562F1D8A34E1E669A9B2F6E5CC69CB760E01509B497C5461EDF1BDBA04523568AB
Key Value
FileSize35256
MD5D6890AABF65F741E841116872EE11C2C
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 <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-random1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-1086CA60AC0B1923E9CCABE081397B45A21F3EC7A
SHA-25667318381B4897F459B5DAC74D5212EE2D651AF5417319603B12A517C4F443739
Key Value
FileSize50330
MD531CB1E5DA72CDF3DAF75AD38C67FA1E3
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 <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-iostreams1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-10A25A7C6AFBCADC8DC976AE033ED6038C28AB2D8
SHA-256A288047E53D43469AF2CEC6608D305BDB5E98869C601A34E7E732F4DFC2A7C3E
Key Value
FileSize52304
MD5CCC84B310C0C331762673ED59BC248F5
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.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-10C271B6429544AFEEB89F302972DF5398FA60614
SHA-25633E319E0626B357197B10C7FB4D478DEA3FC545B359AC365A5ED0B63DA1B2A03
Key Value
FileSize71608
MD5B7B71FAB1233134DE43D433292C43342
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 <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-thread1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-10C4BC54C0D85AD273861862D0D659319C7EEC529
SHA-2564D61800DC6F096ADFC1FC292C732DFDF794F373F9684D75C51FE1C6887EF61DE
Key Value
FileSize110692
MD5F2B0FB1C981A8788949C014A4D6AAB8F
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.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-10FE23ABEFDBE9E67E2D5D56AC02FF16AADBE2DC5
SHA-256AE4330C8C12E55C4355273445FB04577FDE88C82C44E835240B2BBC6B3630833
Key Value
FileSize37246
MD5834931829496BA1DBDCB20822E1686C3
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+b2
SHA-119323012C91C98302612E93E68309BF664F442F8
SHA-25611D8B590155FA856AEC88E9D54364CFD7E635CAE766D6BB854255BB85BAD73AF
Key Value
FileSize68504
MD51CC5904FE37360E9F0824705DA305DFE
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.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-119AFA33015C1930142952EFA9DB330571E42E715
SHA-256349C0E8A7A7269E7D03C25870D772316D101B8AEEEC8C92DB5AF7C46CE35EA0A
Key Value
FileSize58528
MD52F472C60F47EA74D639F27AF1C9C84F4
PackageDescriptionBoost.Iostreams Library development files 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 <pkg-boost-devel@lists.alioth.debian.org>
PackageNamelibboost-iostreams1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-4+b2
SHA-11B115F6C09A1580DACDA736F2D2728440A4093BE
SHA-2565E2D0926321861452DCB47F04045D5B74D04EDFB340B2E89B64B61EDB618D09E
Key Value
FileSize117398
MD5DE7DD0255C459502D9A22A2129D9453B
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.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-4+b2
SHA-11DD4AF6A5208EF90D8D5EBD1E52D905D27557EFF
SHA-2565E4ABC6C31FCE9DDF96A00DAB8C0CBDA3018823189075733743B34073CDCA410