Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.i386.gz |
FileSize | 232 |
MD5 | 1F7879E9C4928FDBEA9FA9CFF7885D16 |
SHA-1 | 7D82E9F073B3460D049A0782B9281645D8AE52B7 |
SHA-256 | E7E991B473755316EBC833592FAD1D9C1FCCC615A01D8B2B3335D206F9FDDC6B |
SSDEEP | 6:XtWHBUJPEpFQiSZZR+rLLGSyFp0b8vyRwHeypXJg/:XMH0PSVwR+yNpEWm4ey5m/ |
TLSH | T156D0A79AAE8188F784695B6AE526E8734E13200462110201B566B63DA16015A196D566 |
hashlookup:parent-total | 64 |
hashlookup:trust | 100 |
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 |
---|---|
FileSize | 278908 |
MD5 | BDF3E51856533C2842F5B76210679A47 |
PackageDescription | Boost.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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-iostreams1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 02DFECC3551E8CA436B148D59C13FB54BE1A3E1C |
SHA-256 | B8A7363DD00DE1510540688929004CD00165B93D82F1CB88FC1EF01198CCAFF1 |
Key | Value |
---|---|
FileSize | 275688 |
MD5 | 03EF8A0AC171AAC9226444E21CA2CBDB |
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.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0AA49C622D672B3AD3376A973CC554388942A5CC |
SHA-256 | AA4D989AFB119C0F6954CC9272B9CD97692C23ADF71D2F64E0CE4FBD41A9821B |
Key | Value |
---|---|
FileSize | 234480 |
MD5 | 17B544DE95939891744B5A70C88D3721 |
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 <team+boost@tracker.debian.org> |
PackageName | libboost-atomic1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 12B150069442A4101831CB4675CFA777FF34206A |
SHA-256 | 944C41E3216B7168BC78A3EF6D134E07EDBC5D4181E985DAFE349FA32F9D8452 |
Key | Value |
---|---|
FileSize | 321348 |
MD5 | DA3B5256DD2E83952A0B193AE8EB874D |
PackageDescription | Boost.Python Library 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. . One of the python interpreter packages is required to use the created extensions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-python1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 173C2567E416E33EC3391BD10B82E7EB4BFBBD26 |
SHA-256 | 32116AE264474A2C20C67CADA952B240610705407825DF6A5EC1E8335872051E |
Key | Value |
---|---|
FileSize | 243984 |
MD5 | 456C3E3193FEA1ACA5E1F8CAE9796B51 |
PackageDescription | C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-timer1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 17E5EA7F8D4A3F69A13BF298B824C627CE8D0C50 |
SHA-256 | 99F03002BA0FFEAA24A73DB6ED9BD80D0AB3AFC4A898E78E4230F23D3E12C660 |
Key | Value |
---|---|
FileSize | 304520 |
MD5 | C842C6228AE4A0208B795C9F83E71033 |
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+b1 |
SHA-1 | 189A6D79F79DE7DE048EE4475E28EA23AF96008F |
SHA-256 | 29B38E5BCAF0764C27813F6F5D98CCE566C527499A7A3B65C1384F825336DF72 |
Key | Value |
---|---|
FileSize | 533136 |
MD5 | 491A20D756AE3C4FA94E49F38237E26E |
PackageDescription | regular 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-regex1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 1B7BD9E3E464830F159756E2C6D34148DB393738 |
SHA-256 | 441253B2A882953A76AFC931A3A4AC7C0ACE30D67BAB59E83614AC01F20339C7 |
Key | Value |
---|---|
FileSize | 1515412 |
MD5 | 5E03CCFAC853A3929F91072C0CA3431D |
PackageDescription | Boost C++ Libraries development tools The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost1.71-tools-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 222DF6EE58FD6DCB799058E4A33F6D045D261AA1 |
SHA-256 | 8C2940A059A6F933237B35929A5BE50F2238E270E0D8E342706477B58B55D1E5 |
Key | Value |
---|---|
FileSize | 231784 |
MD5 | 77C1C189FFC5BD7772EE494B53951EFD |
PackageDescription | Boost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost1.71-all-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 2578B66D0C764FE7558724FA4C2D70997A8A0CCB |
SHA-256 | CA67ABB75C4BFA06391DE893103B5FEB8BE0CF51DD46E6A9C22FC315536F060D |
Key | Value |
---|---|
FileSize | 244348 |
MD5 | A09051BCE002BD7D0E9F563C965A2960 |
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.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 2A28EBAA55E60975DFA35476E00335D2AE1E71D3 |
SHA-256 | BDB2CE42F36A95B6DADDA468B0BA5BD2B8CBBE86D5BD11F346A7F41162930030 |