Key | Value |
---|---|
CRC32 | 4296F020 |
FileName | changelog.Debian.gz |
FileSize | 10391 |
MD5 | A68976E3FBCCF631BF6D2D4FF1822B9B |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '534', 'OpSystemCode': '599', 'ProductCode': '163576', 'ProductName': 'PelicanHPC', 'ProductVersion': '4.1'} |
RDS:package_id | 263768 |
SHA-1 | 57452D04962363BF47193B29E2271F21CFF1AB4B |
SHA-256 | 5892426D0EBB6CE1A934997AF46CC1088C974127072B8A4C5BC999B00C860923 |
SSDEEP | 192:PgU0dsXvwjycgkKMcf1Fx7DIMqMDizt2Gj9pE/0zaJcQ/SzRvAlmUV:PrUsXbjLf1vkLM8t2G9e/dJcjiQUV |
SpecialCode | |
TLSH | T17C22C0F611469F00FE336CAB7F029AEE6C9AECA75AD7880258A479DD550901B91A0CCC |
db | nsrl_modern_rds |
insert-timestamp | 1654971448.6023962 |
source | modern.db |
hashlookup:parent-total | 88 |
hashlookup:trust | 100 |
The searched file hash is included in 88 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 4072522 |
MD5 | F32DDB187DE72518FBB1B0851E9B9C8D |
PackageDescription | C interface to the clang library Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libclang1-3.5 |
PackageSection | devel |
PackageVersion | 1:3.5-10 |
SHA-1 | 016489A93EF31AB71923DC796F4ED7DBA20DDFF6 |
SHA-256 | 6801A07966273CC6285AF0DEBFBFC1DB7682C510E5EBEEDB233DEA2EA500E757 |
Key | Value |
---|---|
FileSize | 12318834 |
MD5 | 81C2DA097F6B693BB55836420ED76756 |
PackageDescription | C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-3.5 |
PackageSection | devel |
PackageVersion | 1:3.5-10 |
SHA-1 | 06FF766FF1D4767562E12C3AC35CAEE4A168DCEB |
SHA-256 | 2944109FBCEDB3C1F83BEAD870636FF21D4FE5281A0FF28A1998129BC52D4CDC |
Key | Value |
---|---|
FileSize | 3434716 |
MD5 | E44C974BB8677D8735B9FED38450FFE0 |
PackageDescription | Next generation, high-performance debugger - Header files 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 provides the header files to build extension over lldb. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | liblldb-3.5-dev |
PackageSection | libdevel |
PackageVersion | 1:3.5-10 |
SHA-1 | 09BBB2FA46A08C508FBB192BC75B39E3B1274A59 |
SHA-256 | 4FDD9CDA8509254DCDF40EF8182730430524C53D3845D50CE1F82001A2550345 |
Key | Value |
---|---|
FileSize | 174668 |
MD5 | 7CFC4864A08A0927B9D0F7AAF32C29CE |
PackageDescription | clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang generic headers and some libraries (profiling, etc). |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libclang-common-3.5-dev |
PackageSection | libdevel |
PackageVersion | 1:3.5-10 |
SHA-1 | 09FAFC2324B451E2DE99E7EF3B776C4B1006D606 |
SHA-256 | E3AD243C7A7CA3A11CAEF849AF00B89CB61391F4C95FC25807A38B9D5B43C93E |
Key | Value |
---|---|
FileSize | 1010694 |
MD5 | 3FA260227A5BBF621382F07EFDA6C3C5 |
PackageDescription | Modular compiler and toolchain technologies 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). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X86, SparcV9, PowerPC or many other architectures. . LLVM is the key component of the clang compiler and the gcc plugin called dragonegg. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | llvm-3.5 |
PackageSection | devel |
PackageVersion | 1:3.5-10 |
SHA-1 | 0BE57A3D8C955215961921087DA52348C71F1446 |
SHA-256 | CF4CAD3415893EFA97422E9F7B181E83074429F0042515A9C3CBDB71D760972C |
Key | Value |
---|---|
FileSize | 3989568 |
MD5 | 8AA3378581BF172CA217F8DEE1F2E0F1 |
PackageDescription | Tool to convert C++98 and C++03 code to C++11 The purpose of the C++11 Migrator is to do source-to-source translation to migrate existing C++ code to use C++11 features to enhance maintainability, readability, runtime performance, and compile-time performance. Development is still early and transforms fall mostly into the first two categories. The migrator is based on Clang's LibTooling and the AST Matching library. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-modernize-3.5 |
PackageSection | devel |
PackageVersion | 1:3.5-10 |
SHA-1 | 0CA1EA8D3E3505F06ABA0E7421CC5A3F74DD388B |
SHA-256 | 90E1AC0071CD73D0226AE079FF19EC5056485AA30A09D7F0E100C01C5489E50B |
Key | Value |
---|---|
FileSize | 147000144 |
MD5 | 2721031EF2AC657C2E0FF1C2465E2559 |
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 | libllvm3.5-dbg |
PackageSection | debug |
PackageVersion | 1:3.5-10 |
SHA-1 | 12AD63A2DF80C18B540316899A0355551B37A1B0 |
SHA-256 | C00849904D10E11BA3E7C32E0073CFF86A9108B3E0192C46D46C24EC2BBACE83 |
Key | Value |
---|---|
FileSize | 103038428 |
MD5 | 418147714B237F17F1D6B733B93AD88A |
PackageDescription | clang library Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the debugging symbols. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | libclang1-3.5-dbg |
PackageSection | debug |
PackageVersion | 1:3.5-10 |
SHA-1 | 146EFDAB6EB635A1BFD01DE3F9886885628A8397 |
SHA-256 | 3C95007EC96BE6E75F60188B3045F5B9199906BD9F094B3851FEA1DED02DD67F |
Key | Value |
---|---|
FileSize | 161898 |
MD5 | 6D937C1F375B02EED4770FA26E1092D0 |
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-3.5-tools |
PackageSection | devel |
PackageVersion | 1:3.5-10 |
SHA-1 | 1562CCF762453BFC21BE7E08CAB1027318B8C07C |
SHA-256 | 39E33AE8BCA426FF3915E908613367BA61F590B94CABB0CA8B3C6F03CB7ACA51 |
Key | Value |
---|---|
FileSize | 3086404 |
MD5 | A4F72B4A79CDB1AD7C25F309535196D1 |
PackageDescription | Tool to convert C++98 and C++03 code to C++11 The purpose of the C++11 Migrator is to do source-to-source translation to migrate existing C++ code to use C++11 features to enhance maintainability, readability, runtime performance, and compile-time performance. Development is still early and transforms fall mostly into the first two categories. The migrator is based on Clang's LibTooling and the AST Matching library. |
PackageMaintainer | LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org> |
PackageName | clang-modernize-3.5 |
PackageSection | devel |
PackageVersion | 1:3.5-10 |
SHA-1 | 159FC8FCB6395A78DD24CF2B039B70197B0604FF |
SHA-256 | 8A507976BA2B443586C430AA4A9F078CB41C238B903A2BA596CF5B69CC2C79C0 |