Package: clang-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 9770 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-12/clang-12-doc_12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21_all.deb Size: 1178908 SHA256: 47da55d577f8b3230bfe81b8c2458277bfa339e3f5d063996958dc5a83791731 SHA1: b64b7c55734d12fce1db5042774ad486865ddd0c MD5sum: f307cde1af2c5787c59d5cbd4a6647e6 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-12 Source: llvm-toolchain-12 Version: 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 73860 Depends: libclc-12-dev (= 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21), libclang-common-12-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-12/libclc-12_12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21_all.deb Size: 9093336 SHA256: ed0c631334ea3f9d60a270afd035284a7f12510b40dfc4b9d7b2a27c90377b8b SHA1: 77590b5cb37c82af2fd8e8102a4f607a2b9731ff MD5sum: 16f7dddceb2363297eeb4645c82bed82 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-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 456 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-12/libclc-12-dev_12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21_all.deb Size: 72064 SHA256: d8ef6972a83ee316c3b30e353867b430adff24c6fa9b4d8f2d86960726cc9b28 SHA1: 62472c6b881a6c709fb10f6a3044012a509efd3d MD5sum: 706590c36fa71250e46109f19fd72be5 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-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 32148 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-12/llvm-12-doc_12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21_all.deb Size: 4305424 SHA256: 963400ccd52aaed1362ab343499c80fd95b1a17c48040dd7e184319b18ffd4d4 SHA1: ab62adcb790c1b35c24cb462c61edad571746748 MD5sum: e3d3c543ac9c43e60a1eee4ba0fc3235 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-12-examples Source: llvm-toolchain-12 Version: 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 554 Depends: llvm-12-dev (>= 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21), llvm-12-dev (<< 1:12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-12/llvm-12-examples_12.0.1~++20220125083837+fed41342a82f-1~exp1~20220125204438.21_all.deb Size: 292032 SHA256: 24847487c2401d903661f58e3790c7f8dee9fc44827857f8f972ec233e3403d2 SHA1: 8e260661dda30082c22bbdaea9944c1c8199dc91 MD5sum: fe27e8d75baf532d1a1c4bcc5510f6a1 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.