Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.armhf.gz |
FileSize | 226 |
MD5 | 770043862BB94AD341ECA91489440487 |
RDS:package_id | 289320 |
SHA-1 | 2589B18F5C44F351A70CDFDB9FBDD49245343578 |
SHA-256 | C250377297A774B8938BBFE9F7B178742DDE8F3C3052DB2A6FFBBF053942701A |
SSDEEP | 3:FttLK2bsDvBSlzISNxLK8mMIU4+MD0nKoMlQIHJ8eO4ttH8Ig+wG1bijfTd4VLIe:XtLK0Ov4lzDUhHlQNetcIPMd45Ixahl |
TLSH | T104D0A7948066F262DED5762B8D5A2A5E3A9380C6B04858686032810543965CFB34A896 |
insert-timestamp | 1678931211.6841056 |
source | RDS.db |
hashlookup:parent-total | 66 |
hashlookup:trust | 100 |
The searched file hash is included in 66 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 745948 |
MD5 | CBABAB16D3846EB6A6DDDF8A8A6A8FEC |
PackageDescription | C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-log1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 01111B35B815C20872349EDDC1B7D12422428EE4 |
SHA-256 | FF2F4A891BA3AF95C25A280A0C9FFA186DAC7015A29E7EC3478A8659B82C4F7C |
Key | Value |
---|---|
FileSize | 223956 |
MD5 | FE2F52A3C59E150225E3D9D320B76B82 |
PackageDescription | C++ 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-chrono1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 01EF8FDAB52F4FAF2947654B8CF142D9F88BEFD4 |
SHA-256 | 09CEA0E503DD49E94E892603369F0071339AB18296C7303B5177DA1E3197609D |
Key | Value |
---|---|
FileSize | 223380 |
MD5 | 5BE5FD05582439735E8D6095CDFA0740 |
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-17+b2 |
SHA-1 | 0352EB2560962E8D6C7E86F30D3E824C7B6DD093 |
SHA-256 | 330716E18EFA874E77D7430B78F755A6F76F35D439CED2FB02A290A9B5635660 |
Key | Value |
---|---|
FileSize | 542908 |
MD5 | 28FAA263C85F6C29F06D095207216723 |
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-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 093A3DA2B0F81915A2BBB4B1BA6A3426CBA3947C |
SHA-256 | E204C15A7DC1E6C3CB989071DD76437A5B85BB668B43C4AE36385AE9A87DC244 |
Key | Value |
---|---|
FileSize | 285184 |
MD5 | 2CF9619785E612B20103F44033DCE83E |
PackageDescription | generic 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 0AFF9B7CEDB410787AEB0D10192A3F7AF93AABE8 |
SHA-256 | 2EB2E6D1B51123EF787539F25E18E68ECD70F8E4B2EFD8B9FF5708134F6D1F60 |
Key | Value |
---|---|
FileSize | 249944 |
MD5 | 88546935E565980147B9CEE69D05B7D6 |
PackageDescription | filesystem 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-filesystem1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 0D5385E2E1C3B6DFE97D05736859D0C432B29638 |
SHA-256 | 951D2BC2CA6594DBAE9BE417EA74D09A18021EF1753D3D1522E29555CD038433 |
Key | Value |
---|---|
FileSize | 217088 |
MD5 | D18E3333582B7C4DB0846D23C70D3219 |
PackageDescription | library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-exception1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 0E590A2F1DF617772EBC6D6E293CFEBDBF33F881 |
SHA-256 | CA57651EABC11DC909B493CDF4792F70F404E2E69F155D49DE8895BCB34F783B |
Key | Value |
---|---|
FileSize | 291160 |
MD5 | 296C8B0D3E81A8A1C6646D6FD40B0A16 |
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-17+b2 |
SHA-1 | 103783CB064DE273B0B8C4FBC058574B9C8C6A79 |
SHA-256 | 4E40BE01916E2636912D5350E5E7EBEBE5C61A4A5D452AF7096CFA6C43A361D6 |
Key | Value |
---|---|
FileSize | 221408 |
MD5 | 208D22B046442F9659FAEE20C1440793 |
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.0 |
PackageSection | libs |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 13225B2627770D3A98BB335CD08CC5B0D89CFD3C |
SHA-256 | 6D349D31BA6681D54171C1FB12F8EAE42EAF3E29315BA8946EE33CE690E3D88D |
Key | Value |
---|---|
FileSize | 223812 |
MD5 | 35256DFD40C58C09F3D653D9B5B97AC7 |
PackageDescription | C++ interface to the Message Passing Interface (MPI), Python Bindings 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. . This package provides Python Bindings to the C++ interface. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi-python1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-17+b2 |
SHA-1 | 1C93B6FFC6D93042826F236708A5F59B480AF968 |
SHA-256 | 91F17CA713F523FF201F3CAC9873A4F343A7A9A08AA09BA6A14946C9AD73D0B0 |