Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.gz |
FileSize | 27817 |
MD5 | 35AA1FC7C8A92BA1E6F8EFD05427A749 |
SHA-1 | 0644E29861BBE18E9B960BA54D35EEA4E3D3D014 |
SHA-256 | 4546430C9291AAC23432EF80D90C9D48565489C8A4749BA2F74EFD4CE85A44EF |
SSDEEP | 384:RKrq3b9X0zS0EpepDkzpcFQfDIzijIPDy8MibvQ6QjmTlcCxs8crHn3s6bGGergj:OeuEp/VmI0CeDs0JQalcCYhnMKSM |
TLSH | T1B1C2E1038288DFD4614FDEBF81374AFB1995199AB6B0B424B9104E1C3975993B3812A3 |
hashlookup:parent-total | 595 |
hashlookup:trust | 100 |
The searched file hash is included in 595 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 243176 |
MD5 | 13C4C74C644D87316DE994080177E7C8 |
PackageDescription | Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-system1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-13 |
SHA-1 | 00792B3A3940C001C41774AFEA7CB5E740DEE7D2 |
SHA-256 | 33D271B09E97AD16A0BCA22071C445B8B8CED30031FDA025F02E7F6C499FE2B7 |
Key | Value |
---|---|
FileSize | 250820 |
MD5 | 949BA578982BCBE2D9D36EE72BD9ADBC |
PackageDescription | set 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-date-time1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-13 |
SHA-1 | 0185E81563FE5182BB8C874054AEB623EEC1E4C6 |
SHA-256 | D06937BA9FE22847ECFC31693FCABD4270EAE189E07CF5DA8D132CEE1C031C25 |
Key | Value |
---|---|
FileSize | 254752 |
MD5 | B68910088923A514FAC4BE4EC29B30AA |
PackageDescription | C++ 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-timer1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-13 |
SHA-1 | 01AECDFF55C83A370ACEE80E6F4E45A50FCB5194 |
SHA-256 | F3289EB31B2498C729BBB4A77D222016A330C8B7E4728070D7C8AD4FBDBB7E80 |
Key | Value |
---|---|
FileSize | 477988 |
MD5 | 39B59CA7CBF1EC0A78CA9E56494CDEFB |
PackageDescription | regular 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-regex1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-13 |
SHA-1 | 02D7C3B827C33EA19E7585C74BB9528EAC2ECC1C |
SHA-256 | 5C73273551002083F84A6E945CADFD7CA71DA3070E5C72CF89CF51D901E6DFFA |
Key | Value |
---|---|
FileSize | 245908 |
MD5 | C447D3735B0AD431C37D9F0C9C690EAB |
PackageDescription | atomic 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-atomic1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-13 |
SHA-1 | 036520D39DC0CFC595EA933F0BD34B734912DE3F |
SHA-256 | CB1E4946FC18C3720CDB586C563FDA48070B494155BA1DFA3C59EEC77C44B5D3 |
Key | Value |
---|---|
FileSize | 244396 |
MD5 | 7EA7DDC8ABE21790436EF950AB8474B8 |
PackageDescription | atomic 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-atomic1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-13 |
SHA-1 | 03B4E04825B93361DA168726E6EA7CBE21AC27BB |
SHA-256 | 794E8A02452230ACCF18D04ACA0FDFA9D7AE07FC3541A1E312C6E598793F4CF3 |
Key | Value |
---|---|
FileSize | 318156 |
MD5 | AD2F3EBCC73A0391B0B9044C833420BE |
PackageDescription | Boost.Python Library 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. . One of the python interpreter packages is required to use the created extensions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-python1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-13 |
SHA-1 | 04089123787594C283D714FB2321027154DD0286 |
SHA-256 | 5CFFC11E82FA27EC523C3B12D49735CC3BCA988B178DD166F640B5F089326A90 |
Key | Value |
---|---|
FileSize | 262092 |
MD5 | C664B0A2A5845BBAA2F17B77147FEDAF |
PackageDescription | Boost.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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-iostreams1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-13 |
SHA-1 | 0470DA0311934DB1492DB2975FC22B477AA88D3C |
SHA-256 | 4336D98D81A1E4737AD045A95945924DFBF15E7C0B192665A32D95C892BC8BEF |
Key | Value |
---|---|
FileSize | 392356 |
MD5 | 7A13956DD667C7EAAFA1AC2B146DAA69 |
PackageDescription | serialization 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-serialization1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-13 |
SHA-1 | 04BA509BD21C0CD32C42C114286FC491BA80AF90 |
SHA-256 | 34304DDC99A904D358479DE3FE23CFE830DD9FE24E81A35B8EB542244439D6CF |
Key | Value |
---|---|
FileSize | 300712 |
MD5 | 5745425461D53D0FAFAFFF8D0A2DC89E |
PackageDescription | generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph-parallel1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-13 |
SHA-1 | 05194D5289334D62A5BB9B776A9DD947C5FBB3D0 |
SHA-256 | 1D9CDC1B0C1FDDDC8099AA1E20A371935C2803C0FFA979AACEF3910580E1D60D |