Package: clang-13-doc Source: llvm-toolchain-13 Version: 1:13.0.1~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 7855 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58_all.deb Size: 1106244 SHA256: df7b140b5c5845aec343599b4d141d3f68e1d640612f8a41630f073a99fe2f3f SHA1: 697dc2728fb87a71cb84980e91dcb186ca26a5f8 MD5sum: 9f5ac95657d154599d4cc1d85f50ccbb 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 73455 Depends: libclc-13-dev (= 1:13.0.1~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58), 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58_all.deb Size: 8640984 SHA256: 230e3edd6348abe5470104fcf63c13a336a6643fdc7bbfe09c0b9b7b02befe4d SHA1: bc9c50c023cba5d8152de60328b86c046ebd7be3 MD5sum: e43ccafe6c18e273571ce354d5bf479c 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58_all.deb Size: 74836 SHA256: 483072393d80c8fdab22606bf5c71e8712996513873d311f8a5601b9f8a836e9 SHA1: d71b6cb1072254e109634c061acaf37c9ad8055e MD5sum: e398415fff917cadd62c3fe0a781473d 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 35024 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58_all.deb Size: 4557152 SHA256: 67a381be55430c1277a300c26762abcce3567bed3b09cd1b7f486786782acdc2 SHA1: b4b04434e653f5f2d5f0fca3515b313bc2c23fb7 MD5sum: a4a445719bdcefd3fb1ce39cfd53940b 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~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 483 Depends: llvm-13-dev (>= 1:13.0.1~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58), llvm-13-dev (<< 1:13.0.1~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-13/llvm-13-examples_13.0.1~++20220120110924+75e33f71c2da-1~exp1~20220120231001.58_all.deb Size: 292888 SHA256: ac16fd086ab221eb58213e07fd227f9c8cfdf5cbd7658ca95d53737d5696d6d2 SHA1: b58d3bb195a3433f07eca3e827af530568dcb944 MD5sum: 89fd9c245aa953c7d784c566922732f2 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.