Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.67-tools-dev/changelog.Debian.gz |
FileSize | 25747 |
MD5 | 8508357BEB8B2B69DE12428427ED9F86 |
SHA-1 | 0CBD504F25BEFF7A42DED8260F2614FA3F2F9A9C |
SHA-256 | 5ED18304C55336E116D6557B1023C98EAAFD9D4A593CC8B773F8572B77F567EF |
SSDEEP | 768:2NfzH2IXQOZLYOyJfW3fy6LDsoJtKS0cb:2NLWIAIX2Uy2NKS0cb |
TLSH | T1E1C2E1001C6C9EF1AD88039A741E19FFA5230ADCAD53A29578712AB5433BD9FDD71E14 |
hashlookup:parent-total | 649 |
hashlookup:trust | 100 |
The searched file hash is included in 649 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 225136 |
MD5 | 6E0FFFB130DF2E0452CE0948D0AE367D |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 008678BBEBA2CDB2B03477290A4241C46991E5F9 |
SHA-256 | B45D0E76C51B02AFB077709D40D61C16798F390BC6D9BB72A47B96B92908B817 |
Key | Value |
---|---|
FileSize | 238726 |
MD5 | 2C3310C4A70C25BC72BF4AE581D844B5 |
PackageDescription | C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-type-erasure1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 00C74F3092164FA550DE2124635D62E6E7B436D3 |
SHA-256 | 6CB542E500AAB5CF503A241E4EB93A1DF44E90F5065124080A7E9B44A0DC7247 |
Key | Value |
---|---|
FileSize | 1110326 |
MD5 | 2C156B09B18A8F7197B385209086686F |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 0146AB03552EBED834616E3573F3113B35A73714 |
SHA-256 | EBCAEBEEF4E4E8791BBF603B5DA7CABC394867CADA00EF5BA84285FC6F86868C |
Key | Value |
---|---|
FileSize | 231616 |
MD5 | 6C1DBD5FDBE908BD398EA50EA5D7DA2F |
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-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 017003556E13FE7825ED750FACDE01C767E0EBED |
SHA-256 | 0D5ADFF2A11D07FB14526116BA89A38D4247F4BF08BD41FFF0B8975C39E8DC7C |
Key | Value |
---|---|
FileSize | 282784 |
MD5 | 18472FF08104285A36A0C28DC92507B2 |
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-13+deb10u1~bpo9+1 |
SHA-1 | 01A68A099F77C8724B66A9BF73C0DCA499CDB1CC |
SHA-256 | E5606018F80BE8A575691D84C6071DFB4BA8AFFEE176D0ADBC0CBD67DCBF094D |
Key | Value |
---|---|
FileSize | 342304 |
MD5 | 1F339F49BAA39174DC1931FF630B5D62 |
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-13+deb10u1~bpo9+1 |
SHA-1 | 01B1647C4AF4729C61324E9E351B359D5F7B784A |
SHA-256 | 7A0EC9B7FB6F6C097A608E25EA85714F7D41E2F4C2CD403C3D2B3BE04DDFA5FB |
Key | Value |
---|---|
FileSize | 224216 |
MD5 | 270FA30B954AB32FB4F87DE27C66BD16 |
PackageDescription | Boost C++ Libraries development files (ALL) 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 metapackage provides the complete Boost development environment, including all separately-packaged libraries. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost1.67-all-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 01B2C10D4C41EE9593411A34B8252476EC9A916D |
SHA-256 | 0C06C16C4E619172FF44A7B723FEC805AACEBB9484CCF694DEE5D96224A65ED2 |
Key | Value |
---|---|
FileSize | 232076 |
MD5 | FA41B9FD838101AC6C147403D5F7AB7C |
PackageDescription | Boost 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-random1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 023D5066B6F1A3B1E1DE2CF8909B038589F89FED |
SHA-256 | 350C269E26B10B3BF9346FDE506B1A36DE0A30000E3EE605ED943E77F636E541 |
Key | Value |
---|---|
FileSize | 525320 |
MD5 | 9EB5D78641F1BC57B4BC5D6FE6EE484D |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 02443657AD8AD7657C35E57F4BCB00609ABE6621 |
SHA-256 | 6F354761EFD103E1A54DF49704D5ED1FAD884B7AF0E33F2F3704A0FAD400AF16 |
Key | Value |
---|---|
FileSize | 418192 |
MD5 | F2DB475FA26DF29A8FEF998B3232D4C1 |
PackageDescription | C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-wave1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-13+deb10u1~bpo9+1 |
SHA-1 | 02EE3CA97B41809DCF34E32F51715764D382E26C |
SHA-256 | 30DE101A40710B24A6B31C1B62EBE219D6B0D1518C6AF9A5146AC959AB06B2DB |