Key | Value |
---|---|
FileName | ./usr/share/doc/python-lldb-5.0/changelog.Debian.gz |
FileSize | 19422 |
MD5 | 12494A2A9411E3AB1D25B382882A0140 |
SHA-1 | E0741D0519D7C4457DB47658E0BCE91A130820C4 |
SHA-256 | FC6849AE00FDFAFD583FD2D15A57071BF33623AB6B9FBAD609ED83FFD25E44DE |
SSDEEP | 384:sFK5yeu3Aw9DBw6tOYw1JER38VpY8s6T/y4/wYAfwvn:s2u3AwfOYw1Q38QN2 |
TLSH | T1AD92DFD050ED3F97A4097114A0881582667EF490D9FE820B494D5F2A9F24E99579FF24 |
hashlookup:parent-total | 209 |
hashlookup:trust | 100 |
The searched file hash is included in 209 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 537916 |
MD5 | 609EDE965BAEA120C31F32E700831BBD |
PackageDescription | Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-format-5.0 |
PackageSection | devel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 02401225F2FC6C3CD7C6AB5561AE52516EDCFC51 |
SHA-256 | BEB44B4E8D9DEB92E9276AAC0163D995D80B4473B2C1AB680E1BF697DB9E92B2 |
Key | Value |
---|---|
FileSize | 205906 |
MD5 | 4888259E4D0E39AF5787FE97BE4B143B |
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-5.0-tools |
PackageSection | devel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 02E9006DC913ED16F46B7B1ABA8D95E9E5863C1A |
SHA-256 | F300705E270D087D767D57E17E258AD6718630B4DE85178CB3402FEA1904F938 |
Key | Value |
---|---|
FileSize | 47394236 |
MD5 | DA3A676AF4AECC09CFE4773F4E15FC42 |
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-5.0-dbg |
PackageSection | debug |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 02FB41EA09BFE765B39ED3869EFBF21E20BB2B0D |
SHA-256 | 3218EAE37309FDBCA2E832F09CBFA1D56FF5D02FFE7B9680AD7B8278D4943ED5 |
Key | Value |
---|---|
FileSize | 12629832 |
MD5 | 6937873B6A628E77B6EF14F37F8AC33E |
PackageDescription | clang library - Development package 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 headers to develop extensions over libclang1-5.0. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libclang-5.0-dev |
PackageSection | libdevel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 038CB18B0BC47360B8293354F9DB1BCBBCEA49EF |
SHA-256 | 92AC414517630422EC96D0914EC101651365B309A05DF4B0E9453B5E19DC4B5A |
Key | Value |
---|---|
FileSize | 9925310 |
MD5 | E0A965D3FB1973C4D250B0CA828EA6FD |
PackageDescription | C, C++ and Objective-C compiler 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. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-5.0 |
PackageSection | devel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 03A1C4C0E2A52CC46306A5C9E53005EC0E36A2DB |
SHA-256 | CF5B93BAC79327DD9A3B79253792326B88111F4291C7D49CC352DF84AE1ED921 |
Key | Value |
---|---|
FileSize | 11305608 |
MD5 | AFC5E1F77ECAD450CEE1EDFE0AA1B15A |
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 | libllvm5.0 |
PackageSection | libs |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 05A206D19607AA7D3D3F14214032E56E7F98FEC7 |
SHA-256 | 896A3988E0423152D53479A1F9D87B15F8FC55BBDB2FA97A866A25D6B0166505 |
Key | Value |
---|---|
FileSize | 23382226 |
MD5 | 4650C1DF87818269FF7C924E465735C4 |
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-5.0-dev |
PackageSection | devel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 05C252CE7674005CA8F0D0D16BEC6F2E935E217A |
SHA-256 | F523004A1B44D37C8FC404173EFDC089C6961209894CAEA51A2FA68B8CED2D81 |
Key | Value |
---|---|
FileSize | 51598 |
MD5 | 53D5D80AD8B75749828C074D47AB67A1 |
PackageDescription | LLVM-based linker, header files 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 provides the header files to build extension over lld. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | liblld-5.0-dev |
PackageSection | libdevel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 09DB010E524B83A4A47713224DD89EEAB40F5F9D |
SHA-256 | 72B115BAF0ABB052ACE344549B6D55CF0BF0E5EFEB728407922A60F6EF261ED8 |
Key | Value |
---|---|
FileSize | 132472 |
MD5 | B27E51A31C0C5CDD7B7DB0F91F6059AA |
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-5.0-dev |
PackageSection | libdevel |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 0B0E29A50567A0D458E966F804B131C3657CF6F4 |
SHA-256 | ED32E53CC1C8ED3ABABD5874F52176A98B35572FD2AAAA6CE00FBFAD2B2F753A |
Key | Value |
---|---|
FileSize | 65245306 |
MD5 | 448DA75E32D98C8E66ADF35C87F34640 |
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 | libllvm5.0-dbg |
PackageSection | debug |
PackageVersion | 1:5.0.1-2~bpo9+1 |
SHA-1 | 0CF1A9FF362AF18C05684282883627560DD0E609 |
SHA-256 | 1DBE9BF4A72029775A92FF8CD80530678E5C8A06C4F8F9B10A8B953F47C10760 |