Package: clang-13-doc Source: llvm-toolchain-13 Version: 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8268 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-13/clang-13-doc_13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57_all.deb Size: 1123880 SHA256: dcd9c24e8aca7c45aede1a49387783760d605cb1b7deda1851a8f6a29b3f1a1f SHA1: 08c00825d1ec0d083ab6cbf8f2ca2d5d75112c36 MD5sum: 4c57b70e0f6fc33f7936e55a8c77ed62 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-13 Source: llvm-toolchain-13 Version: 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 78254 Depends: libclc-13-dev (= 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57), libclang-common-13-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-13/libclc-13_13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57_all.deb Size: 10170944 SHA256: bb9e888d0bdbf25d99bc3529780e117c7e32e446e653341c50eef7f11bac9cf4 SHA1: a75c7cc1417471088cd1c209b959c89f7a2a4e3d MD5sum: 1ffc185383caca360366d4490512b8fd 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-13-dev Source: llvm-toolchain-13 Version: 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 459 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-13/libclc-13-dev_13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57_all.deb Size: 74860 SHA256: 51904c340965399ea03ae82468b3ab606651b7a90be3620fae7d381f9a1a0d95 SHA1: 20453c46242b97fa625d323025be7425b3bc28bb MD5sum: 11a4a416cb2f9d0fe3d79c7b91525063 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-13-doc Source: llvm-toolchain-13 Version: 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 35110 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-13/llvm-13-doc_13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57_all.deb Size: 4571844 SHA256: 1bbcfeae64d07da726b64c2dc68f08e9302154bfb72093a5f14dbd9e8073fd7f SHA1: 0e996a52b740d94705b9b89c7aaadcd704d87be4 MD5sum: e0d5e501101c065296795859e97a8ebc 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-13-examples Source: llvm-toolchain-13 Version: 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 483 Depends: llvm-13-dev (>= 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57), llvm-13-dev (<< 1:13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-13/llvm-13-examples_13.0.1~++20220120110934+75e33f71c2da-1~exp1~20220120231013.57_all.deb Size: 292900 SHA256: 2550a62a6db7264817bc345aef56c9b1ce09cf86712a8ba38e633ad5248e1852 SHA1: c8f29f44675f0c8450fe2e8dedea424911ee339e MD5sum: 8d8b5e5e5068c031de8148691d7868ef 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.