Key | Value |
---|---|
FileName | ./usr/share/doc/libboost-wave-dev/changelog.Debian.gz |
FileSize | 5937 |
MD5 | 62C9591AA1C4A6C8B4553919CE4BD9A9 |
SHA-1 | 427BB5B759C80F1E70BACC1966A5202648541BBB |
SHA-256 | 1BBAEFFF8AB0930B1B90DE8D59AD531159A09E7AD39A601D19D19BFA6CED7362 |
SSDEEP | 96:b19vwTYEFp6C3xm8qlDlRPhrpwBeejiU8jG7TdCieeOoSu0clfDhBEi8+IovVGxe:b1JtEX6i8NXpwPdCRe2oVJ79NGxP2 |
TLSH | T108C19DC70E10D3424D840968E1AF4D81E81F87BC65C2AEE532899C1E747E77879871A6 |
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 | 138690 |
MD5 | B9F7D0520F9215E47151B43FC4AE351E |
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 | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-python-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 08EE242DDB576340D6391BDC0D6BBF118B5F1FAC |
SHA-256 | 706EB5993FEA59FE045068C97546E47CA9DDA19C3C9253A1592B2A49B3A32E6B |
Key | Value |
---|---|
FileSize | 10334082 |
MD5 | EC9D3DD0BE0D73997802034299E14BA6 |
PackageDescription | Boost C++ Libraries with debug symbols Part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. . Homepage: http://www.boost.org/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-dbg |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 135DEABD019EBF73E9D12C41792B23DB38D689B0 |
SHA-256 | 6C667C84044F0A768C4A1062FD3B439F6637FFCE8BF6A45B026728A8FCB1F4B9 |
Key | Value |
---|---|
FileSize | 535472 |
MD5 | FD3BBA202151603C627CD47CD519974B |
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 | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-regex1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 164F63EC6B9BCDAF4D68A98FC4A2515B7B1BC1E0 |
SHA-256 | 2CB23F3AF2C87D7F8BA1D5BE1F38A71A0791EDD857535C3CC7D51BB73B78E124 |
Key | Value |
---|---|
FileSize | 1661040 |
MD5 | CB2FB4E5A09E383776579CA79180FEDE |
PackageDescription | Boost C++ Libraries development files 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. . For the following subprojects separate packages exist: date-time, filesystem, graph, python, regex, signals, test, and thread. . Homepage: http://www.boost.org/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 2A92C1D36A63112E6651E87D915BB1532811B5BE |
SHA-256 | 8F48011AB9D51447DBEAC94DDD70F2825D4742E9D95F832B632427007E218F62 |
Key | Value |
---|---|
FileSize | 1089748 |
MD5 | 23A9A83D81BFC44E163BAC0E656274DB |
PackageDescription | generic graph components and algorithms in C++ Part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. . Homepage: http://www.boost.org/libs/graph/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-graph-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 2FAE0277759358EFA6A74472F9A4B24B928D9A1B |
SHA-256 | 35530835F3C31518A007CD2443FCAED25A480630F799C22BEE13A60AE2B24492 |
Key | Value |
---|---|
FileSize | 419834 |
MD5 | 5EE63D981AC6C6526E5DC2657BFB8672 |
PackageDescription | generic graph components and algorithms in C++ Part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. . Homepage: http://www.boost.org/libs/graph/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-graph1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 3B6FA0033389FE7097C99C2511D9E94ED8E7F778 |
SHA-256 | 3ADC8822336D58B68C5E0D422583C8D156595E3D62E0871884C8B1CF1461AFA4 |
Key | Value |
---|---|
FileSize | 1168356 |
MD5 | B1F924EA4A64C5965365B2B12155087F |
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 | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-regex-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 3C4E076BD1DBD60969DD26B1BCE1DCCE94EA4791 |
SHA-256 | FA70D218495C5985F44B7DDE26EB9F5E47E9A1B83F41A7A2A86EE42A3B0E35EA |
Key | Value |
---|---|
FileSize | 193542 |
MD5 | ACBD9E03EDBF6CF43317D433ECC0DE0B |
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 | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | bcp |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 457B1F8AFDF1C33748D5C70E5115524911010AC2 |
SHA-256 | 23721A961AB121CA58AC0BE38811D0130C094644F9B76A8AF769057849EEFE53 |
Key | Value |
---|---|
FileSize | 42990 |
MD5 | 9FF2A7EE2C8B586D818A63DCB86F5591 |
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 | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-thread-dev |
PackageSection | libdevel |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 468F4CD3871FC25FE640A41E893D98494BECE016 |
SHA-256 | E729718A4C25826D601D5D07FE890D2ED023B992597A0C4CAC3AF6D0D338504F |
Key | Value |
---|---|
FileSize | 29816 |
MD5 | 9E2D777B966817A2551A5DB7D123BBB0 |
PackageDescription | Boost.Iostreams Library Part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . Homepage: http://www.boost.org/libs/iostreams/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com> |
PackageName | libboost-iostreams1.33.1 |
PackageSection | libs |
PackageVersion | 1.33.1-7ubuntu1 |
SHA-1 | 556F324F486112B7F01C16F756BFB23E908DE68D |
SHA-256 | 16E07088771A3F81A2BC8753409772C2D29979EDFE1DE44E0764868269260E37 |