Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.81-tools-dev/changelog.Debian.amd64.gz |
FileSize | 229 |
MD5 | 0608CF20675D77CEF5AB7452B34D1118 |
SHA-1 | 35235F4EA3B34E3AC23DE7991595D9D5ED95550A |
SHA-256 | AA9D7B565A5D43F249A99E662BAC5257E7F6611E0B5FBA7B74E2AC0CC8E2E0FA |
SSDEEP | 6:XtsC5H3fIVQFS8bn2Ks0OHWpN6M90LE0xnjU4CUNICpkilnXqQE:Xr5H3fIVQFS4nHs0PpNvy3xnS8IkkXZ |
TLSH | T18CD097EB20CE443B8598016A67000C7002436384808E39226E122CB1A0BE02BE29217C |
hashlookup:parent-total | 70 |
hashlookup:trust | 100 |
The searched file hash is included in 70 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 342380 |
MD5 | D76EB76370EFBF235F91FCEAB8580DF5 |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 01459BF35949951C45444C8C29E538D7548322DD |
SHA-256 | FCA1A10949B568A462A09B7F5666134103F94FCEE99D6650828E609449396C3F |
Key | Value |
---|---|
FileSize | 229772 |
MD5 | 91E411DF512518F3FD500DECA35BEFDD |
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.81.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 0204634AEFE9C9876F00CC4A2B2AD90A9E489733 |
SHA-256 | 03D377F3138A427057CFACF3DE3F52256AED06E858AE7BAF02B1E1BEC1C5E609 |
Key | Value |
---|---|
FileSize | 330428 |
MD5 | 2EA6E82838075BEC5E54D587C685341B |
PackageDescription | C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-json1.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 023544A2BBED290730337AB51E2C253063B1D97C |
SHA-256 | 9914BF1A827B02D722F39AE02A99FC14C2382F75F27C6CCCC43CEC2E191E34F4 |
Key | Value |
---|---|
FileSize | 232544 |
MD5 | CC5C97995E20D7DB034956BBEF4EA76D |
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.81.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 0258024168D2F286FA34FB9B97CEF504ADDFD3FB |
SHA-256 | 166243957C531FF5DFB613888DBEF6FA1910A80EDCAB506522A9E6128B02C99D |
Key | Value |
---|---|
FileSize | 238528 |
MD5 | EB5FE7BB89E5651AAB99CD3BA5A40A6A |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 03B8E4E3E1E695465C665F30BE278F3D67EE0261 |
SHA-256 | 53DA709A1293CD6827B0E7F664867B3B4638D88FC07D4F5412722213A052FFBA |
Key | Value |
---|---|
FileSize | 227600 |
MD5 | 8BF552658151E54EFBDE9215CC862062 |
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.81-all-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 095FEBDFB3AB59817CE9C288D6B0EA6A1B06DD86 |
SHA-256 | 0B8D4603EFB8774E25B94F748DB489B1A513A1C4DD08A4199564C2A6C8DC1B6F |
Key | Value |
---|---|
FileSize | 300180 |
MD5 | 8ACFC22988D64E159E739C55F8AF4D35 |
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.81.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 0D2DBF9BB051FB2D4CA2C381F57D93776A2F5A04 |
SHA-256 | FD59D954754F5A111CA1194459372A8404957EBDC590D81E5759DD9D802CBE22 |
Key | Value |
---|---|
FileSize | 321480 |
MD5 | 52AD9F1B0FF3640581B184C543162C0A |
PackageDescription | Boost.Python Library development files 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. . 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-python1.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 12D349CBB76CAABCF7AC4E68A7ADED8807BAB74E |
SHA-256 | 9CF1F488FD3DB02FFE1B526BDB4FA81E65A4CB2E391AB3E7A614EC94A103B5F4 |
Key | Value |
---|---|
FileSize | 536828 |
MD5 | 479C379B2B3374450374892C8C5D36E8 |
PackageDescription | components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-test1.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 19531F5B8DA857EA6A754FCDA9EF9662141B633D |
SHA-256 | 896AEC042E99FD065AECFE78761C5E73786B39A6F502D4BE00EC56C66506DC43 |
Key | Value |
---|---|
FileSize | 430584 |
MD5 | A64D43CC1EC2CE88E3F6F03D5508E380 |
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.81.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 1D5ADF7BA2D8E06FF230FEFF45EBF3A600E9BAC5 |
SHA-256 | 5849CDFB1A52160E4C3C41456155EB7718A08DB0883CF32FD560E662D613297C |