Package: clang-14-doc Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053103+f28c006a5895-1~exp1~20220622173145.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8446 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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150_all.deb Size: 1154944 SHA256: dc21f22149a73fb06daf1d55eb6d488406cd74a3efe008c3de5d9c1a49dbf797 SHA1: 14d69e038a9277f312d5250995b1d168046e2785 MD5sum: 809cc53fd788de76e06b482c2119cb01 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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 78271 Depends: libclc-14-dev (= 1:14.0.6~++20220622053103+f28c006a5895-1~exp1~20220622173145.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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150_all.deb Size: 10319068 SHA256: 1e242fb733acfaa9384b926f985766d6729a169777ad854dbd5925bfdeab3b51 SHA1: 0c52a2f1ccc10fea8ecee93494e7e866d6832761 MD5sum: 9ad7aecf0501f7c5e01447e82a072464 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~++20220622053103+f28c006a5895-1~exp1~20220622173145.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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150_all.deb Size: 78344 SHA256: e54aeb119b2a56f14342e13fc5e4fe4a6f186a149f9cc99df8adfeb682a8f931 SHA1: 93304e73dda6d541d95303d0f6addb7144103d3a MD5sum: bd142b9e9f9cd84e6c3ba18c48c2aa89 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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38761 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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150_all.deb Size: 6570032 SHA256: 118267b82dc2028f7d816a4d4d7cd823f279c06e0e306b27741df8e39533b5f1 SHA1: 56d5b5fe89856345f38365667217adf12b89587b MD5sum: 45013af507855569e4c9a9c3f233861e 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~++20220622053103+f28c006a5895-1~exp1~20220622173145.150 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 483 Depends: llvm-14-dev (>= 1:14.0.6~++20220622053103+f28c006a5895-1~exp1~20220622173145.150), llvm-14-dev (<< 1:14.0.6~++20220622053103+f28c006a5895-1~exp1~20220622173145.150+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-14/llvm-14-examples_14.0.6~++20220622053103+f28c006a5895-1~exp1~20220622173145.150_all.deb Size: 295328 SHA256: b65c8e337a9b066d740984a4253f8a9b8b0e96d9b386c82aec1d8ba3020f5d99 SHA1: 8745b4088a75c564868855c7a4e60b5c6d126815 MD5sum: 634997943530e0e7d5f5b4a401936fd7 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.