Package: clang-15-doc Source: llvm-toolchain-15 Version: 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8588 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-15/clang-15-doc_15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78_all.deb Size: 1199648 SHA256: 2723245c1e0c5d0d03e5e8ab36066f51e3ac5bceb5ce75ff56890a38f3536bdb SHA1: 895a7b834868644170bb48960c451ce440113af8 MD5sum: d79f6cbaba9b0657e2c3548714a0e55f 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-15 Source: llvm-toolchain-15 Version: 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 67 Depends: libclc-15-dev (= 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78), libclang-common-15-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-15/libclc-15_15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78_all.deb Size: 58640 SHA256: f2cad3600bcef4bad540e52214406555fe2b995c695aa9b127da51a442c8855e SHA1: 44c50c370027354f67487e969d161a1763879c6e MD5sum: fa76cf44f3e38129f5d1762ac96505c9 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-15-dev Source: llvm-toolchain-15 Version: 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 67 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-15/libclc-15-dev_15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78_all.deb Size: 58584 SHA256: 3f3089bc2c1dd574ac84cbdae368123f03ea023cbd770644d0c0d3b46b4ccc1f SHA1: 36da7c774cee31dfb781e637257372e185ce3547 MD5sum: 1d0386c82b272d1db035ea10878533b9 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-15-doc Source: llvm-toolchain-15 Version: 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 45611 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-15/llvm-15-doc_15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78_all.deb Size: 6714468 SHA256: b4f1ac411a15b007e70b04455b85141d6148d87a8dfed2a8b169ed0cff58d815 SHA1: fa5a3faa1601ddb88b6486f30ff010cff630c0d4 MD5sum: cb92348ca9a8428e8bd2b358891a37b0 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-15-examples Source: llvm-toolchain-15 Version: 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 491 Depends: llvm-15-dev (>= 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78), llvm-15-dev (<< 1:15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-15/llvm-15-examples_15.0.3~++20221018073517+4a2c05b05ed0-1~exp1~20221018073528.78_all.deb Size: 298120 SHA256: 8057dc06df1fbdc7163ae57c06e3d7d68a036959b6287ae5ddfd1886650e4371 SHA1: 1c420bb13ab79cd2830ecf158427b3cffe5c8438 MD5sum: 43192fe6fd6fb58f006552aabc2b4b29 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.