Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.74-tools-dev/changelog.Debian.i386.gz |
FileSize | 218 |
MD5 | AC1A738A0ABD5E020EAEBC4632E68026 |
SHA-1 | 0FD16F857FEC4039D6ACB120F988551610B412F7 |
SHA-256 | AF5595C0E95B235D6785287625E18BC95A3CB9B5D0EBA87CE2F6E023CF192FF5 |
SSDEEP | 6:Xtopar8Y/YnwrRblf4j1jH/zIA0xAxlu6:XR3QnwtGjV/U3YlN |
TLSH | T1EFD023F03D25443CCC413E7CC5970D5555C2E6BA5D2177487955A1E401C91943C83CC5 |
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 | 567760 |
MD5 | F476CAC0BDAD902C74D2BAD277BA900C |
PackageDescription | Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-math1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 027B09F98B296C7700ED2FCF1D7AB6BAD6AF0D41 |
SHA-256 | CC0ED7718590B844CE0D1B9A5004C66DF9ADF9A0ABA0CBE4E8669BC48CD9B3DB |
Key | Value |
---|---|
FileSize | 257176 |
MD5 | 2341D0D158FF13EEFE9E106C8A9D5E88 |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 042F6E64C6BF834DBC191D903D24DCDD4560A0E0 |
SHA-256 | 3425E353A500A0EE57D989CF8623BD3B93A10898575B336D0FDCA6981372F3C4 |
Key | Value |
---|---|
FileSize | 311404 |
MD5 | DF16F3FF2B196BA0B41E6BAFA2F7517F |
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-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 0688B6C495AC0624C698D960884E890C359F0C1C |
SHA-256 | 25C642B2E4E613FC0B882D0F4841B4AD81E39985CE60164C462EB75EC175985F |
Key | Value |
---|---|
FileSize | 276928 |
MD5 | 6E23B616554054FD20DA8B5EEBCD437A |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 078571F09DF413AAA0EEBF2D2E057F26C4420FDE |
SHA-256 | A3A3C299C1C6642CDFF187A1CE1DB402D4B9B983724522BBB297E7C481D05E0A |
Key | Value |
---|---|
FileSize | 242508 |
MD5 | 0E24E17C830D2422AF703FBCB55B4962 |
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-3+b1 |
SHA-1 | 0A10956535B3419F1EDEDE57627DCE33875C8D70 |
SHA-256 | 3FCADEA0CE284206E587524F8836F99FB618AA268DAD10DB4B28873727A6F1B2 |
Key | Value |
---|---|
FileSize | 293864 |
MD5 | 169CC46E624C23918A78EE6D9B951E90 |
PackageDescription | portable 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-thread1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 169DD20C72D1BE9470D55D1E6BF85C631145457C |
SHA-256 | 63429D27E73D1D313DC538CA1AF6E0B5927F6C8CAC46B0AE52034FF9446A0352 |
Key | Value |
---|---|
FileSize | 1539076 |
MD5 | 9B3EF8FD4A19767C2CD25D03F46FE77A |
PackageDescription | Boost C++ Libraries development tools 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 the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost1.74-tools-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 1A072FF70AE1EAC4351D739ABA73E3E78A2C2F16 |
SHA-256 | 213987CC527DAAD71A8251A6EEF480705802784142B14219F92E0C8CC45723A6 |
Key | Value |
---|---|
FileSize | 248060 |
MD5 | 7A6CB7703695003EA1FC6B1211ECE3FD |
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-3+b1 |
SHA-1 | 1B3F3745189EF5FD56AE0A9C702D482F9EFBCF84 |
SHA-256 | C6746C10C3BFC95074218B13868C7206B0AA4D31E23140DD3E02415EA60D0BEC |
Key | Value |
---|---|
FileSize | 242764 |
MD5 | 6EABF0A7E8A016BEC28F7D6D84B8F991 |
PackageDescription | provides 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++. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-context1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-3+b1 |
SHA-1 | 20C70498979EC27AFB74E30B781316738B1DE93F |
SHA-256 | 28C04BA4ECE982DE68E2D7FB86F5ED38E1311DAACA9834F4EC2F328027656DA5 |
Key | Value |
---|---|
FileSize | 848580 |
MD5 | 78851A18F3639A37099907F6A4BEEFB8 |
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-3+b1 |
SHA-1 | 24552E15B5BBD09ABAA3013466B3E9F25F0FB9CA |
SHA-256 | 4E1BA4B5A29FF8B6E9543342998AC19B9960E3A4A50E1E71DC9FDA0439076D82 |