Package: clang-14-doc Source: llvm-toolchain-14 Version: 1:14.0.6~++20220622053203+f28c006a5895-1~exp1~20220622173250.153 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8004 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153_all.deb Size: 1131312 SHA256: 284106c257a59eaee2db2306d6beec6c600dd740ceaae065ca3841e48cac3bcd SHA1: c6bb68381df82511ab6799a35cda474a8eef77b7 MD5sum: b2d50fb3749e31e06204a15202150e97 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 73472 Depends: libclc-14-dev (= 1:14.0.6~++20220622053203+f28c006a5895-1~exp1~20220622173250.153), 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153_all.deb Size: 8690816 SHA256: 5b67d025ba94cf446d9c589b1ccbcf8033f557781c522d8d80b496d7f1c5c428 SHA1: 9d091d140a1fa72b3d5d4744668a86646e1e778d MD5sum: 2c62d1278e59e8f0d6254e36af59d365 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153_all.deb Size: 78332 SHA256: 2932836e931f1292308113b65e65ef580b41ead8eeb3a9d334fbad905c7020c7 SHA1: 13d963d7ad7332ba73e6230d0c1e7d8caa78dc6c MD5sum: deca9e903d2ca2f13b8894ffe31d646e 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38418 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153_all.deb Size: 6515624 SHA256: aa2decfb1bc9c3bcfdbd7651e977f7993d9d104de0d4ba122265282b2c43e467 SHA1: a048829ec8ab41d536f19bc766fb2b69da5b9245 MD5sum: 3e7709424315653f06ca451d5de0ed05 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~++20220622053203+f28c006a5895-1~exp1~20220622173250.153 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 483 Depends: llvm-14-dev (>= 1:14.0.6~++20220622053203+f28c006a5895-1~exp1~20220622173250.153), llvm-14-dev (<< 1:14.0.6~++20220622053203+f28c006a5895-1~exp1~20220622173250.153+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-14/llvm-14-examples_14.0.6~++20220622053203+f28c006a5895-1~exp1~20220622173250.153_all.deb Size: 295324 SHA256: bc181d95610fc2e49627ce9b62a8cf8734112b727c665f6ebcd9517f468fef12 SHA1: 4230f7682324d5ab1087ebe01ea11172a103cf27 MD5sum: 2b885fcbd76c58ddd5d1884ffe80beef 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.