Key | Value |
---|---|
FileName | ./usr/share/doc/python3-lldb-14/changelog.Debian.gz |
FileSize | 44944 |
MD5 | B8D57561F9BC4DC8C1CB29D8B747E845 |
SHA-1 | 32128B911D12111DA614B7FAE624EA3E0D0D1632 |
SHA-256 | 8C3A1D913DBC3F2D3AF59338D3A0188CDAD204CE5B96D7DE1F8EB7244F035C4E |
SSDEEP | 768:ek8j/Y0Vs9AajiYihBbZavf57cdhr4uggMZ9dZTTqnHZLCg6mRHi5PN8wVi:ed7TyhiYi7Zavf57cdbMZpy5LCgXRSan |
TLSH | T1EB130178EA509E937847281ECEBFBC8CD96E5ECFDBCA964409F84BC6B5408850743D90 |
hashlookup:parent-total | 36 |
hashlookup:trust | 100 |
The searched file hash is included in 36 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 797968 |
MD5 | 7A06BB77BE2CA69CE4DF75A8B95215F6 |
PackageDescription | LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libc++-14-dev |
PackageSection | libdevel |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 0128A1FDE29E8A6A2546A782BC5D38F2F80ADA5D |
SHA-256 | D7F52D095C1EDD0B3EC71D4C4E02465869A1A223B675F9536D2F5CA6BFFB53B1 |
Key | Value |
---|---|
FileSize | 21505660 |
MD5 | 77F05A4F7DF5272378C356B751FE7A6B |
PackageDescription | Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libllvm14 |
PackageSection | libs |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 0E49B5867C6B86F41D20B7987A10F4F6E4A6E10C |
SHA-256 | 822D21B868D0CD5167B117A10E1FA7F61DD1D71153DC5A39EAF2922029F3698C |
Key | Value |
---|---|
FileSize | 281124 |
MD5 | 84F1F4CD8C1D0A31B0C6752D0E70C45D |
PackageDescription | LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libc++1-14 |
PackageSection | libs |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 176C3C48917591D7E81AAC4FD0DE69205CE203D6 |
SHA-256 | C7A382EEE3F04C9C6C9F6E415954FEF9D7B287DF8605E433FA6D0847D506361B |
Key | Value |
---|---|
FileSize | 213672 |
MD5 | EDF67D8287162F2243A23021B4A64D4E |
PackageDescription | Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libfuzzer-14-dev |
PackageSection | libdevel |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 18A7D44D9FC3300EF3EB9B2A42DBE99586EA568B |
SHA-256 | BCF15A0050971B6A4A37091C59D183B26D0266A544DB059CCDE8F5BD4547FC8C |
Key | Value |
---|---|
FileSize | 10141412 |
MD5 | 7EE7ACCB14D910EE583E8E354D8A4C0D |
PackageDescription | OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libclc-14 |
PackageSection | libs |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 1D6C70537C595B83CB7A1529541614A6AF82FEDF |
SHA-256 | C677E8E351B5A28CE6D162B7BAFCEE1C3B16815B6A1CD941B779D1DA5BE2DA94 |
Key | Value |
---|---|
FileSize | 130560 |
MD5 | 8713523BE5DFDA0D58B66D5FDF5A0B47 |
PackageDescription | LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libc++abi-14-dev |
PackageSection | libdevel |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 223B18037FC40A37489C5683A893004558E1433A |
SHA-256 | D51760909FCB690E88D8C07E72AF8CD0FBB208ECC49FEE1D65918A56B2B03C68 |
Key | Value |
---|---|
FileSize | 1123652 |
MD5 | 156A40A71DFA3C94D1714360F384F66A |
PackageDescription | C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-14-doc |
PackageSection | doc |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 259197C4B8BEA8CD8A484BAE95EB2C04FF8D04AB |
SHA-256 | 3235E50BF423DFBF9EAEE011AA82D4CAACF1821FBC53CCF5CB3653A17FD91A38 |
Key | Value |
---|---|
FileSize | 111396 |
MD5 | B22BC3870D538C34F2865D7E3ADAAF61 |
PackageDescription | LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libc++abi1-14 |
PackageSection | libs |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 260810F706651C4D79699E7C592637D6FB328D76 |
SHA-256 | 584C6DCDB1E6D75C4CEE98A45DE7988DFB7B13554E600D6B4750AFCEF0C44850 |
Key | Value |
---|---|
FileSize | 4581928 |
MD5 | 1288A09C6D1D5DCBF2BE4ADE63BB4C56 |
PackageDescription | Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | llvm-14-doc |
PackageSection | doc |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 29892F7E50208E2D74B0E8439F3A9EE3912AF7C7 |
SHA-256 | 7E9ED2F7B22CEB0C1290625A389682D9FAB9ED7A000C40D105F3D8E59D646E94 |
Key | Value |
---|---|
FileSize | 61612 |
MD5 | 3B3C9792FF948D78701F132C320EAF45 |
PackageDescription | Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-14-examples |
PackageSection | doc |
PackageVersion | 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 |
SHA-1 | 392E842CFD8CF3CC80368212F3B4AD97C4E50863 |
SHA-256 | 77B93D77030A24BAF9F29C846C82722264E4E5105E378ADF9400A62B1674BBA7 |