Result for A7B355FC83C892B76B0DFBF43F8E7E32FCEA8AA0

Query result

Key Value
FileName./usr/share/doc/libboost1.81-tools-dev/copyright
FileSize2175139
MD529BC260FF5486E4E87B65CDC27655F06
SHA-1A7B355FC83C892B76B0DFBF43F8E7E32FCEA8AA0
SHA-256421F83DC780C16514DAD6982611C684DE838CACEF6F963337F0A1E941A114B21
SSDEEP49152:psBC+GM0WrMOHDsEwHCYPewEBhM4+8lkAXHNtHDPM4II+OAbGV+vqXv:oGM0N1Vc
TLSHT1BFA5D97DD53F4440F8993A6B74848122F424F8C6AF6905F261AC91EFE9481BD34B7EB8
hashlookup:parent-total701
hashlookup:trust100

Network graph view

Parents (Total: 701)

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

Key Value
FileSize271984
MD5F2603CD953DB53A8BD2079F743A31E36
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 <team+boost@tracker.debian.org>
PackageNamelibboost-mpi1.81.0
PackageSectionlibs
PackageVersion1.81.0-5
SHA-100A6EB4C135BBF97429F56373AE9C9E3FC9FEE85
SHA-2565F94B0B2A6F9AEAEF11FA8C0C99B51467A26AD9C0940971026E40227F437579A
Key Value
FileSize342380
MD5D76EB76370EFBF235F91FCEAB8580DF5
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.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-101459BF35949951C45444C8C29E538D7548322DD
SHA-256FCA1A10949B568A462A09B7F5666134103F94FCEE99D6650828E609449396C3F
Key Value
FileSize324572
MD515C4DB6225F0DC0A0CBC1D7171A402F8
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.81.0
PackageSectionlibs
PackageVersion1.81.0-5
SHA-101D205312B3342CBB2295A11E4970A0809FB3546
SHA-256B296330DF5CCFB683A25C6E5699C0EB4142D22708AA2FF3CD13D743145EF598F
Key Value
FileSize229772
MD591E411DF512518F3FD500DECA35BEFDD
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.81.0
PackageSectionlibs
PackageVersion1.81.0-4+b1
SHA-10204634AEFE9C9876F00CC4A2B2AD90A9E489733
SHA-25603D377F3138A427057CFACF3DE3F52256AED06E858AE7BAF02B1E1BEC1C5E609
Key Value
FileSize330428
MD52EA6E82838075BEC5E54D587C685341B
PackageDescriptionC++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-json1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-1023544A2BBED290730337AB51E2C253063B1D97C
SHA-2569914BF1A827B02D722F39AE02A99FC14C2382F75F27C6CCCC43CEC2E191E34F4
Key Value
FileSize260608
MD5E451FB0BCC1C93C7CBFD7F9DB7CA83E9
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.81.0
PackageSectionlibs
PackageVersion1.81.0-4+b1
SHA-1024BB0DB45AC734023F030684BCD9F1F97029F05
SHA-25641C029C967A380C58C65E37A733DD877CBAA8A7EFAE0205FC6E94B1D6D3FA6B4
Key Value
FileSize232544
MD5CC5C97995E20D7DB034956BBEF4EA76D
PackageDescriptionprovides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-coroutine1.81.0
PackageSectionlibs
PackageVersion1.81.0-4+b1
SHA-10258024168D2F286FA34FB9B97CEF504ADDFD3FB
SHA-256166243957C531FF5DFB613888DBEF6FA1910A80EDCAB506522A9E6128B02C99D
Key Value
FileSize376800
MD527E700DA8FD793E3903E9EB40269DE64
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 <team+boost@tracker.debian.org>
PackageNamelibboost-graph1.81-dev
PackageSectionlibdevel
PackageVersion1.81.0-4+b1
SHA-10268729A30651F0AFE6D4304FFA92D4D23A92854
SHA-25611B6B33AA9013289B909553E1E3FA641CF37D82F0806E3F4F1AFAEFF7CEEAC74
Key Value
FileSize234280
MD57177EB8403982A274EB46E65610ACD75
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.81.0
PackageSectionlibs
PackageVersion1.81.0-5
SHA-1027FFAADB994B057EDA977FB8BE26D868D518BA0
SHA-256277341FF06AE73724BF1ACD53625F68A385C24377C764169D0AA2A2B44487643
Key Value
FileSize7578644
MD5ECDBC488650137B4BA6A3660506A0579
PackageDescriptionBoost.org libraries documentation placeholder This package originally provided documentation, but has since fallen into disrepair and presently provides no documentation. Please use documentation at www.boost.org.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost1.81-doc
PackageSectiondoc
PackageVersion1.81.0-5
SHA-1028018FAA943056A22CA6863625EEC8F5BA455FA
SHA-2565D53A95B916A68246BA460523E97CC5A3B153B121A9EE1914E11DF550F0F2D57