Key | Value |
---|---|
FileName | ./usr/share/doc/python-lldb-4.0/changelog.Debian.gz |
FileSize | 18841 |
MD5 | 0BF6238982A314B62B04E0BBA2AFA5C6 |
SHA-1 | BED74469A74FB984EF0D8BBF0E2FE943EFE69EB8 |
SHA-256 | 60BF60B21EB6CFE943D6B1DEB6E812B5606BB07230DD9D38650FBF287DE8BE35 |
SSDEEP | 384:Blxaf/g+Kn5Nn98ot4SNO9fc3x/cpa/UbOyllDfvhD6mQqM+MWC:BaQ+kr98oWwKfaxxvylFYmq7x |
TLSH | T15D82E1C2BF76CAC53B3A39E10641CAF4DC13D0592145E774F09897579BA588EB8EBC12 |
hashlookup:parent-total | 226 |
hashlookup:trust | 100 |
The searched file hash is included in 226 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 32200 |
MD5 | 955BA294CC0ADEC33B66986A63C84C6A |
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 and 14 standards and also provides most of the support of C++17. . This package contains the clang examples. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-4.0-examples |
PackageSection | doc |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 02C665A84155BE68327BFAC654B187268486FB9F |
SHA-256 | 004858FCA2B107BC3979839E329470DBA52D879D697EEA94F484AE1D79BA3C08 |
Key | Value |
---|---|
FileSize | 114002 |
MD5 | 6B5712DBA553209E72440F2020EEC056 |
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-4.0-dev |
PackageSection | libdevel |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 041197CE9583C673049A2DABDA82FB46F3A40EAE |
SHA-256 | 965F7C1BE52608D40FA7983E3D117CCEF1C7F083AB444A814951F0FD15D1DFD3 |
Key | Value |
---|---|
FileSize | 761116 |
MD5 | A938D4CB58F5B2212E2C36F657B2A4DA |
PackageDescription | Next generation, high-performance debugger, debugging libraries LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library debug symbols. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | liblldb-4.0-dbg |
PackageSection | debug |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 04D990C0B7C2106B0EEE2CD162748345EB737C76 |
SHA-256 | 098EBE7C6ACEF3C2A27389DCED0A859580D2D1A5F444897C24C2265322740CCB |
Key | Value |
---|---|
FileSize | 957742 |
MD5 | AFEB0BBACD2B2F751E101F3F1F89D261 |
PackageDescription | Modular compiler and toolchain technologies, debugging libraries 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 debug symbols. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libllvm4.0-dbg |
PackageSection | debug |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 0601F68F8C0A337C65DA8AF11235D8B5BC0F73AA |
SHA-256 | 1AFA0CAFEE997A3F84508ACCE163C667E09074836B8423B776A048A14154822B |
Key | Value |
---|---|
FileSize | 207168 |
MD5 | 37C5F801FA3E1DC1E773053ED95900A1 |
PackageDescription | Modular compiler and toolchain technologies, tools 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 provides tools for testing. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | llvm-4.0-tools |
PackageSection | devel |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 06A74A6314CC0EFD5BCE0D27AFB603E0C05C31FB |
SHA-256 | 18666F322AA30922BC72E4C9681453A515881F40AC4846700F29C07B7D8A0E7F |
Key | Value |
---|---|
FileSize | 986970 |
MD5 | F3AB91AFEA7402AD62FCC73522AD6CC2 |
PackageDescription | LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | liblld-4.0 |
PackageSection | libs |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 08D9ED9D155CB4451D6336067731270325FE10AD |
SHA-256 | 26BE801D74C7449C39B8876EF9E2737E6F9618C8615EB171444BE3C026D3B868 |
Key | Value |
---|---|
FileSize | 18927002 |
MD5 | 4E5427DA5D01B32EF612B43119B33C13 |
PackageDescription | Modular compiler and toolchain technologies, libraries and headers 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 provides the libraries and headers to develop applications using llvm. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | llvm-4.0-dev |
PackageSection | devel |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 0B721EA619B59730E27AF177369FCD3667DA9FEE |
SHA-256 | 6C039482F991A7294E5DADC627119645663824116F3E9C509310FFF0FE8713CE |
Key | Value |
---|---|
FileSize | 111214 |
MD5 | 6DC47D0D26CCFBCF0291E5B545970008 |
PackageDescription | Next generation, high-performance debugger, python lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | python-lldb-4.0 |
PackageSection | python |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 0D7DC95D4F8A1FE97C679BF4E5ECA648DC49EBED |
SHA-256 | 11B9D514B20627C49FD544D4097C951C80BE2025323358EBF4EA39A569B056D5 |
Key | Value |
---|---|
FileSize | 48452 |
MD5 | 6C80DE70A0A470CA19BDAC80B646947E |
PackageDescription | Clang Python Bindings 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 and 14 standards and also provides most of the support of C++17. . This binding package provides access to the Clang compiler and libraries. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | python-clang-4.0 |
PackageSection | python |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 0F36C84DD535A2337D9DBD8D3BAC5C9F6015F707 |
SHA-256 | 0200C8DF5E0639AD6DAE478E830BB706B4FAD2B37ACBCE6281E8502BAF7CDE41 |
Key | Value |
---|---|
FileSize | 611984 |
MD5 | 7FAF3FA196739F22DD32444F5EC3BFF6 |
PackageDescription | clang library (debug) 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 and 14 standards and also provides most of the support of C++17. . This package contains the debugging symbols. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libclang1-4.0-dbg |
PackageSection | debug |
PackageVersion | 1:4.0.1-10~deb9u2 |
SHA-1 | 132356ED5BD22E89F1BFF1F6FFC2656431E963FA |
SHA-256 | 108BDCC517A80521183AC317F14BEEB99293144F2738C801A4A8B0099FB16A4A |