Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.armhf.gz |
FileSize | 217 |
MD5 | E297557B8ADDAA82F50301663780302E |
SHA-1 | 1378F7F3D0C4094C75C37C28C167D5B15DC37F27 |
SHA-256 | 779B6A152D5950B233E5E96097ED7EA3A3BBC4BA6A00F5A06B384481C6CEE1F4 |
SSDEEP | 6:XtNuceDsH9JLfUJN7ga91A83VuYKrJ4O32TeO4awkdpDfdN8Iqlln:XteDsH0JRp1A8Sn32OaffEIel |
TLSH | T106D023C437E3D0B8C8CAC13031FB9E30A70F904C015C9C1BE4002B51EC652005001DFD |
hashlookup:parent-total | 64 |
hashlookup:trust | 100 |
The searched file hash is included in 64 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 242184 |
MD5 | 61E7B944CE7C42B7494B43B1BCCD515C |
PackageDescription | set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-date-time1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 0354CA36F6964AC88701484CF65BCE86D27A3625 |
SHA-256 | FFA0EEFDEF767CA19B5D124790D4363D0A429CC7B1529AC9514D268244D934AD |
Key | Value |
---|---|
FileSize | 422768 |
MD5 | F1FAC4C2D548EBB5B17F3A19C51160EF |
PackageDescription | C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-locale1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 0F9FC2C96213AF00F96A47592717A839317E6D7C |
SHA-256 | 0AD4391BA1609501AC7482F00392F5A3096C0AD58B767C38915565D522FBFAC7 |
Key | Value |
---|---|
FileSize | 229708 |
MD5 | 755666787CDE8FE851A383E557842568 |
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.71-all-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 115A3E39C8F905EFBA93BD4B6CCEC2082BAC81BC |
SHA-256 | 466FD29E02857DC9278211C17D2842E431273F94D65EF2A6A164EEDFFB907E22 |
Key | Value |
---|---|
FileSize | 230708 |
MD5 | 383C36675A3C18DDCBF2C05DF3DC589C |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 1C40D3CB51C2B5D2C3733BC1B1D44FAFB80FB6E3 |
SHA-256 | BCA020CF7064964166B084DB12B34B0F65E3633D62DF3EA64DF36FBEC5A84DD5 |
Key | Value |
---|---|
FileSize | 232320 |
MD5 | 806A305FA735DDF0381B9347806FCC21 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 2732C2F589B23F5DEB3CFEDD144E834A4390BBAA |
SHA-256 | 25C586156E6515B19F06DA12168C615484FE79F630F202EA6D6B84E7B7774016 |
Key | Value |
---|---|
FileSize | 249988 |
MD5 | 99967DA5EF1E9D8DE9F90F400DEB3F91 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 2DEC42281C17F20105DB4DCF456EF6190277C840 |
SHA-256 | C36746DA8E145BC3D8055F905BA2F38FFBD4FC911E51FD452A747BAD982622F2 |
Key | Value |
---|---|
FileSize | 232876 |
MD5 | 3EF9498F4835A32296A82E79476A97D4 |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 32049A9BDB3FC421F950631E74627ED129F77562 |
SHA-256 | DEA13C327CA9D19FFBE58FFEFCD2B016BC8CC2C08B8F875D7CECCCA3D5570605 |
Key | Value |
---|---|
FileSize | 264224 |
MD5 | 3139BFA803F6350DDAD9D6DBA9878FAE |
PackageDescription | C++ interface to the Message Passing Interface (MPI) 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 36C7E50F33C86806C58E293194137C366D7BF8AE |
SHA-256 | 4C81B7BD3E9F7D818DF20009391289DD269C0744600238F4FB667691217903F8 |
Key | Value |
---|---|
FileSize | 240768 |
MD5 | 8575320E834E58622930CA14C2723E32 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 38BAA61F1D461B3D15F26D50414D308DE1F3E7D3 |
SHA-256 | 12E7CC05ABA4D21E2A2F48917B539642F4FACC62041CFF48BF46E2EE7B4415B5 |
Key | Value |
---|---|
FileSize | 255192 |
MD5 | 59131D136DDD3861CF77EF8A8A4B7662 |
PackageDescription | C++ library that implements several well-known containers 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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 3CD8E1ACFBC66DEF49AF8C6D5740F07DD85CB9CF |
SHA-256 | D4AF90887EE3D98896588FB1AE1984F3FA1476C7C05199BA004139A0BC071847 |