Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.81-tools-dev/changelog.Debian.arm64.gz |
FileSize | 223 |
MD5 | 858BE35DBB3F6C2832A60B2B48DCA48F |
SHA-1 | 88EF06023C4887FA12607AB3D32E33454AE50F45 |
SHA-256 | 037272428E4BDDDFCB9F937CFB4905BC9D1D557E59F5E66D2D601933EC5CB5B9 |
SSDEEP | 6:Xtcj5/v5pbGTNFpCS4WQjEFlDRpZBS/e6v49YAFP:Xej5/qTqVjSlDDGcbP |
TLSH | T15CD0973C1A219078C20901BAA1C110A0E23071A00C0A44A220CB93819C2D2AA17334E0 |
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 | 231740 |
MD5 | 3D477DFE6072B793EBE7149AAC0B913B |
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.81.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 03FBA3EBA23F5D5DC390EFC1A5F8B61A4BFFAE72 |
SHA-256 | 312F1671517B655D99D42CE589E6B1AA4508C7F75C4B028A74A0619553AE9AAB |
Key | Value |
---|---|
FileSize | 310120 |
MD5 | 8D6EB3E273CB10A0F69E086546F59305 |
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.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 049AE9B7D306EBA03ED220EC88B6BB27A176ECE9 |
SHA-256 | 004AEFF0D2092616F490C70C0CF08E8230D5C6C2B8BE186F8CD920D691E312E2 |
Key | Value |
---|---|
FileSize | 831820 |
MD5 | 8C95C6740A6B045E382460F2C5583C4A |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 0546BAA954CDFB8D4FD51671F35DC98D776329C7 |
SHA-256 | 4FBA0799E20E690893E1F4B86EED42899F1EA1330B88D831068DF3017822EFF7 |
Key | Value |
---|---|
FileSize | 292236 |
MD5 | 8EDB32A00BC03924969B7E313978F43E |
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 | 0A50DBF783AF33F6B37709F4004887189B0F15B6 |
SHA-256 | 953EAAC3DF898DC5FA597CFBE6A1985F4E9B2C7E39E3782546305437BDC2C15A |
Key | Value |
---|---|
FileSize | 267104 |
MD5 | 628D8E9CBD75FDBC9E241DC3944DBDF3 |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 0B5C7C5501D81E6C3DE11DA77744CD1BB6BCD372 |
SHA-256 | 5F0E1B7D8A4553A40752722B596541D52D1F1D03866B87B0AA7CBF6796598D40 |
Key | Value |
---|---|
FileSize | 232704 |
MD5 | 4F2C1D548CAE70C33F9D90F841B4864E |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 108D2B1E320F38B5FD18CB8DB2797EE4B32A6C5F |
SHA-256 | F3F39801469A82090F6312AE9C9C52860268CEA62801001FEB5D7E9E5FE7CE43 |
Key | Value |
---|---|
FileSize | 243052 |
MD5 | 1225DDC70689DC484F047692E2796852 |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 16CD663D93B2A901D89C8D7B884EAD0B7E53CBBA |
SHA-256 | 4DC62FD6E2FFE5E6CF368CB3021F748D31A961AF9E64B2D8DE96D42137CF55DE |
Key | Value |
---|---|
FileSize | 237568 |
MD5 | 76434BD0DE72A5FB29FDE6525C052900 |
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.81-dev |
PackageSection | libdevel |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 171DD19AD6187AF0472AC97CB0BD0364A96DCCD4 |
SHA-256 | 32D5140AF26BC26E3D36BE9AD32E6A56DB54EAC9251E2BC45DBEC70337AF9BFD |
Key | Value |
---|---|
FileSize | 425248 |
MD5 | 78111C81009DD87749C065BCC28A86AB |
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.81.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 18093E962060E9A595CDB65FCC44424B6F54682C |
SHA-256 | B5CEE5A6702ABE9DDC73C2A7A0DB8A95B16E226E02D5E759A8B724E365EBDD83 |
Key | Value |
---|---|
FileSize | 235952 |
MD5 | 581A3B09E3426FEB75BB7E02F5EA772B |
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.0 |
PackageSection | libs |
PackageVersion | 1.81.0-4+b1 |
SHA-1 | 1FDEB8483D8B4C1F97386DFBD8C7CAAF674E03F5 |
SHA-256 | 4B80E0B69ED1026755B4FA22C4BB775D94C2A51C53900C540610F2AE5370FF2A |