Result for B1561D108D2C5E181F1342315D710A93D5524C26

Query result

Key Value
FileNamesnap-hashlookup-import/usr/share/doc/libboost-system1.67.0/copyright
FileSize2010509
MD5190563C1AC07E6B6AB3C1B872D584BFE
RDS:package_id293677
SHA-1B1561D108D2C5E181F1342315D710A93D5524C26
SHA-256574DD85ACE711311131B3E3322EF0E4220F43F3DDFB0F261766D1899721281ED
SHA-512D9888A7F68437FC2AFDA305902A78DA1247B164D9D6D5AA12D7389BE4AFAA020AB368F2F8E14A46A95510BF791A7A0E7AA135C91B324CDC72A16F5DB2D2E2115
SSDEEP49152:n2W6rpcT8YY9DVSv5j2TepxU194DXPbAFkXHtNjeZe4e4e985JnttN:n6rpCTGBd
TLSHT1D395DA7DD63F4441F8993EAB35C48222F414B8C69F5805F152AC91EFE8882BD35B7A78
insert-timestamp1728986974.0648735
mimetypetext/plain
sourcesnap:KQiPPqF1zPMgvhLzvHYjTKgZMihcclXu_25
hashlookup:parent-total3602
hashlookup:trust100

Network graph view

Parents (Total: 3602)

The searched file hash is included in 3602 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize240280
MD5CFB399D32EEE9B30F4AF8BCCBBA3F526
PackageDescriptionfilesystem 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-filesystem1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-13
SHA-100228AB04F4F58A4F7099A0083C9E3833BBB27FF
SHA-256B8841F82E89DF7B7B38A99534C9888499D23FBDFEB21EA96CD577720D55AD082
Key Value
FileSize233140
MD528307C4D419DCCB4172A1E66B0879B21
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.67.0
PackageSectionlibs
PackageVersion1.67.0-13+deb10u1
SHA-1003C30C39B4CEE6B3FD5F635D8F874927BB5CE84
SHA-2566C8BB48FBC553A8F6A391D639254A69EEC99C3548B294170D49932A33CABA720
Key Value
FileNamelibboost-program-options1.67.0_1.67.0-13+deb10u1_amd64.deb
FileSize357420
MD5581D432E94955598A160B2D34DEAFCB3
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.67.0
PackageSectionlibs
PackageVersion1.67.0-13+deb10u1
RDS:package_id263918
SHA-1004905AA1BC298059694D03A4A565D7487818D64
SHA-256228137B25ED0193C524571DF5EDC78AAAC6AFD8F6B584604B8D3BB1C86C73905
insert-timestamp1654969854.9394317
sourcemodern.db
Key Value
FileSize300556
MD52659BFC044ABA3403882209818DEE427
PackageDescriptionBoost.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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-python1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-7ubuntu0.1
SHA-10058FDEF455F452B98CD42E50E18E3094314ED76
SHA-2564DC80714960818E2943135D29E620160EB49E43B186C1799443D8C44BE01E9B4
Key Value
FileSize324936
MD5AC699D8CC40B5B15FC8DA326FB38A951
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.67.0
PackageSectionlibs
PackageVersion1.67.0-17+b1
SHA-100649C9E5E0580727BBB34870C63D1A8F2FB8FE0
SHA-2565279E66FBFF0B0869F06F17898CB04B8BCC40AB4FEFF1276C627A444679603D0
Key Value
FileSize343332
MD57CE46834A018919D38B96AAA0DAEE681
PackageDescriptionserialization 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-serialization1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-13
SHA-1007CCEB1A134936CCA320021FD4ABB9C421C6FB9
SHA-25631CE62141CA88D2BD2A0A7B5F11296781F87C1B1E49BFD7359688A1905BCD5AE
Key Value
FileSize759700
MD508BDB05238BAD7E25317B224514C826E
PackageDescriptionC++ 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibboost-log1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-7ubuntu0.1
SHA-1008154EB307A8C2DFE446F559E4E4E6C8DC5326A
SHA-2565B481D36F1400573F35AB1A9DB1114D412B23E37D18B7E405B3E803457CEAF8B
Key Value
FileSize225136
MD56E0FFFB130DF2E0452CE0948D0AE367D
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.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-13+deb10u1~bpo9+1
SHA-1008678BBEBA2CDB2B03477290A4241C46991E5F9
SHA-256B45D0E76C51B02AFB077709D40D61C16798F390BC6D9BB72A47B96B92908B817
Key Value
FileSize261708
MD5A4FB11405D9C2BB53FA34E3BFC6CF99F
PackageDescriptionlibrary to capture and print stack traces 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.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-1008A0D07814108B739C2BF0E0AC06C48AC1C47EF
SHA-2566FCDD9DA1FF4176ACE8D71CE6383B0C8C1683CB0FBC78F131D3E40321BD247A5
Key Value
FileSize257772
MD590879B061736F24CDDDA027AECE50E17
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.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-17+b1
SHA-10091A1FDA44D81CC46728DEFE5EED7AD22F62E44
SHA-256B98E24091049ECE3643DF1A0932F5124ECC33C8D5E3E6ACE4598B0F968AEB48A