Result for 35CC602E668403C8448E7AB580463323660F938E

Query result

Key Value
FileName./usr/share/doc/python-lldb-7/changelog.Debian.gz
FileSize25539
MD5719916F91C9D214DFB1B090AFA7E05C4
SHA-135CC602E668403C8448E7AB580463323660F938E
SHA-2561521273CAB6AD231DA8E47FB4F75A8AA3AB89A78939070CE937297700267754C
SSDEEP384:4wP053ZRG60VEUBCOxK0ItIuoWMJH5A1DhPY+QVlxwxodVrFMR1NT0Fu7SEU7H5Q:m9/YCOx4+5AAplGJNqZEUbgRoHe
TLSHT137B2D0BC2A63D243733C10015A8782A9D6D184E83467D05159EE36F8E8AF349E75EBAC
hashlookup:parent-total275
hashlookup:trust100

Network graph view

Parents (Total: 275)

The searched file hash is included in 275 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize4854340
MD5E29667B76E063DC2AB7DE49C711E067E
PackageDescriptionclang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNameclang-tidy-7
PackageSectiondevel
PackageVersion1:7.0.1-8+deb10u2
SHA-100552A28B6F509CA653FFC5C7D2F3CC66EA9F3FA
SHA-256D01734E60416622A95B58223A19713374E34E4D6DEFBCE23EB316AF4B1A5959A
Key Value
FileSize62932
MD5398BB611FCBDE5884A0F97B656542937
PackageDescriptionLLVM-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.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNameliblld-7-dev
PackageSectionlibdevel
PackageVersion1:7.0.1-8+deb10u2
SHA-100CDFF71C6B82FB39AD85C31E2C692911F8F3697
SHA-256FCA9A6EC1025077FAF499AE82BDFA91C22CBD9F184ECD910FD6E21A14C1CCAA9
Key Value
FileSize464780
MD53F8D36962763CCE6C5EF6FBC01816DA0
PackageDescriptionTool 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.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNameclang-format-7
PackageSectiondevel
PackageVersion1:7.0.1-8+deb10u2
SHA-10110E3A89B1438950D08A8A2D67F533CFC6E4548
SHA-256C49EAA671F83D16988F80A869FED13221E13E668B5456754AD451BA042A8D298
Key Value
FileSize57460
MD508340E8642093C6DA3120B3A3721AF00
PackageDescriptionClang 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.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamepython-clang-7
PackageSectionpython
PackageVersion1:7.0.1-8+deb10u2
SHA-101A2139EDB79A0645E1B3AC9E9DE630E91E37C76
SHA-25616494E90574C7575D682ECA7417976CE8927A0D4C5D6DDB1CD8727C581E1E33B
Key Value
FileSize78232
MD5D117D589BA8459D5A2A31DD46F4FDDBC
PackageDescriptionLLVM 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++
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamelibc++abi1-7
PackageSectionlibs
PackageVersion1:7.0.1-8+deb10u2
SHA-1032A19CFD4A53FAAC4ADA6E7A7F0A96E223F9121
SHA-256EE908488B619FB0E1898DF0CAD06B5537A4D9407CA57D03886B21BABCAA0A602
Key Value
FileSize6271444
MD5F7E276E21505489CA3A7CB8E13F7E59D
PackageDescriptionC, 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.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNameclang-7
PackageSectiondevel
PackageVersion1:7.0.1-8+deb10u2
SHA-103349957D5DEAB5C2FBCFEB33C3868472DE1C6D0
SHA-2565D99C2EDDAE0F38CC00338814D9AC914CC4A528471EDE5EE501132630E72E2F0
Key Value
FileSize160144
MD5925440C2D87F63B89B20E15696959F96
PackageDescriptionModular compiler and toolchain technologies, IR interpreter 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 minimal required to execute programs in LLVM format.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamellvm-7-runtime
PackageSectiondevel
PackageVersion1:7.0.1-8+deb10u2
SHA-1037280C34D42255BE96C754027B7E9BC6A2E3559
SHA-25686C7C5A77D41EA32BF925BFCBC429FE9A3DFBD30DAC3693CFD0317951F1164AA
Key Value
FileSize11285408
MD5CFB532076FA064CE5E30F29D4BA0C631
PackageDescriptionModular 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.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamelibllvm7
PackageSectionlibs
PackageVersion1:7.0.1-8+deb10u2
SHA-105609A1C1C3967A33203BAC0FE0FCDB0AA40AB79
SHA-256CA801356EE67E66AF1766956E50F50EAFBCD4EB7E2B470126FDB4252DE33AB1D
Key Value
FileSize5745888
MD5EB4464069B28D740D7C5AC837F113791
PackageDescriptionclang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNameclang-tidy-7
PackageSectiondevel
PackageVersion1:7.0.1-8+deb10u2
SHA-10685CFF10E008F55D093057F64ACEA560A434DBB
SHA-256A8F070BA527BA025781205CFA02FDCE43B342F3CEB0635482D2FFB580C8D4938
Key Value
FileSize159260
MD5656BB465EEFC5323715BD22B6267E0ED
PackageDescriptionModular compiler and toolchain technologies, IR interpreter 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 minimal required to execute programs in LLVM format.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamellvm-7-runtime
PackageSectiondevel
PackageVersion1:7.0.1-8+deb10u2
SHA-1084D6F2685AF3ECB5EA5C25033BBF7DE244A9DB7
SHA-256D226EA241E2CB8E36FDCBD2ECC2C9BDB04C386F5CC9AEF354EB5C474DC0AB40D