Package: clang-13-doc Source: llvm-toolchain-13 Version: 1:13.0.1~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 7845 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24_all.deb Size: 1101792 SHA256: a9ebacae7355fd2e9f07a458094d12e1a8853bdceb585ee9b47a7819aca537c6 SHA1: c52f3aae072e6a6aaa9b40f40be68d382c958ecb MD5sum: a257972681c95b1d7a38048355dd96dc 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 73455 Depends: libclc-13-dev (= 1:13.0.1~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24), 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24_all.deb Size: 8634564 SHA256: 51cdb0e65ee4bca6425eaaaf6288bc6339cbfe2cef64d203efcf69fdb35bf20e SHA1: b014d787832c0a906f9ed2872fbff91706b3a433 MD5sum: 1594a77008b01c97ff95e957eb3ebd8e 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24_all.deb Size: 74908 SHA256: be36e303b77c50ae7a0a1065b8e11993503d3cbf0a24ebb50a6cadcb811eeeba SHA1: 97e9a6beb0e1ef455eba01521abf1e8267ff3df4 MD5sum: 9703265d40b1323303ee886bb223c3c2 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 34777 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24_all.deb Size: 4520248 SHA256: d73d52fc232ce32615038fb305798db9838249d95e6ad52c5430baaf07b101b3 SHA1: 4ff12fcacf51e9994eafb141362f7c8231fa31a4 MD5sum: 3bb3459e17c8a670d76b3bbfef6c5b7d 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~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 483 Depends: llvm-13-dev (>= 1:13.0.1~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24), llvm-13-dev (<< 1:13.0.1~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-13/llvm-13-examples_13.0.1~++20220125125540+75e33f71c2da-1~exp1~20220125125623.24_all.deb Size: 292952 SHA256: 2aaafc62570dea96a9b3523f38554893b8d337c76b59c347eff52a773fb6a06c SHA1: c7bf0202e42fcd9fad71b9334d4acbf1878c6823 MD5sum: d2bb7b6c9e88a1be82ffe017d39c32ab 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.