Result for 119F3993AA39676F35095CFF69D913DAB0A0E6A7

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.ppc64el.gz
FileSize218
MD5635D94612A5A62C697AE49721B08AA0E
SHA-1119F3993AA39676F35095CFF69D913DAB0A0E6A7
SHA-2567A93684A585033400B67FA86853316246DEEA01A8D73C1552AD2AC3CF85A647E
SSDEEP3:Ftt/qWb26+5aAmrKxDRiuiShjFrrYJKFhbfrC3iOEk7umdggjbe7JZWoTGwv6wcD:XtdZ+RzGuiShjRphbO2Dqhj6xVel
TLSHT1DAD0235DB55B01E1D72273237F810976C5DA55259A44F0615011DCA34693579E910063
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
FileSize243968
MD546C548DB3B57A4D761911CC3532F3D8B
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-7+b2
SHA-1004525AFE02DB45522C9E42133F7FE13FBF9F1D3
SHA-256879EC320F02C15C2B0D91F6EED81623D7CF6B25D74E732145C744EEBFD78C2CB
Key Value
FileSize245544
MD5EAD136BA11C4A83C945F347D3A4297F7
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-chrono1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-1078AA0BAA3B59F47C47C8901EF693F687D1A4378
SHA-256575F87995876DDA8A87EF77A588A9D3E63E5E3FB914ADBA84CB752B362A442BC
Key Value
FileSize415348
MD5460D282A2442ABF894EA1BB78F11FB26
PackageDescriptionprogram options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-program-options1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-112F13FAAB1518D6391AF5C148F51CC6BA63539F7
SHA-256A66AF0193C4981F5B140557E9127EE269DF570ABE8EC0CB0987AB41742C095C8
Key Value
FileSize377536
MD5BE1DFDC0B3649099BC407ADC1DD2A620
PackageDescriptionC++ interface to the Message Passing Interface (MPI), Python Bindings 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. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-mpi-python1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-117E8D9E1A6E619E77A0E5F9425339DDBD3244505
SHA-256E4E2CAF3B24753033B8636EE8BCB48ED00FF9ED4555DB873654671AA44CCAFD8
Key Value
FileSize259628
MD54ED23F0CCAEAC96FE6B0C1668724FC7D
PackageDescriptionset 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-date-time1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-1211E8049D655F0F384EBFDAB8AA9D469961ABB72
SHA-256D5C74F2086120AF519514DFB67486BD0E2AE992112F9F482BFEA9F2CE9CCC145
Key Value
FileSize602848
MD53CB3B552404C82F95EED510B78E78DE5
PackageDescriptionregular 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-125E72FB122CB81AC4E52D9F7E1C213A3C8E16E9D
SHA-256D214F08F42213181170A86C37ECDF17D5E9BF9FE44A21ADD7172FEB404F41F1F
Key Value
FileSize556652
MD5C36F79F2079E9EFC164AA470E30D1812
PackageDescriptioncomponents 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-test1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-1272FE8D1712EF4E6522431BA41B16F814734339F
SHA-256FFA8EA5F2B9C94EF6E2FB0F638A0D1C51ABAB3B5B8A65BBF134258BE0CD0B522
Key Value
FileSize247720
MD5819B92E4D06FE39620E1B1668320BFAE
PackageDescriptionlibrary to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-stacktrace1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-136F1747E1DEB4C06C1FA8C07FEEC24AFB7C05144
SHA-2563D04867158035C2A03F10128B3E3C7666028B6632B3688CA548BEA150687C31E
Key Value
FileSize276744
MD5C412796A455EA715A03096E8530B2B8B
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-7+b2
SHA-138C2B0C8EF25F4470ACB017891E28F1E0CE4B9FC
SHA-256308528F3C911BAA18DA982092550B1712DB5884269558030A19079327EE7E59D
Key Value
FileSize276688
MD517B75CF1409F3208627F399041572236
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-7+b2
SHA-13D7728BC3FE73E1DFF74EE776EE4FA9EFE83C7D6
SHA-2564CF92B99D45C061B6F0630B0C9C67A8E536585EAD68F830F0E4B082B14473B44