Package: clang-14-doc Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8447 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-14/clang-14-doc_14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150_all.deb Size: 1159828 SHA256: 79cd478f494418dcbb2fb03ce310b83c549b68a358b1c4b2d24ee301f3a5a5aa SHA1: f486ddc6c60c610e020bbf50beae60d7dc38f842 MD5sum: 04da1cfc6e5cdcdcbcd08bbd78402798 Description: 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. Package: libclc-14 Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 78479 Depends: libclc-14-dev (= 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150), libclang-common-14-dev Conflicts: libclc-x.y Breaks: libclc-amdgcn, libclc-ptx, libclc-r600 Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y Provides: libclc-x.y Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-14/libclc-14_14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150_all.deb Size: 10058692 SHA256: ceb00f97d03435eee57f65bf5079d20fa793c692688cee32481ba324948b76e4 SHA1: 074ac6be80480d754487d526b1e8cb1f42596a27 MD5sum: c4da7eac8fb0f98283a348c8ff7e3ee6 Description: 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. Package: libclc-14-dev Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 462 Conflicts: libclc-x.y-dev Breaks: libclc-dev Replaces: libclc-dev, libclc-x.y-dev Provides: libclc-x.y-dev Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-14/libclc-14-dev_14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150_all.deb Size: 78278 SHA256: a24dd6857602ba8b0dabb6d9a94d523dfbf3a3a962f08252d73e34fc08940210 SHA1: c441db4bec64c2255361c50db32d8688a6f88620 MD5sum: eedb5fb367f0764292beddc477b9c169 Description: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: llvm-14-doc Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38762 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-14/llvm-14-doc_14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150_all.deb Size: 6620342 SHA256: b7739171b0a912a8669cb724085f243c5a21365004b59e36b4d5bdc194ea2dd9 SHA1: c30a78f334ecce59bd3f5b8d5fb493fb1b1af686 MD5sum: a92f7eabec687a8213bdf64a4e19d0c3 Description: 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). Package: llvm-14-examples Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 483 Depends: llvm-14-dev (>= 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150), llvm-14-dev (<< 1:14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-14/llvm-14-examples_14.0.6~++20220622053050+f28c006a5895-1~exp1~20220622173058.150_all.deb Size: 294566 SHA256: 6f36186585ac2c36940f29d7b8bfca3d4a37bb1c58c5530c6d8f0b8978a6af20 SHA1: 72f65d63c69b864e5bc30b79d0903529422c3664 MD5sum: ea62069861ca966911555273b7f223d2 Description: Modular compiler and toolchain technologies, examples 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 examples for using LLVM, both in developing extensions to LLVM and in using it to compile code.