Result for A965355A772D07E589202029AFDEA2BC09352003

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.i386.gz
FileSize220
MD59B249E7E12DD3C265CC2E1FACC60E068
SHA-1A965355A772D07E589202029AFDEA2BC09352003
SHA-2568740CF001272CBFB0FD077F1CA436E4CA4FEEDF6E0C81B1AD1A7F02DDD3AAFDD
SSDEEP3:FttdogadPGb+kQzuC6PFu8t1dV9BVd1Q+CHtA8HCwu0PXydVZeKoxnJ5WNo7:XtPyPKbmYlVbCNzIaydLbo8No7
TLSHT1BED023E52645DF31F9F191345991DCCB051C3D5F1D94C57EE444085E12204313A76969
hashlookup:parent-total64
hashlookup:trust100

Network graph view

Parents (Total: 64)

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
FileSize273764
MD59F29B5516D4366DF659F161B147B3CC8
PackageDescriptionContract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-contract1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-104FC8A7BF9C1A994366ED0264CF03E7A16C7E359
SHA-256D12562A66F94879B020C066D5DF4E1112B57024F8801D83CEF3805E1A82D1B28
Key Value
FileSize255752
MD5BEF7CA64A403E4FA4EF867006D1D2D48
PackageDescriptioncooperatively-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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-fiber1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-10896D2A52E85AA1CA63DC756EDC68D269CF7131B
SHA-2561AB910F8460C16AEF254070683A1D364205CF2920522B8A012D24E5F68771D46
Key Value
FileSize276984
MD5D37D16EC886B30D0432E95BA31697F03
PackageDescriptionBoost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-iostreams1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-10EEFBABFF3FEF05A0FB69952B4AB33F6C85F889B
SHA-25665B4B1926471ED35B091E02756F26319BCF4D7298506EEBFD4826AF1FEA9CCE8
Key Value
FileSize266604
MD5358D68AB454754D5ED4EA414E5BFF663
PackageDescriptionContract library for C++ This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-contract1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-10F2F0CC1F59D3BF78BF7C6C437E2C4CF74EAE51D
SHA-256A26A1F249419CA8BC1C3BFB8E5BFCD5F9861B9F6588E1564EB77A8DAFAAC032C
Key Value
FileSize242692
MD50C1BE33250DC5029BB7295B0651DEE27
PackageDescriptionBoost.Python NumPy extensions 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. . One of the python interpreter packages is required to use the created extensions.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-numpy1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-11069BF0EE477F67ECFAE7EFE2BD18E93866661C7
SHA-2560F3F831FDF11B95F08871CF5F11D6E838C4E3BA39D4A42F5B1454FF33C2CE0A8
Key Value
FileSize246652
MD566BAE5C03CD0F1AD99696B4546EA0870
PackageDescriptionBoost.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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-numpy1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-116CAD50A2F9D25DEF280A402A113A26B28C5950E
SHA-256B7C2917A23C8426C63C40F172336E06AF482A498D3E14B9B27F9803E7348A2B7
Key Value
FileSize255688
MD591981AD163A11327D9B1B44CA0767598
PackageDescriptionprovides 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-coroutine1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-6+b1
SHA-1233C567FAFC72501C403FD3AA6544D5376253F63
SHA-256282F0F3E58A406C9281F07AD456495B740EF65D936EB26D7E0E1FDEC86B2E6D5
Key Value
FileSize249668
MD52214696E4DEEE8EA8142AE7B88048A9A
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-type-erasure1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-1255AD032910763E81F06D48CA8F66D665F926514
SHA-256A101536172E8FCB9BD23842E778EB00F3D87F249707C9AAF6A686C5B223E1D52
Key Value
FileSize472848
MD5A1F367811E938902A58D5B5599C128BE
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-locale1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-125CCCEDBC6B8015166328E8EE3D09E52BD5CAE8B
SHA-256013DB87E2CEB1FF4B71C7C8F929D58799E5427E03C8D8C082785292916089774
Key Value
FileSize231332
MD5127BFD6338FE9E0712F676F3721CF9A5
PackageDescriptionatomic 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-atomic1.71.0
PackageSectionlibs
PackageVersion1.71.0-6+b1
SHA-12AB130350717E20E7244A0767DC0CBD68D50CA5C
SHA-256D5EEB0DAFE7497BA6ACC9395E247317B6978F76E4FDD0B8B190A6EDF2BFDE71D