Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.gz |
FileSize | 26550 |
MD5 | 67B33EBB593A73DE9D1581FD0E04DAC8 |
SHA-1 | 727DFA0BD04DB9E1DCE09BAFD4A36B06BA3C6A3F |
SHA-256 | 97DDD3D21A96AAA1E533CDEBB95905F6FDAD49DB8DB39283DF7EBEE96EF593A9 |
SSDEEP | 768:BEZbTofCtfqw9JLxvpr4znh44MBxTo0aT50Pw3q6bber7J/:OtT6CtSw97vOznqToh3xmr7J/ |
TLSH | T132C2E11B85B79A8CB5F5043EBC43BFF4F562CBD496E7458111B80A34EB896D6CC84B06 |
hashlookup:parent-total | 897 |
hashlookup:trust | 100 |
The searched file hash is included in 897 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 243968 |
MD5 | 46C548DB3B57A4D761911CC3532F3D8B |
PackageDescription | Boost.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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-numpy1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 004525AFE02DB45522C9E42133F7FE13FBF9F1D3 |
SHA-256 | 879EC320F02C15C2B0D91F6EED81623D7CF6B25D74E732145C744EEBFD78C2CB |
Key | Value |
---|---|
FileSize | 371752 |
MD5 | C17821599539650E5E37140CFAFECAA0 |
PackageDescription | serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-serialization1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0079E8FF47A24207B8FCA95BD829A72E714B87BB |
SHA-256 | 000C37569DE799C928E1AC41A342CC55095C1089ED2045A3FA132DE58F4AAAB9 |
Key | Value |
---|---|
FileSize | 240792 |
MD5 | 93CAA74A59B062F9E7E9B13904787B04 |
PackageDescription | C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-chrono1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0093F6E3C2B3C94A6AC44680E02CE50663D5B06B |
SHA-256 | C2713064A0BBB5695B71A6452094AEA79BFEEB18AEA0A03E28A40B982607AD26 |
Key | Value |
---|---|
FileSize | 556860 |
MD5 | D66A34F737D81473867FC03337D18A8D |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 00AF838A953E5105AAE16F295A39D2A4B4796488 |
SHA-256 | 0F5425516FD051C17C7D87B6ADD2C37235A87E73C3C189550EF78A0FC5A170B4 |
Key | Value |
---|---|
FileSize | 324776 |
MD5 | D35C0AEC48D01D5AADA4F2C8EDE1C74D |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0116B07D5AFFAF928A5DDEA775BC583FF6472F46 |
SHA-256 | D717EBA0A1236F2B3127D6FA26F012D3C16DFF2C20F203E8C2AF47D8BA0051F8 |
Key | Value |
---|---|
FileSize | 255144 |
MD5 | B5683D8A933909E809B13FC8EB62380F |
PackageDescription | C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-chrono1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 012BCF719E5E47364E6C134C074C85EE5C978CC0 |
SHA-256 | 3847CAEDD1B9C66FAFA4B81A525C79298CEC233B30D8FC5E8DC367496391C14C |
Key | Value |
---|---|
FileSize | 235256 |
MD5 | ABE6BFC788C61BFF29A2CC48FC89F1B2 |
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-7+b1 |
SHA-1 | 0145FF47C0E54A158C06FE08183BB2661EFDD56A |
SHA-256 | 4C9B1AE44347FDC1820D639F4C2A4DF385B27A00AC981C2BE5D3AFB2BB2B3C6F |
Key | Value |
---|---|
FileSize | 287384 |
MD5 | 2FDBED73305955BC1CC520E5AB9BD0CB |
PackageDescription | filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-filesystem1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 019BF37E458419121D28EAD437AAF933AEAB43E9 |
SHA-256 | 44FE85D6A350F10EF336EA609D642EE08A0170A4F6A185558D1C6D270A155A9C |
Key | Value |
---|---|
FileSize | 296644 |
MD5 | E82EC0FA51D8FEA0AD848CC2170421BD |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 01A49BB7F7EAAC8C165BA3953E8A6B087774440B |
SHA-256 | 6BD7C5E0B9A6A27C152BAD63A452629F567B00A8D10996626E4C205634B6F8C7 |
Key | Value |
---|---|
FileSize | 247172 |
MD5 | 9EDEC6E14E01196EBE41AB193CA984EB |
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-7+b2 |
SHA-1 | 023CF0B14950B142B8434E9859C2B34A11A17925 |
SHA-256 | 929618BE948E82AE1B49C129F61BB13DFAF86456C0FE7AAB570627DE71876CF4 |