Package: clang-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 542 Depends: libc6 (>= 2.34), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libstdc++6 (>= 11), libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang-common-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), llvm-21-linker-tools (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libclang1-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libc6-dev, binutils Recommends: llvm-21-dev, python3, clang-tools-21 Suggests: clang-21-doc, wasi-libc Breaks: clang-tools-21 (<< 1:21.1.4-4) Replaces: clang-tools-21 (<< 1:21.1.4-4) Provides: c++-compiler, c-compiler, objc++-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/clang-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 145700 SHA256: ef83b1f68e9e6c6f648636ee292e4568386d3ee67982afd7367ac347b319fcca SHA1: 0349eabe9ab3099b89441d9cc40b81b33059a31b MD5sum: 7a19551f5b529f3e7bc3d2e512d895ac Description: C, C++ and Objective-C compiler 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. Package: clang-21-doc Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 13132 Depends: libjs-mathjax Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-21/clang-21-doc_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 4014988 SHA256: f8d4216ca8d2e74ca567389770ef5a0c6f173377ebecd51ab6f0cd0879112475 SHA1: 6890939411eda0c0b068c73397035ad135ffc676 MD5sum: a2d8a0f2250d1677bcdad38f8b7812e2 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-21-examples Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 62 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-21/clang-21-examples_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 29598 SHA256: 6aff7e290a57c99dc867d3f4aa66fdf38bc3e868bbe2bfbccf0626670abf03b3 SHA1: 946607e35769f50e74822a8a5d23c9d330a44b45 MD5sum: 65afafb9ca005042cb04b1251292f875 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-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 224 Depends: libc6 (>= 2.34), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libstdc++6 (>= 11), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/clang-format-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 72296 SHA256: 62d91e08607c87d54743be3c375c51a26d08d2d5ac1cad6a783fe9c3412006c3 SHA1: 20fd4e1a8ac17a6411f29b5e393e9189c3246f1a MD5sum: e054444c8862f142328bc8ff228feb94 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 package also provides vim and emacs plugins. Package: clang-tidy-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 13682 Depends: libc6 (>= 2.38), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libstdc++6 (>= 11), python3, libclang-common-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), clang-tools-21, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/clang-tidy-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 2081580 SHA256: 59eadb11a95fc41ba6f7abd53e76ced79a207c700ca96a4d08f9fd0f076b86b2 SHA1: 24417b55f6effd13b4d0a432a8e0375f70d898ab MD5sum: a59b3a30c353403302f1b5067458533c 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. Package: clang-tools-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 43532 Depends: libc6 (>= 2.38), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libclang1-21 (>= 1:21.1.4), libgcc-s1 (>= 3.3), libllvm21, libstdc++6 (>= 11), libxml2-16 (>= 2.14.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), python3:any Breaks: clang-21 (<< 1:21.1.6~++20251111103412) Replaces: clang-21 (<< 1:21.1.6~++20251111103412) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/clang-tools-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 9684230 SHA256: f3dc4b43ca6ea6cca11e49d19f93a9832a3e94d77a5b9db6a74e4216ecacde3e SHA1: dc35ce1e7df07f44bfef2f61e865dc54917a8a3e MD5sum: 5b12a946b09f51482ab2e065ffa6977e Description: clang-based tools for C/C++ developments 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 some clang-based tools like scan-build, etc. Package: clangd-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 19567 Depends: libabsl20260107 (>= 20260107.0-0~), libc6 (>= 2.38), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libgcc-s1 (>= 3.0), libgrpc++1.51t64 (>= 1.51.1), libgrpc29t64 (>= 1.51.1), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 12), libclang-common-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/clangd-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 3611128 SHA256: 0325242331616e3b4ea992af2c217133e0e11ec231f9f58cf6fcd5a6065694b7 SHA1: 3a3323c7c75723e3d0f789ff3ee855339b5cfeec MD5sum: a129d92d2ee6d0dbc03866b3e426a2ac 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. Package: libc++-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17196 Depends: libc++1 (>= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libc++abi-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Conflicts: libc++-x.y-dev Breaks: libc++1 (<< 1:21.1.6~++20251111103412) Replaces: libc++-x.y-dev, libc++1 (<< 1:21.1.6~++20251111103412) Provides: libc++-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libc++-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1556230 SHA256: de1f086d6d6068977cb621679ff98206a1bf8e8ba3aa34a1f3583225960931d3 SHA1: ac478af90768d32b76f96e377e4042637fe77849 MD5sum: 2dbbb1bd8f2ab77cd4f500b51f697715 Description: LLVM C++ Standard library (development files) 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. Package: libc++-21-dev-wasm32 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16088 Depends: wasi-libc, libc++abi-21-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-21/libc++-21-dev-wasm32_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 1766374 SHA256: 945afd964b906d0884b85127fc2cc490c1f22110855e943d283ed08221bdc52c SHA1: d73fdaa5d4ba39614d89d086d06a48003176c377 MD5sum: 609166ab6494cc18cf10a0fd576e4ce2 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++abi-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 722 Depends: libc++abi1 (>= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44), libc++abi1 (<< 1:21.1.6~++20251111103412) Replaces: libc++abi-x.y-dev, libc++abi1 (<< 1:21.1.6~++20251111103412) Provides: libc++abi-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libc++abi-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 115636 SHA256: 9f9fd426aee9c19c6016c97db4fef3a4b39cecf360094e228ef1fc94f8b45f4b SHA1: 65379bb218afbe046c88cceeb838fc9a51bdfa8e MD5sum: a195de5178e9ec9d851c68c0348483a4 Description: LLVM low level support for a standard C++ library (development files) 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++ Package: libc++abi-21-dev-wasm32 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 738 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-21/libc++abi-21-dev-wasm32_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 212210 SHA256: a92443ce76fd1bc7bf2e0765f2d3f9a6063f8de77e8d35b6238c7a865586a181 SHA1: f8cd6fd1292d1ace47b70882eb4b9c07e53843cd MD5sum: 68b4ba742983f97dc677609ca179d7fe 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: libclang-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 311440 Depends: libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang1-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libclang-common-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 30671670 SHA256: fc8aca15517812caa2fe6f59c3d803d6dcc0542be9c19d233220de7dafbae493 SHA1: f216ba386fb3a43fca6c44d75fdf3fdeea47468f MD5sum: e91577e6eaf36cde4680a666fc7f975f Description: Clang library - Development package 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 headers to develop extensions over libclang1-21. Package: libclang-common-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14658 Recommends: libclang-rt-21-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-common-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 766630 SHA256: 9fe483c0a6422e57f961c23b1ba16ef31afcf95d258ebcb1c147dfb83e599791 SHA1: 452147afe0f592208194534634b8724186554f2e MD5sum: b486f844baf48f107e5884f790a4ce4c Description: Clang library - Common development package 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 generic headers. Package: libclang-cpp21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 67775 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-21/libclang-cpp21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 14148378 SHA256: f605116f682e28c7a9ff8e3abc6f91150e6d1db487f5d88655f9920449cbd687 SHA1: 27a5fa4aa25dc402dcfe2314cdc53e6c2d5e5b72 MD5sum: 4ceb26c2169cbf9dc16a00b318d8e52f Description: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an 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: libclang-cpp21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 37 Depends: libstdc++-15-dev, libgcc-15-dev, libclang-cpp21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-cpp21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 20638 SHA256: 07e51277586d19834654394cc16bd3664b07a8d944b053ef0f388bcb816c4e8b SHA1: b9c5b68ec05c070fde454c6ae58a9cdbb96813bb MD5sum: 34d7554c1da6bdf59c7030c4c8dcf608 Description: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an 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. . This package contains symlinks without a version number, which are needed by linker at build time. Package: libclang-rt-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20697 Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-rt-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1720058 SHA256: e4857a68f802af0582e95221eaf871f00a017c692e473bf0a7152ceb11d65f66 SHA1: cb715fcd596c9164f78de042160c1c6f435d0546 MD5sum: 0fe6447dc9d89c9d60e1eb1e2363b53e Description: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-21-dev-wasm32 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 280 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-rt-21-dev-wasm32_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 64592 SHA256: a79935d8d10c2cc6c6d65a702203204936742c9ab80a2da013b26c40afd7e597 SHA1: 5f5740518ec5bf8c4206f7ce21bff89a22604cba MD5sum: a7c1438868ba08cdad45abab9842fd31 Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-21-dev-wasm64 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 287 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-rt-21-dev-wasm64_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 64988 SHA256: 1aa035c1676a5c780e39c4c1c7c8ed9ebccc3e91f73308bd78fcfad1fdc885a9 SHA1: 90aea777b9e20387f9ca36271ca465b94a32f034 MD5sum: c5377996a87246f9536e918f78fcc0a6 Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-21-dev-win Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 886 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libclang-rt-21-dev-win_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 149300 SHA256: f405225d7d808d0e8b2d43a08a87bc15f9c531de813e12f1b23a6de64afa9f9c SHA1: 036e0802cffb52071fc38f1825be76b837d0b28e MD5sum: 776a90a489a33a9a1b2d0d7d690b264b Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 36906 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm21, libstdc++6 (>= 11) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-21/libclang1-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 8367296 SHA256: 346ac5023cef5facd2454ca47f17d9abc4f482a75f80c1910cf89aa80a26aecf SHA1: e44a930010c4c500e77ab627e705f5126e171eaa MD5sum: a2a70ba20050d86fcc38f41ba0cf4722 Description: C interface to the Clang library 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 library. . 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-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 66973 Depends: libclc-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libclang-common-21-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-21/libclc-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 9193706 SHA256: f9e55525e06abdb910dfe6be982d25f064c14493134f50c1addf183e10878e4a SHA1: 254196de0b2e6b15e5e3af4cd53cb840bd9343b6 MD5sum: 4ac1085d6dedb0855106d66437b9075f 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-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 37 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-21/libclc-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 20890 SHA256: 215ea1d1dabe70bc285c8c84624fb2eff01aa023c1654d2d3cace75fd77a116e SHA1: 2afb8a17df4a21500d8096ac00338e49a47d7c3d MD5sum: 4359f087871fd92753aabfe81a7f4930 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: libfuzzer-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 904 Depends: clang-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libfuzzer-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 189128 SHA256: f967f2379e07ae1ba62e2326f57e9cc94af53a2daa49f078fd7615b27c13ff3a SHA1: 9affae4c4bf5357e9f5703212fb2167dfec0a313 MD5sum: 2071a3c24620774675c8a57880fa1686 Description: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: liblld-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 15368 Depends: libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-21/liblld-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1972432 SHA256: 01b86c408d9908921ccf647e0a8d606992e0624612b00cbe01f79982261df2ad SHA1: 4abe8d8335234bb047f133cba4fcfd7362101386 MD5sum: 77dc834e9a112be228ea438c615c46c6 Description: LLVM-based linker, library 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 package contains the LLD runtime library. Package: liblld-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 105 Depends: lld-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), liblld-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libzstd-dev, zlib1g-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/liblld-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 35620 SHA256: 1ea86440e260f46bb84341da10ace5bffc0836b9675f715cc71e0925f55d1867 SHA1: aace7866c9adda6af0ca89b11bbe227420a280fd MD5sum: f8eb50b564a91d1ac0abe5907b6732b6 Description: LLVM-based linker, header files 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 package provides the header files to build extension over lld. Package: liblldb-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20902 Depends: libc6 (>= 2.43), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libcurl4t64 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), liblzma5 (>= 5.1.1alpha+20110809), libncurses6 (>= 6), libpython3.14 (>= 3.14.1), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-21/liblldb-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 4721676 SHA256: dc2253a9c9767028b4e6cb1bb65277246a69cdc9531a3296b493e8c445253c34 SHA1: 249f618e1f70fa472cbcfe4c53e979f7bee601e9 MD5sum: 88a3b6509bab37f56c271d9d62f84f9b Description: Next generation, high-performance debugger, library 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 package contains the LLDB runtime library. Package: liblldb-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 3739 Depends: lldb-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Breaks: liblldb-21 (<< 1:21.1.7-1~) Replaces: liblldb-21 (<< 1:21.1.7-1~) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/liblldb-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 588608 SHA256: e1d0caaa69611f6a1f830c39b23c83bf547ef2862c349e705ace2d476ec971a6 SHA1: 0c07eea6a72c31e80c055e00ea7e808eff36165a MD5sum: 66221c498cea4826dd12400db5afaadc Description: Next generation, high-performance debugger, header files 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 package provides the header files to build extension over lldb. Package: libllvm-21-ocaml-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4143 Depends: libctypes-ocaml-dev-hikm7, libintegers-ocaml-dev-ciow9, libstdlib-ocaml-dev-l59h8, ocaml-5.4.0, llvm-21-dev (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Suggests: llvm-21-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-21-ocaml-dev-mkmb2, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-21/libllvm-21-ocaml-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 537652 SHA256: 6d88bb04e7f8659746cbc09cf34dac009c184b21d820deff948b096d59073855 SHA1: e517c4b28bef9f8f451c72662beff751234bcc0d MD5sum: 6c3cab28174fdf2215844a9d486ce87d Description: Modular compiler and toolchain technologies, OCaml bindings 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 provides the OCaml bindings to develop applications using llvm. Package: libllvm21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 148886 Depends: libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 12), libxml2-16 (>= 2.14.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-21/libllvm21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 31452136 SHA256: 25e247b3bf2c55b33355b0dd369e9e7f5d0542fcd9c95578e072071d17663464 SHA1: 27433489c6dd8337a9d21c652a0b9e15556bf803 MD5sum: 356d7c8aad52fd33293af29bd514d66a Description: Modular compiler and toolchain technologies, runtime library 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 package contains the LLVM runtime library. Package: libmlir-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 112502 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.0), libllvm21, libstdc++6 (>= 12) Conflicts: libmlir-x.y Replaces: libmlir-x.y Provides: libmlir-x.y Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-21/libmlir-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 17615202 SHA256: 655685f02cbfd1b33c3f5f789a5d326322a5a67b250e4f9503818312cf1c230a SHA1: 74c922faff3a11982af3ecfc3d888b1317a603a2 MD5sum: 0041dbf13a5957400c15cb2823424473 Description: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 521005 Depends: libmlir-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Conflicts: libmlir-x.y-dev Breaks: libmlir-dev Replaces: libmlir-dev, libmlir-x.y-dev Provides: libmlir-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libmlir-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 32619158 SHA256: 7670c365979aa5cb03782e9d2e45b28735578f5a011fc25bbbe379664ffc4ee9 SHA1: b41562f62391075b7b36854a4639ef34566f76b3 MD5sum: 72a9109e33f10127f91d073036d6b08c Description: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libomp-21-doc Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14937 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-21/libomp-21-doc_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 1063664 SHA256: 9374de1f10b2b10d8abf058f71de81b469121d1d32931f8db83c6c39d10ca49e SHA1: bd9f06f50241d8d4169f2670d2e3dc53cf36f6c0 MD5sum: 5ca0e601ce4a8a2724d7afc4745c9a2e 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: libpolly-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 12422 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libpolly-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1689650 SHA256: 359005f0370b5b2add9e1dc3287c2070ce7f245c59f98df14dc14b749c656182 SHA1: 5d80f8b5d7df9dfe0a332807492bed8f1401c00d MD5sum: e0bd3f465c481850b6d5479fc28f7780 Description: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libunwind-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 345 Depends: llvm-libunwind1 (>= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Conflicts: libunwind-dev, libunwind-x.y-dev Breaks: llvm-libunwind1 (<< 1:21.1.6~++20251111103412) Replaces: libunwind-dev, libunwind-x.y-dev, llvm-libunwind1 (<< 1:21.1.6~++20251111103412) Provides: libunwind-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-21/libunwind-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 62544 SHA256: 96a3c1e96aae3e37783700d050290280e8ed5ea288fcab28c05cc53a7fca565b SHA1: df5c138dbeae6ed4b9c60db6a126d48acda1c111 MD5sum: 536f7458d3fed30ef4d339dd797b65dc Description: LLVM unwinder, not compatible with glibc llvm-libunwind is the LLVM unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. Using it for packaging work inside Debian is not recommended, incompatible with glibc. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: lld-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6608 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libstdc++6 (>= 12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.2) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/lld-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1529800 SHA256: 65553641815c658000c2e43e5a375a624de76fcf1af16ab29ab3ddb7af1af0dc SHA1: d2072ef4e04ecebc0ce38daabb60323af7d05b60 MD5sum: 2a893ea05c78d8504a42bcee3d424d4b 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. Package: lldb-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4700 Depends: libc6 (>= 2.42), libclang-cpp21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.0), liblldb-21, libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), liblzma5 (>= 5.1.1alpha+20110809), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4), python3-lldb-21 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/lldb-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1163014 SHA256: 3ea078b335d203720b705210ac64a69d1fa8e98a2a32e3d476e1500de360ac97 SHA1: d1ab6a70fc1694bafe021a107ca875cb7d1699d3 MD5sum: 1e3ca53e9ac2a39b214889e0daf6253b 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. Package: llvm-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 95711 Depends: llvm-21-runtime (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), llvm-21-linker-tools (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm21, libpfm4, libstdc++6 (>= 12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Recommends: llvm-21-dev Suggests: llvm-21-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/llvm-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 20454718 SHA256: 014e440568bd15d0f4743f89569ab706bcf1fcbfb0c460b5b4f294475919d110 SHA1: 6ba24c7f06b56abfe148785f5e5f23b627db064a MD5sum: 3a635736399dbe4b0fcc872e2ba1a8eb Description: Modular compiler and toolchain technologies 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). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-21-dev Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 378841 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libstdc++6 (>= 4.1.1), libffi-dev, llvm-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libncurses-dev, llvm-21-tools (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libclang-cpp21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), libxml2-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/llvm-21-dev_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 50750436 SHA256: 95ed1a5f97a9b246cd43b5cd5bcbf13082c9ca3ff656a35fbb9bf08113ec9e8d SHA1: 66d455e0d9381523a4edeffb3ad11e09162178c3 MD5sum: 5934a45374cc80635450e52425afc872 Description: Modular compiler and toolchain technologies, libraries and headers 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 provides the libraries and headers to develop applications using llvm. Package: llvm-21-doc Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 59628 Depends: libjs-jquery, libjs-underscore Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-21/llvm-21-doc_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 10031226 SHA256: 6da1f7be104e7d7f40b8b2018a707ad7ffd5a953f9f6340085b1ee5954649139 SHA1: 0836c14e19650a08de450fe0bc74ec20b5ff8be2 MD5sum: a7f2fc80982c5706f289c8921a5b2491 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-21-examples Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 447 Depends: llvm-21-dev (>= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9), llvm-21-dev (<< 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-21/llvm-21-examples_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_all.deb Size: 259014 SHA256: 482b0121f207d98314419e53c9bc703b9dcd43b68604c76a5d26c5fd495ec2b1 SHA1: ca4f5d8651a1727c484add2446992a31ceca955f MD5sum: d6dc4f3fc250ce3fcd95f7ffd31427f8 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-21-linker-tools Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4579 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm21, libstdc++6 (>= 11) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/llvm-21-linker-tools_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 1264816 SHA256: 94d2147b4aa3a100f9364d9f10cabd99ccc5573579d4bc5bbfc4886a510d2fc9 SHA1: e205de5ec90ecb480b4a5767ba73df5e86aee0c2 MD5sum: 5889c8ab9123e842d441f897e0c8ee63 Description: Modular compiler and toolchain technologies - Plugins 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 package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-21-runtime Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1956 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libllvm21, libstdc++6 (>= 12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Recommends: binfmt-support | systemd Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/llvm-21-runtime_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 589086 SHA256: 944cb2f0420eaf26cdb2fe0484cc206166d5d0dd5d2d15e0be4d8ff71cee4323 SHA1: 8c8b7b4c58520252e181d2fa5d69af22adad3260 MD5sum: a494a257114d3ce14182a04bd3487527 Description: Modular compiler and toolchain technologies, IR interpreter 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 provides the minimal required to execute programs in LLVM format. Package: llvm-21-tools Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2407 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm21, libstdc++6 (>= 11), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3:any, python3-pygments, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/llvm-21-tools_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 499884 SHA256: 149322aa4d4084945b9d4478d19594cc23673f7a97245a819264f6d7c8debc4f SHA1: 60ae513f2ca7abc0fc8dc03e5ce836ddfedf2b72 MD5sum: 2591c10486b843073f297b3b86c630c2 Description: Modular compiler and toolchain technologies, tools 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 provides tools for testing. Package: mlir-21-tools Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 223216 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3), libllvm21, libmlir-21 (>= 1:21.1.8~++20260528104042+2078da43e25a), libstdc++6 (>= 12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-21/mlir-21-tools_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 34197050 SHA256: a53822bb962b9dd508b0f9176c2bafd26370592bcad5bd037c6048b13d12fbda SHA1: ac0ddb359bff96a57d9e370654daea12edddc259 MD5sum: 1b29b33619afaf246824c1639676a961 Description: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: python3-clang-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 175 Depends: python3:any, libclang-21-dev Conflicts: python-clang-x.y Replaces: python-clang-x.y Provides: python-clang-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-21/python3-clang-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 49766 SHA256: ac6e2da13302510036c55ae7708cf021c58d2be6923032c4c624d7e1a618a26d SHA1: 3f562755e16467398e03bf60059321dbb4d78383 MD5sum: 4b6bbe06c76829be6fa8971e9fedf69e Description: Clang Python Bindings 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 binding package provides access to the Clang compiler and libraries. Package: python3-lldb-21 Source: llvm-toolchain-21 Version: 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 997 Depends: python3 (<< 3.15), python3 (>= 3.14~), python3:any, liblldb-21 (= 1:21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9) Conflicts: python3-lldb-x.y Replaces: python3-lldb-x.y Provides: python3-lldb-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-21/python3-lldb-21_21.1.8~++20260528104042+2078da43e25a-1~exp1~20260528224128.9_s390x.deb Size: 156116 SHA256: 24568a8b71ec47a78e05caf89dce0053e61101f6e09f075d84eddf156b887422 SHA1: 2cc4b96513c58baa6b4ead3cd61dbcfd73cb6612 MD5sum: 361f134f7d94764e78bcb8e3f2034d28 Description: Next generation, high-performance debugger, python3 lib 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 binding package provides access to lldb.