Package: clang Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 23 Depends: clang-22 (>= 22~) Breaks: clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Replaces: clang (<< 3.2-1~exp2), clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clang_22.0-62~exp2~20251121224423.29_i386.deb Size: 6256 SHA256: 8857a3ab5b0374941349dcf63eb0ff1e68b7f90cf5a402a512f7ccebea845a68 SHA1: 857b1c23c642e2ca4317718d3da8505b9d5fa6f3 MD5sum: c4edefd229790ba6078db03b6f92e6f9 Description: C, C++ and Objective-C compiler (LLVM based), clang binary Clang project is a C, C++, Objective C and Objective C++ front-end for 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 is a dependency package providing the default clang compiler. Package: clang-23-doc Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14580 Depends: libjs-mathjax Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/clang-23-doc_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 4223652 SHA256: 46986fd8f0614ed8b6c3a9700110cd76e0b4dc7b7243e604c0820cd4808c7c25 SHA1: 45d7d4a4bd999d66f7312c057f7c1b7676ccb221 MD5sum: cc54eeb5287aa1dcecc2ed2da776ff54 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: clang-23-examples Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 65 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/clang-23-examples_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 32920 SHA256: 8eaca8097d0034e3d0b324c7ef41a6f9f2d84fbf081e81e8508573900a3c5cc0 SHA1: 3e8d40c6e01f556d7e94b140221d451bf6a7d156 MD5sum: dd6791ed2ad186c3e8d78b2ef97a4a73 Description: Clang examples 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 Clang examples. Package: clang-format Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 29 Depends: clang-format-22 (>= 22~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clang-format_22.0-62~exp2~20251121224423.29_i386.deb Size: 6324 SHA256: d963213e60cc071aa83d1312884f70dbdb21f3f71e22a93ef09eda9a39d8d345 SHA1: b0b29ecbbcfae11ba2300a67f05c4237beae1ce0 MD5sum: 4e2702b0a6500df3bf9b2fe3a2d6b5d6 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This is a dependency package providing the clang format tool. Package: clang-tidy Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 21 Depends: clang-tidy-22 (>= 22~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clang-tidy_22.0-62~exp2~20251121224423.29_i386.deb Size: 6112 SHA256: ea2213859737c16b8724bfc6b6d0515e62d09e8038c1eae2ac9996a68cf2e818 SHA1: d742ba7a97d82c5235895c0f45900e12738bd4e9 MD5sum: 08e601aab62f13e92d8adc6cbf205008 Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. . clang-tidy replaces clang-modernize . This is a dependency package providing the clang tidy tool. Package: clangd Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 16 Depends: clangd-22 (>= 22~) Breaks: clang-tools (<< 1:9.0-48) Replaces: clang-tools (<< 1:9.0-48) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clangd_22.0-62~exp2~20251121224423.29_i386.deb Size: 5932 SHA256: a31e4f85f14de278bb876c5ea07912046f5ee4271e5dd715837fcf15dac4a0c2 SHA1: 8d5e1c97262f914580e6c447cf0c55fe265e417f MD5sum: eba6a56fe39e0c5264141c39cd3791cd Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. . This is a dependency package providing clangd. Package: libc++-23-dev-wasm32 Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16517 Depends: wasi-libc, libc++abi-23-dev-wasm32 Conflicts: libc++-x.y-dev-wasm32 Replaces: libc++-x.y-dev-wasm32 Provides: libc++-x.y-dev-wasm32 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libc++-23-dev-wasm32_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 1726716 SHA256: 8e1d3e23d6743fd824f3f16d0d24d05dd1dcf1a9d587f7a85db511a33dd39825 SHA1: 06a4c8bd2daad3eeeba839d186bfbfa50b62d059 MD5sum: f87294046c4f849b91d61b4180476d8d Description: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++1 Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 14 Depends: libc++1-22 (>= 22~) Breaks: libc++1-11, libc++abi1-11 Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libc++1_22.0-62~exp2~20251121224423.29_i386.deb Size: 6000 SHA256: 5f29cdf5b175c80b7b12166bad0ea44822a6748ffd65ebea3241e2e29fe0ec7f SHA1: 1a9224a0898bcf58040b03179b9900274816c819 MD5sum: 4ad2827a8b5bd39bb8dbe06cc60b6207 Description: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This is a dependency package providing the default LLVM C++ Standard library. Package: libc++abi-23-dev-wasm32 Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 731 Depends: wasi-libc Conflicts: libc++abi-x.y-dev-wasm32 Replaces: libc++abi-x.y-dev-wasm32 Provides: libc++abi-x.y-dev-wasm32 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libc++abi-23-dev-wasm32_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 187380 SHA256: 0d412fc2c4b10fa6c9f70439628cbde864dda19087bf071d9d11af17c8fa2292 SHA1: ecc4088a102e49d41547309ce1aff6e73d2e1d59 MD5sum: 9c0fb76d0f403cbacc8aa95b74881482 Description: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi1 Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 14 Depends: libc++abi1-22 (>= 22~) Breaks: libc++abi1-11 Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libc++abi1_22.0-62~exp2~20251121224423.29_i386.deb Size: 5924 SHA256: 4ac80f2d5f60b3bcf0be34b1ecf5264d7b894eff8a272074ba75ac352c1d3ab5 SHA1: 3a465e0fd514fa759b55f1708c84c91bc1261dc9 MD5sum: 5023e98d73ae10b6716523202c044583 Description: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This is a dependency package providing low level support to LLVM C++ Standard library. Package: libclang-dev Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 11 Depends: libclang-22-dev (>= 22~) Priority: optional Section: libdevel Filename: pool/main/l/llvm-defaults/libclang-dev_22.0-62~exp2~20251121224423.29_i386.deb Size: 5808 SHA256: 822ab81a167a30ede2274b8a3dc03a707f9ea2550dbf35d639c0173a47023e1c SHA1: 31d744960dd988c1de8437ac902d9e1676493d96 MD5sum: c8b7eee20654d8b82433982fa68445fd Description: clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end for 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 is a dependency package providing the default libclang libraries and headers. Package: libclang-rt-23-dev-wasm32 Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 285 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev-wasm32_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 64900 SHA256: afbda3284baf5e278ac04cc1a93b63446ee9be61b309823df4ba07dabd711d70 SHA1: f9dd25df09521acfea08d00d5c4f979e98ee2d6e MD5sum: f16cf4f38279e75938bafdbb680ab1a7 Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-23-dev-wasm64 Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 291 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev-wasm64_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 65200 SHA256: bbcc55fceb4b629ab58b4acb3cc986485f7f4919b6b7801576d3e6129ed55b9d SHA1: 2217f82fcb77ffe007a09d5af58be2924fa80684 MD5sum: 2ea976d851165d279840503a7e813f60 Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-23-dev-win Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1424 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev-win_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 221072 SHA256: 03ecec5f1a6a9c30245670a62f9c857473dc095bae0990070ac49c1fba0dc4bc SHA1: bceae8bfbfd54ffe804f04816df40e9823c2496e MD5sum: abc27f4259d9d1295b1d1a9dcc81e8d3 Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1 Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 11 Depends: libclang1-22 (>= 22~) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libclang1_22.0-62~exp2~20251121224423.29_i386.deb Size: 5988 SHA256: 263f989f000542b7a2ddb38443fbf64a909b7ffbeb731f5440b9ea7e34fc821d SHA1: e5fb9340090d2ede85f48f56acfb247dbdb80913 MD5sum: d57ddff3f857c855bbef4e8d7ab25558 Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for 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 is a dependency package providing the default clang libraries. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-23 Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 21327 Depends: libclc-23-dev (= 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622), libclang-common-23-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-snapshot/libclc-23_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 2124076 SHA256: 7a26f76da8d3749b2464cc28814f15fcb9a380746429f65c59d368f96cfb94d5 SHA1: 67a79ed7a3a7bbe254020ee66603430c28b65238 MD5sum: 1cfce190eccd8cd300617f49b1158dae 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-23-dev Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 33 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-snapshot/libclc-23-dev_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 23836 SHA256: 9ca08e8c5bdba2e1a540605b9574b1d4b243dd7ab68cdbfe6a9429643d5c76b9 SHA1: fd6042503412efce2a3f473686e8c4e0d6c530e0 MD5sum: 987d8b44fe18cdb0262940369b8345cd 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: libomp-23-doc Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 15078 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/libomp-23-doc_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 1068672 SHA256: b5857876b8eef99af298285f6e4d9dca62e0f22b5aff79359896e83eca049185 SHA1: 82dce14a69aa03978d68da1bcc4bf07d38bb16b8 MD5sum: 0212ed721ad9320009d556ac08ff05fa Description: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5 Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 11 Depends: libomp5-22 (>= 22~) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libomp5_22.0-62~exp2~20251121224423.29_i386.deb Size: 5732 SHA256: 48fffe965597c4e99723cabc3a826a3ee110fd14be06776f918cc1c1c97158b1 SHA1: 690a3cf55d80d55009bbe968f6403c4938c1ac22 MD5sum: 85035263f0871e6c0c30deeca946aed7 Description: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This is a dependency package providing the default LLVM OpenMP runtime. Package: lld Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 20 Depends: lld-22 (>= 22~) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/lld_22.0-62~exp2~20251121224423.29_i386.deb Size: 5888 SHA256: b1383b9ae17733375f8b5b2ba543673716d2b1619551d8035b343a4bf8d4aa3d SHA1: 674299365b9f2a18bb894109c7217fc26e447f2d MD5sum: 00528a1e263f385ec93a943a0575373f Description: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This is a dependency package providing the lld linker. Package: lldb Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 22 Depends: lldb-22 (>= 22~) Breaks: lldb-11, python3-lldb-11 Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/lldb_22.0-62~exp2~20251121224423.29_i386.deb Size: 6068 SHA256: 30af59327a429cdb7c614ba513209699147fbdaef1153c638ebd576450891e12 SHA1: be49de180024f468de9988e47cd570e24e232f0b MD5sum: 606e03e50d268a2095a60a066a72c98b Description: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This is a dependency package providing the default version of lldb. Package: llvm Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 111 Depends: llvm-runtime (= 1:22.0-62~exp2~20251121224423.29), llvm-22 (>= 22~) Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/llvm_22.0-62~exp2~20251121224423.29_i386.deb Size: 8324 SHA256: 51ebedc3fac30d3df60eb9fe8d337958c48f4d303642da1b9e558bbf8b0cd858 SHA1: dbe14dc99ecbc877e6715a0db70bb26db9ebb9c1 MD5sum: 7682446d6818581007d26b29b6a4a2ca Description: Low-Level Virtual Machine (LLVM) The Low-Level Virtual Machine (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. . This is a dependency package providing the default llvm package. Package: llvm-23-doc Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 64250 Depends: libjs-jquery, libjs-underscore Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/llvm-23-doc_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 9175564 SHA256: 2c311dd863be86f80faf0f798ba8e7da7a92c0103ea1b337ecef40fe8e37778f SHA1: 4d072f148b06826834c2f87a4185de8675f5bffe MD5sum: b9e11165233f214d243635642c9edd1f 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-23-examples Source: llvm-toolchain-snapshot Version: 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 461 Depends: llvm-23-dev (>= 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622), llvm-23-dev (<< 1:23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/llvm-23-examples_23~++20260623100908+510ef079ffdd-1~exp1~20260623221038.3622_all.deb Size: 266476 SHA256: 1f95aecc8251c6b6647a15a454879cf15980e15bfdb9f05c95aae3bacf0eb0e8 SHA1: ac8433feed27572bfb11dc0739b2bc83b3a296fd MD5sum: a656f4a34f8128dd683cbd464d262039 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. Package: llvm-dev Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 26 Depends: llvm-runtime (= 1:22.0-62~exp2~20251121224423.29), llvm-22-dev (>= 22~), llvm Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/llvm-dev_22.0-62~exp2~20251121224423.29_i386.deb Size: 6144 SHA256: 9843ef5fda7afc8af5277d9cce4eaa136c3b06dc37187b623c78295454d33b27 SHA1: d4cf143f4a7b9455213138928fa0dee715efe738 MD5sum: c05d0a6427bf381c3f56cde3ce43af61 Description: Low-Level Virtual Machine (LLVM), libraries and headers The Low-Level Virtual Machine (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. . This is a dependency package providing the default libraries and headers. Package: llvm-runtime Source: llvm-defaults (0.62~exp2~20251121224423.29) Version: 1:22.0-62~exp2~20251121224423.29 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 16 Depends: llvm-22-runtime (>= 22~) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/llvm-runtime_22.0-62~exp2~20251121224423.29_i386.deb Size: 5896 SHA256: 679b2e04db79602d7113de52f56a45d39ad5e7d2bd08cfe088aa67862bbb507e SHA1: 936c626220523a02d51bee5bcd68dd181bdf0fec MD5sum: 2b3eb3bcbf69b4fbeae5e2518fcd067a Description: Low-Level Virtual Machine (LLVM), bytecode interpreter The Low-Level Virtual Machine (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. . This is a dependency package providing the default bytecode interpreter.