Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.amd64.gz |
FileSize | 232 |
MD5 | 50BE61B234CF014FD876A3C6C23D0E16 |
SHA-1 | 2BE71C53FE45815C3233B596D92B8776AE350F0C |
SHA-256 | CA09EB56A62CC8554B242AFBB28E9017CBE7215FCE4F65F74F662A2DFD94BF77 |
SSDEEP | 6:Xtjeebx//ooMnTqlnZKFkbHGA8xWOePXq8n:X1eebRManZlCA8xqP68n |
TLSH | T17FD097ABC7D87D39C8913038892048980440E087A82EEBA140D8710A8BC60708E007BB |
hashlookup:parent-total | 58 |
hashlookup:trust | 100 |
The searched file hash is included in 58 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 166636 |
MD5 | 8B7F10A693BEEB782C0A73EA603D9354 |
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 also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . 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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-python1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 015FDBA468A8A830B0B430E211C6AE88DB3D889F |
SHA-256 | CD44B07BCA9639013C4F75A8C141888EFBC2728E37563EE5082AC87486E8D8C5 |
Key | Value |
---|---|
FileSize | 183576 |
MD5 | 0F038879C079009C0FD91C2D22C6585C |
PackageDescription | program 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. |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-program-options1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 03081AFDEA79FEB95D7AC7D8309E6F9686D2419D |
SHA-256 | A69214AEA179BC0AE0CA34C1D3218E2A8551B6842B4C8100EAB36594D8E14B50 |
Key | Value |
---|---|
FileSize | 42768 |
MD5 | 9F7EC2636C9129876602D6959F372830 |
PackageDescription | C++ 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. |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-type-erasure1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 04D59595386D9560D6A3A46728063A6C36EC4046 |
SHA-256 | 40937A06203DFE8B3D89D6AF4D373B499730A1708E7F4EDBEEF69D3CA46667BE |
Key | Value |
---|---|
FileSize | 252040 |
MD5 | 178C55E44AEC44A803F5D24B657F56D8 |
PackageDescription | C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-wave1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 093504199EC6C821F3B012772F05EDDAB3B09ACD |
SHA-256 | C996E963C40256DD96F7F479F818A653BDCC2C585B88310E054DBA80C08C3FB2 |
Key | Value |
---|---|
FileSize | 36732 |
MD5 | EA1CB6666C8E0C0B791CF5457E218C3B |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-chrono1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 0EA2235FA927A8D7B4F6D2A6EC8391DE44C2E411 |
SHA-256 | 67B94C8880294EF996AC3B4ACBAFC76559C61636F956B820AA2CAF7183E7139C |
Key | Value |
---|---|
FileSize | 71994 |
MD5 | F89B9C0724DFD98D94EB2EA113518238 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-thread1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 186F99C5E39AE927BE243B8A6C990B759C5C7B09 |
SHA-256 | 0EC16291E0672CCFD5E2BC851F3FF26048F8A9F39866CF93BE8F0C3E32E8F9F1 |
Key | Value |
---|---|
FileSize | 263326 |
MD5 | 8D8C6D519A13527A3D5C7B552D7CE390 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-locale1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 20B38EACD1ABAEC0503E77CBDF1D9D490216C933 |
SHA-256 | 977355F5C8D91723D5300DFE41EB910657CA05D58BE0F066F0563AD5855F8EA5 |
Key | Value |
---|---|
FileSize | 125712 |
MD5 | 072A7F671247945516E5B6725BD51375 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-serialization1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 22C593E4F3D7177D99D1F9BDB69F7C48E6A004CA |
SHA-256 | 0E88DB42B750656679884DC8B417BB9C5E35DD0CCDC7A34A24473FA0AB5C1A4E |
Key | Value |
---|---|
FileSize | 71094 |
MD5 | 087D9821A42703E0529FC47E15B80E55 |
PackageDescription | C++ interface to the Message Passing Interface (MPI) 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. |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-mpi1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 24C555E1B9D0418DA2F580EB1B1380B66D62DDEE |
SHA-256 | D326AD75E491A6184D662EB155F59D8319DDAEE7D6332091D0B11BDB345B102E |
Key | Value |
---|---|
FileSize | 29676 |
MD5 | A28D33FC53BFF57A85A5303995787C41 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-atomic1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 302F486A0FACA60FEC44F00CB52E235E30ACD948 |
SHA-256 | 1F2DC8350C7DFC7D823391092996298FBD0D48C36134D80839B96394E9CFD7AC |