Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.67-tools-dev/changelog.Debian.armhf.gz |
FileSize | 214 |
MD5 | B0335C8197BD31CA72A703CA9C055D2A |
SHA-1 | DFA17D46B7357DA24F37F62CB404D302640E6ECC |
SHA-256 | FAC3F812A964BEBDF63EA59D47E8B7E0B357640FA162259D4D56AB8463F4CBEE |
SSDEEP | 6:XtEg4ibsJMXefqtuApFU2E4pED9o0ahSIPgE:XH4ustqQAp+TD9rahSIPJ |
TLSH | T140D022D6C9D0682AC625826A97608A0D252E93C6004EAA6809470C49B6F6866A30436B |
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 | 789208 |
MD5 | 172992EE539EBA21B7AC2BAC6029436F |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 02FE809945DA4AB2C74AE30AA6AFAD438BC0F976 |
SHA-256 | 005108469E85DF60A823E697B0481B270A66F5A15B08E1BDBA283020C93D3E58 |
Key | Value |
---|---|
FileSize | 255548 |
MD5 | 026193D76F9E406DEF45870BAEFD3B2E |
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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 033999E03635FF86CD0F659EAE9A8D997881E6A9 |
SHA-256 | F6D699FD5E852A746FB8D29BC0235D26F81A5DAECEE019B72BB9BD47B7D999CE |
Key | Value |
---|---|
FileSize | 238440 |
MD5 | E2B620C90919F577CBE44E2D2CAADD1E |
PackageDescription | Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-numpy1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 066D932CD85E46BFE89B80CF985A26A5C33054B3 |
SHA-256 | 722403AF846C6C1CA5F8A5D9A6FF2CB011AD1B2230C8E15BBEF110074F54E253 |
Key | Value |
---|---|
FileSize | 346356 |
MD5 | 9F776AF95F919B9CF8304D54327B3EE2 |
PackageDescription | cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-fiber1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 077F8C0B0C01F622B619B8C2874C93153B9E70D0 |
SHA-256 | 84D55E81D70E88E998DEA756F24ED64E6A9EEF0E09644B665F2C9147D05D5B73 |
Key | Value |
---|---|
FileSize | 229224 |
MD5 | 4D2E7C132674AC0F69EF9E2049170646 |
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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 14ABD4E348BCA4253F0F99FF2B468291DF7001C1 |
SHA-256 | 6BD9886E9721DF4B4A74A5A23B4A2A5C359A857C98390396B22E776B3637CAA0 |
Key | Value |
---|---|
FileSize | 277880 |
MD5 | 09F2B3612E32094A375411AA8ACCE3D3 |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 15E9A3951238A53351FF5D30EF791C5587E71A66 |
SHA-256 | D445B1328E481B0282B8E595926301A5C175F9DC7229F1E4D7F371A5CD34DEF9 |
Key | Value |
---|---|
FileSize | 241952 |
MD5 | DD3E4FA8FE9929CFA13632B82F56C07B |
PackageDescription | provides 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-coroutine1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 17BA8F8A161508225902E0F097FFCDE57D25BDBE |
SHA-256 | 95E6B36BC3781F72497C7FFB607060866988D832E30D6B6348697ACE957C3BB3 |
Key | Value |
---|---|
FileSize | 243372 |
MD5 | D8BC25A43C9BFBEC91652421B794A529 |
PackageDescription | Boost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-numpy1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 18685B5986792952D58633C59BD67FFAAA3BEA04 |
SHA-256 | 4D323A7537229E477136D0D49B2467F16500ABBA985336293630712D30BF9350 |
Key | Value |
---|---|
FileSize | 253476 |
MD5 | C275C9D07093E3DA1C8228438EA40AED |
PackageDescription | C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-container1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 1910AD1E73B88BCC69EA92A8AB5299C4E12BE814 |
SHA-256 | C60D9B9B815E681399EDF96B5F228581FA2C9DFE14CFEDC0D786B42383D52101 |
Key | Value |
---|---|
FileSize | 8392256 |
MD5 | 8A5574DD9CD4FBFA3779A739FD625F3D |
PackageDescription | Boost C++ Libraries development files 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 package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 1CFF364C0C863A33F9C52FFC6F97F2FAF0D771D3 |
SHA-256 | D83FB1A33F8722287FDA19225C79D29AC1D0E9BBA8FE3BF4A2DB87126FB5D882 |