Key | Value |
---|---|
FileName | ./usr/share/doc/libboost-wave-dev/changelog.Debian.gz |
FileSize | 5572 |
MD5 | B9AB3DE9C88A8B129F947CBEC9ADE7F7 |
SHA-1 | F600659F8B815E22FD97334ED4D80913739B8E25 |
SHA-256 | 12BB042374E9F4E5B3D4708E4DF8822479055B59EF3D3894DC0409BEA5F901C5 |
SSDEEP | 96:vfHJNsTiE8bFNEa2N3l7io9v//CrWhdZ3QqL+Q8evl3OtmnmkidHuoULNehNMKhW:ZNsTiEeFN32N3U+vSrir3QqyHevxOtD6 |
TLSH | T198B18E0210284D9ACA66FB1BB2EB4C70073BF406A6AF028DBB317D9CFD0129F5355558 |
hashlookup:parent-total | 25 |
hashlookup:trust | 100 |
The searched file hash is included in 25 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 606570 |
MD5 | 3631B9872B58B0A9AA1FE3588DC5827B |
PackageDescription | components for writing and executing test suites 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. . Homepage: http://www.boost.org/libs/test/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-test-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 0744A6ADB3B59A26D5DFDB632C247A24ACF8475A |
SHA-256 | 754A63D54D5843D30200F546402E9029C47283C7534B6F42D1E7E360E6B3D027 |
Key | Value |
---|---|
FileSize | 524792 |
MD5 | C2426C8206BB4B58E57A28E33A4E8283 |
PackageDescription | regular expression library for C++ 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. . Homepage: http://www.boost.org/libs/regex/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-regex1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 0A7514EC966C299FC15F5053644B6FB3EB705920 |
SHA-256 | 41EB85EB5D67F4FD781F9D5B1D1E815D866E19DFC8914FF8A703ED958518B39E |
Key | Value |
---|---|
FileSize | 340848 |
MD5 | DBF4101E167A73FC88E0CF33926DF4BB |
PackageDescription | components for writing and executing test suites 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. . Homepage: http://www.boost.org/libs/test/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-test1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 0C3C5C7219677290A88BCD2E0D32BCBC0FBD38F8 |
SHA-256 | 8DDBB62152ED01DEBDEB3C9E91E0E32D173FF1CC960F433B403DEF661A1C20D5 |
Key | Value |
---|---|
FileSize | 32900 |
MD5 | E00EA285FCA87017C23FF4E5BF9A9D80 |
PackageDescription | portable C++ multi-threading 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. . Homepage: http://www.boost.org/libs/thread/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-thread1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 0C5CB40434DD7E8B2750D25EA3AF6AC76AE9E513 |
SHA-256 | AA125850B2E43A21A9D0B11714635D389780F99C1E878EF87BA7DB1243CD4173 |
Key | Value |
---|---|
FileSize | 177046 |
MD5 | CA7492B0173D7F2BDECE3D7BD5C84E9C |
PackageDescription | tool for extracting subsets of Boost C++ Libraries Part of the Boost C++ Libraries collection. . The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application. . bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies. . Homepage: http://www.boost.org/tools/bcp/bcp.html |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | bcp |
PackageSection | libdevel |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 13B092777DFC70B272D05DBCBF7337C52C59A5EE |
SHA-256 | AD316A2B1DC52AC8C73FC9055D76E7EE92248DA15BF21CBD081C8EA00A8D27B4 |
Key | Value |
---|---|
FileSize | 700184 |
MD5 | 7217A54F2F603B1D02762A4F6C424B77 |
PackageDescription | serialization library for C++ This is a partial list of provided 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 . serialization: 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. . Homepage: http://www.boost.org/libs/serialization/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-serialization-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 2D37A545AC6D1C1A63D844D433215E2C1ED79091 |
SHA-256 | 9343982EA8BFAED7318A6C78CCC8775931AEAC13A53444D789B0D9986914E97F |
Key | Value |
---|---|
FileSize | 1170644 |
MD5 | 22A54785FE1BDC817017B3CF3112371B |
PackageDescription | regular expression library for C++ 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. . Homepage: http://www.boost.org/libs/regex/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-regex-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 3F50C8C01533123F99D26A64CB72B2FD2B041A7E |
SHA-256 | 3E29BAF0BDED1F9CC21226747DF8F35AA3050D8532A853FDFE6D481DDAB0A5E2 |
Key | Value |
---|---|
FileSize | 79084 |
MD5 | 6576E70675C2E26904122DB33E2A37D1 |
PackageDescription | filesystem operations (portable paths, iteration over directories, etc) in C++ 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. . Homepage: http://boost.org/libs/filesystem/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-filesystem-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 46D78E967E15872156CF4676C4727AF9D979DCEB |
SHA-256 | E974D7BF88792DB580900E84761DA89DDB6596F914B1448010FCDFB0F3005965 |
Key | Value |
---|---|
FileSize | 49752 |
MD5 | C64CC17EF239DF9C5C3F7A76F3063EF4 |
PackageDescription | set of date-time libraries based on generic programming concepts 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. . Homepage: http://www.boost.org/libs/date_time/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-date-time1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 5218E018CEBC6D96A6C9F2B807A1C09010A817FA |
SHA-256 | 10CDC891E43E72858F6B0AE67EE986EC40F52A353B940BECA04C28CF322703A1 |
Key | Value |
---|---|
FileSize | 138240 |
MD5 | 3202A1A1989CA4A61E9DEA474C5B8600 |
PackageDescription | Boost.Python Library development files 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. . Homepage: http://www.boost.org/libs/python/ |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-python-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-2ubuntu0.1 |
SHA-1 | 5588923345F041F2BDBF9D51E280F467D1A087C6 |
SHA-256 | C747C6A36F4F41B570A97DE696AFD1F2658A6C81FC24A2705212E3434C344BA8 |