Package: clang-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 550 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libstdc++6 (>= 11), libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang-common-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), llvm-22-linker-tools (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libclang1-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libc6-dev, binutils Recommends: llvm-22-dev, python3, clang-tools-22 Suggests: clang-22-doc, wasi-libc Breaks: clang-tools-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Replaces: clang-tools-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Provides: c++-compiler, c-compiler, objc++-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 149166 SHA256: 2b90ee3f8c70bfb4cf8e3ebc0c670494fe79999132d8f6ccce77c1c6fd99e4dc SHA1: ea02266102fdc301fdbdf3d875d1dfa44028a1ae MD5sum: d0c34dc15416299a2543ccbd004dfd2d 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-22-doc Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 13403 Depends: libjs-mathjax Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/clang-22-doc_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 4043986 SHA256: 7cf23dadfb44d4d55f3251cfc44da4c5d2d25496f170dd6851a96572fa020068 SHA1: 247a85df5281cbc0a3c9c8526e087f8deecb49ef MD5sum: 8822049d8d8f280dec0dea4798c8cbbd 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-22-examples Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 63 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/clang-22-examples_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 30832 SHA256: 79f03cd626fe9b3fa725c793e3108a5f5c6f6a1aeae6c65e4311a2f079fb086c SHA1: 4db805009e30e31240fc2419504bb26140f65bab MD5sum: eea04ca554264067d3404022eddc9fd2 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 222 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libstdc++6 (>= 11), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-format-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 73108 SHA256: 6519478dedda9fb6f53f995a6167c3fc9fc6d8365e953c9b3a236d23977787c1 SHA1: 5cc6e4ad1d42fc0e7c41bd72109386d62680ad23 MD5sum: 50a50d9bbc61ee1aab6a2361f05ab44f 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14053 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libstdc++6 (>= 11), python3, libclang-common-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), clang-tools-22, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-tidy-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 2160348 SHA256: 3e7c014c27c92d52fb0ca5959e158b8948f96612bcc6c293ade5c1e10740f82d SHA1: d200eb7cde4b7e94e3d3c3178771be9b2c800011 MD5sum: 9411ec65af4202291b6e75cc3e9e7cf0 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 45615 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libclang1-22 (>= 1:21.1.4), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), python3:any Breaks: clang-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Replaces: clang-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-tools-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 10048264 SHA256: 78728abc4ff6a687d962a1439e37f96a27001b6fda5b4f49fbccb28cb1ff5a38 SHA1: c879def9be1038507bd80d842f7dffec37c53f17 MD5sum: dc83bc2fb42458b03faa231e3aaed6a7 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20453 Depends: libabsl20260107 (>= 20260107.0-0~), libc6 (>= 2.38), libcares2 (>= 1.7.0), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libgcc-s1 (>= 3.0), libgrpc++1.51t64 (>= 1.51.1), libgrpc29t64 (>= 1.51.1), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libprotobuf32t64 (>= 3.21.12), libre2-11-absl20260107, libssl3t64 (>= 3.0.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4), libclang-common-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clangd-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 3755206 SHA256: 0becdc276e6930348a0550bbf204e1b0e54ffb507d73ff5da27626a0a6199d9d SHA1: dd7e8388536d2eff5a79ff35eec70044fc5b7a70 MD5sum: b892fcfefcb608076fbe4fcff9054f0d 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++-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17405 Depends: libc++1 (>= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libc++abi-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Conflicts: libc++-x.y-dev Breaks: libc++1 (<< 1:22~++20251113081817) Replaces: libc++-x.y-dev, libc++1 (<< 1:22~++20251113081817) Provides: libc++-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libc++-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 1588974 SHA256: f261320e6d4d7c3dafea9eccf038c9666da46ad12ab56bd89942e8276d753de6 SHA1: 2c2c367644a263349940041b23f459a3b1c4a43e MD5sum: 5dd60f78ca4b9ad0de5fd8cfe0ec58e8 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++-22-dev-wasm32 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16373 Depends: wasi-libc, libc++abi-22-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-22/libc++-22-dev-wasm32_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 1818102 SHA256: d9ce061d88348be4effe7fe12fc90b6bbbc110f635db1cca801347b1082583c6 SHA1: 1851c10f5225c826e2248c6a78677a8c46311573 MD5sum: 3e94a2e914b8cddfe99ee4ccda1333fe 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-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1422 Depends: libc++abi1 (>= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libc6 (>= 2.38), libgcc-s1 (>= 3.0) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1-14, libc++1-19, libc++1-21, libc++abi1-14, libc++abi1-19 Replaces: libc++-x.y, libc++1-21 Provides: libc++-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libc++1_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 367562 SHA256: 6036f8c407acdc7255395a6da2f9efae84e6899caafefe4b3627f9e5f6b09a55 SHA1: bf80122f8ca44152da8097122bbdba6becf88ad2 MD5sum: e3caed36746dff0d4606bcb96275889b 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. Package: libc++abi-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 724 Depends: libc++abi1 (>= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44), libc++abi1 (<< 1:22~++20251113081817) Replaces: libc++abi-x.y-dev, libc++abi1 (<< 1:22~++20251113081817) Provides: libc++abi-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libc++abi-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 116816 SHA256: 58220467366d7df50f3a80f13d4af109fb5183018a0479d5b22cc73fc0f06367 SHA1: c03bbe6fd8b3eb6f6e1ad0f850c219a6702261c2 MD5sum: 49b0feb398cc769a8c76a3f2f3068b4c 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-22-dev-wasm32 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 725 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-22/libc++abi-22-dev-wasm32_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 207930 SHA256: ff680c4cf60be58ee3847b8a48ed68f5c2f51391dafeaab8047e0c1d7a90192a SHA1: 36ff8b7aef94026a95a5061b36d9b9800bd72fbf MD5sum: b95bc5c12752e2a70b7da24ecead34e3 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-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 319 Depends: libc6 (>= 2.18), libgcc-s1 (>= 3.0) Conflicts: libc++abi-x.y Breaks: libc++abi1-14, libc++abi1-19, libc++abi1-21 Replaces: libc++abi-x.y, libc++abi1-21 Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libc++abi1_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 88804 SHA256: 723708cd7fbe7a3c3383adbf2b1225518bb1609d5f514acca14a3956dd76c869 SHA1: e7d17132dc8398b2a57531ab5df69d52a9a7f5e5 MD5sum: 41b0b0009faefbcf7f5e263493546ebc 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++ Package: libclang-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 323052 Depends: libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang1-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libclang-common-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 31739584 SHA256: 5586d7ad34d66d02b03fc93bb31f6497215f563322d9fd98a0c537d8c8a8d7cb SHA1: 158882eb57c5f7db93daff964e2d8f908b0ec857 MD5sum: 270d683e2b64be596ff9cfa4dc6cd6a4 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-22. Package: libclang-common-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14686 Recommends: libclang-rt-22-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-common-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 770750 SHA256: d53717f2ce3574e945bda8f7f599d1dadabbb136d6ea1f7524cd6edcc47d209d SHA1: f72ac2a85ac5be1bc52ab0032973c3af9f15a1d8 MD5sum: c959f3e4f0b14798137d7d55c0bbaa05 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-cpp22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 70320 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 14635238 SHA256: 855470d1b3d2066816ce952e69795a1db7f12b8c988f9b731fa25d1e55801fc0 SHA1: 3c3c71172724ddeb21ce80c601726cc0d5d348b7 MD5sum: c6ffb0ac4f6fba42ca91f073b16a6de8 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-cpp22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 38 Depends: libstdc++-15-dev, libgcc-15-dev, libclang-cpp22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 22022 SHA256: e4ed1dbbbad880999c8f098a21c26f6efcaf000e863c06d6b3132f349246f680 SHA1: e8dddce57a9d8b56f366209c3c76ea10051485ac MD5sum: 541a3c053c5a74225db20689e6bc94dd 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 needed by linker at build time. Package: libclang-rt-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 23710 Depends: libc6 (>= 2.38), libstdc++6 (>= 4.1.1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 2003032 SHA256: d5cb994899db028d287aedb980def6d540b3c0eab17014d16cf075c19ae6ef26 SHA1: f59ad59cc5aced98aa4e45d52dd04adf20a1bc85 MD5sum: e9688bfdc48de0bc5543f470bfba6794 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-22-dev-wasm32 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 282 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev-wasm32_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 66004 SHA256: da26b3e6b34d9dacda1642cee8059e8500c2bf7a22e584b213379a473b00449b SHA1: ed7b3aaca3b68690e44c0f9c4b84e3f013f35487 MD5sum: e53bcdc81200e56873387f174f47107e Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-22-dev-wasm64 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 289 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev-wasm64_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 66332 SHA256: fdab8ce45cc3c6ab67729248d52fa5051ae3d56ea7716dd2475647d860023330 SHA1: aa45fab9edccc52861c828aacef92a8bebd02cb6 MD5sum: 0208ee46856d5fe8acc688aded1a3bf8 Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-22-dev-win Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1446 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev-win_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 237130 SHA256: be27896b32778c5a10c3d56aa26be47ef7afb4efe1acf5a98b2a20dc3e6c4455 SHA1: 9ff867629dc7c0f77406ef3b831bf8ed4867c591 MD5sum: aece5fb8914d684dcd5ae0c287bf6557 Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 38958 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22, libstdc++6 (>= 11) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang1-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 8734098 SHA256: 92bc1d51275393836f3e989d0c6292fb02769862d8c57c4998baa06c9bfb6bcd SHA1: c42173252c7b0f703df40f3e0d7bf2718f8c2264 MD5sum: 337e635240f756051362b0a2f7413527 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 52453 Depends: libclc-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libclang-common-22-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-22/libclc-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 8146400 SHA256: 671f545d51d0aa2d8ea3a6bec03d1f02bcc88e0e49525cffe80f194f9ecb3ec5 SHA1: 266bfa1f8c94b1246ed4ae7573ca89a5869f6edb MD5sum: 5d1ee18dd748e0de2e55b34cbe763fea 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38 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-22/libclc-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 22302 SHA256: 316bd5140580e74b7c5daab3987e67e16ae84fcd392294c0e9229ff58a377473 SHA1: 5b8420f758bdc1f62b1c57d51a92886938629a34 MD5sum: aa2b2ae07cb38cac20c58a9b78606eff 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 895 Depends: clang-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 191050 SHA256: 85e7416b2ea09b14ada93038526f5a0fcd42b86a7a1f53b7a0d43558abaa36a5 SHA1: 0330891a94f6a43ed93690bc5bd97c1d1d0d04ea MD5sum: d687ffda59ecfe7be9a4a910f1af03e8 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 15828 Depends: libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/liblld-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 2007310 SHA256: d99e45f170dcd51c20407c560de015dc09b1ff798afca1e97bf9b883bdcfb54c SHA1: 975ee8e05f371c14b97d7553239a9c7e0c1f3845 MD5sum: 71b094e463bb6fa777d0a147d2f7f57e 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 106 Depends: lld-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), liblld-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libzstd-dev, zlib1g-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/liblld-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 37030 SHA256: 501f28f3d6025f2661e44d7296e63ce6caa8c66bff8fbb2830a972fd35583fa2 SHA1: 6edf70809035a628fd91ed4009875b2655a47e1f MD5sum: e0ed3c6195de0b34c9941c4f9eae6167 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 21903 Depends: libc6 (>= 2.43), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libcurl4t64 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), 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-22/liblldb-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 4927044 SHA256: 6de31ebdfcb2b1d1a56123f02ab6051090a051dda1505b04884cd2ba7b90f02e SHA1: ba5bb350dd19003e76196f66996de21fc1569a9b MD5sum: a888d01047d9e945be3f72afb2dc3a8d 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 3890 Depends: lldb-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Breaks: liblldb-22 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp7) Replaces: liblldb-22 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp7) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/liblldb-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 616210 SHA256: 9102c0cab1c53c05f42f73ae5f7b1b257aa8c3406163825f3a923324019aabea SHA1: c946d432a03b28ad41beabf2bc6d0f48e5018ad5 MD5sum: 82eac8938297bdcd955c9f5afdc5f373 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-22-ocaml-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2889 Depends: libctypes-ocaml-dev-hikm7, libintegers-ocaml-dev-ciow9, libstdlib-ocaml-dev-l59h8, ocaml-5.4.0, llvm-22-dev (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Suggests: llvm-22-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-22-ocaml-dev-nost0, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-22/libllvm-22-ocaml-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 493470 SHA256: 0470d2e4fc773c0dc3b5e4921822c600687fd015e456c578159d53cae4277c7d SHA1: 9bed4e7baf789529c741248ed8a8fd4cea2870da MD5sum: 90c5e498b8635ac8c372de1b0104d182 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: libllvm22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 160295 Depends: libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 12), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), 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-22/libllvm22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 32901982 SHA256: c2dbd4776925ade908ecfde3b9d878f1920ada57085baa25a2c658a09914fbd9 SHA1: 5e0456626a05d879c3327d542525beb1ed0d0d6a MD5sum: efa3d869d3e3332726931bd43789e3b3 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 126103 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.0), libllvm22, 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-22/libmlir-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 19670264 SHA256: 491c3113dd95b32571d024c60916ec2a93c145b04e41a4497997b5a2d701bb72 SHA1: 0200e18b1a4fdc4baa6158617f7aaff2485839e4 MD5sum: 67a5514cb742564d45ff9284fef09c7b 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 577283 Depends: libmlir-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) 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-22/libmlir-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 35228104 SHA256: 4fdbe50cb9972b7df31d392e69061c1ca15e44d0943f1926742dc36fb2492203 SHA1: 956f5cec589b78120580c929ee94a031d3b2fd17 MD5sum: 8223fa09e0c232cb6592b8708133d40a 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-22-doc Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14913 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-22/libomp-22-doc_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 1061724 SHA256: 05967735364e759c1ea93ee3b30a501f9564176bc5f47a707750ad04014cb946 SHA1: 74dadd82fdc7c123a018d011ab8728bffd7d61bf MD5sum: 1c4ad03caea03bb6f3d787d17cd5667c 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 11197 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libpolly-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 1597182 SHA256: 6a046f0412eee83c50baadd0d49afa8d6395d9f18b824cfb37a1dc5fa64b19bb SHA1: 6166f84414672fbfb1f9a09eb146526537e0fd29 MD5sum: 59eaec929cdf51e3986fa395a642e2bc 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 363 Depends: llvm-libunwind1 (>= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) Conflicts: libunwind-dev, libunwind-x.y-dev Breaks: llvm-libunwind1 (<< 1:22~++20251113081817) Replaces: libunwind-dev, libunwind-x.y-dev, llvm-libunwind1 (<< 1:22~++20251113081817) Provides: libunwind-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libunwind-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 65412 SHA256: cabf83f69a6728ce49d1369507accc5b7f4f83bb07ec754886e0a880b93d76a7 SHA1: 3c7390a8d159f824cc685287f4612c6ed7eb8c2b MD5sum: 11a10117fda110216212019f1aff5df1 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6868 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), 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-22/lld-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 1560034 SHA256: a5634037b97c39aefab904d940d11b3303a0e630779ec016f1d4d30d67d9d2fe SHA1: 7611b348313b006013445d2b5dc3e01a45d3ab27 MD5sum: 4ed6236e71a8551ca7f7fae7557766b8 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6558 Depends: libc6 (>= 2.42), libclang-cpp22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-22, libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), liblzma5 (>= 5.1.1alpha+20110809), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3-lldb-22 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/lldb-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 1640716 SHA256: 3b878c5e6ede40b9c025e814c0d7560db04f2fffebcd2312bf7cf3cdfb32afe8 SHA1: 069ed84bfbf9c40dc7ce330060eb9212190ea347 MD5sum: 2648216203716e20628ad98ec3f46de6 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 99815 Depends: llvm-22-runtime (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), llvm-22-linker-tools (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm22, libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Recommends: llvm-22-dev Suggests: llvm-22-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 21249854 SHA256: 8304926cbd1947f1b49c96dbaef295c905766bcd43d270fcaf7a52be5e6baa60 SHA1: e08f8ceb0de23ace8de5913d8dffc6355032d64b MD5sum: e41e7c1c44db2989950cd77b3c760aea 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 396707 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libstdc++6 (>= 4.1.1), libffi-dev, llvm-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libncurses-dev, llvm-22-tools (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libclang-cpp22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), libxml2-dev, libz3-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22-dev_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 52695004 SHA256: 55681c4cd01d1da611ca71108bc7cce9ecb552e6615cda5d2c28c7a35f6f1c5b SHA1: e631c80c01cab7b9af33e3ad1b53ae79eaa3ed39 MD5sum: 2450e47410ece1663e5bfe2674cebbc9 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-22-doc Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 62915 Depends: libjs-jquery, libjs-underscore Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-doc_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 8992834 SHA256: 63639d3cb8e0a2c3b67fa35d1a1e24233159aee7853358ecae71bdf216e85975 SHA1: 94d43bbd874a2818e2b318ba0070662c17b71308 MD5sum: 72c74df72d25847a75972d5af22b72f9 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-22-examples Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 454 Depends: llvm-22-dev (>= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15), llvm-22-dev (<< 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-examples_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_all.deb Size: 262786 SHA256: 9935d2de4b5414b51d00e35660908906a43eec35cb526a7e832a6a8ce6e5cac0 SHA1: 69fda0543e5b1028c316240b7cfd52a4673877f7 MD5sum: 1fcd4a41d97972cf0dd16b67da60a418 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-22-linker-tools Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4317 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22, libstdc++6 (>= 11) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22-linker-tools_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 1219398 SHA256: 1223f058c4501209a186e3dd692d5b849353952c46a46b2563046685b23f71c9 SHA1: f13c4de533e6ea9ac38e39349910d38a68a32cf7 MD5sum: 69966e4e7821bf840a142829751f1b78 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-22-runtime Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2066 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libllvm22, libstdc++6 (>= 12), libz3-4 (>= 4.13.3), 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-22/llvm-22-runtime_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 626486 SHA256: 1bfccd5c18f669eff0b154b090dba762e2ac0934d57a649be80d68a3dcac8083 SHA1: 57f66ae3299c698dd5ac43a768f4146dfbcc2ab8 MD5sum: b213d819ff1189a576979f78ad453180 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-22-tools Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2459 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libz3-4 (>= 4.13.3), 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-22/llvm-22-tools_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 502696 SHA256: 3a3b6d6c9a0a2a5673adc078d76ebaf452c6d85970ae423018e0f4d51945b0cc SHA1: 667d53967706b05e36d7482c6625a4fed3ed3965 MD5sum: 5520139cb145bd5891aa54727562fce8 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: llvm-libunwind1 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 99 Depends: libc6 (>= 2.34) Conflicts: libunwind-x.y Breaks: libunwind-21 Replaces: libunwind-21, libunwind-x.y Provides: libunwind-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/llvm-libunwind1_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 43010 SHA256: 07e997570eeae0ddb0d642029d17c2d4cc2f108cb44cc482c747794f6b68eb63 SHA1: 50fef6f89c273cc2dffc17a20a966d4c65286984 MD5sum: 0803630aba30a9861cadc583f94382d4 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: mlir-22-tools Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 198714 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3), libllvm22, libmlir-22 (>= 1:22.1.8~++20260613092110+e80beda6e255), libstdc++6 (>= 12), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/mlir-22-tools_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 31025108 SHA256: 37ba04a415b0a0934319770df1aa1ec39ada9993f171b67ba6ccc19d4df7a66f SHA1: 839e86532b2b352374b35a26645c5e0b488eceb8 MD5sum: 8e863447e8fbf2ce67d10fc117812e0e 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 179 Depends: python3:any, libclang-22-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-22/python3-clang-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 51736 SHA256: 00f6340cfa19c51714ffa260a0c86302cf32fb4996a1bb3484a3cf17ecfc9c69 SHA1: ebf65a215d94802d21d050ad2b7ea29e199e599a MD5sum: 798335858d44bc1ed076596234d1e09e 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-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1025 Depends: python3 (<< 3.15), python3 (>= 3.14~), python3:any, liblldb-22 (= 1:22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15) 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-22/python3-lldb-22_22.1.8~++20260613092110+e80beda6e255-1~exp1~20260613092127.15_s390x.deb Size: 162572 SHA256: 39e205e32bf168dcae9e319f6d474f01847fb9bda372568afbce406441324018 SHA1: be8d0b89c12ddd9626eaea462c21602812e56dee MD5sum: 3c0c95ff821a4595eb74c8eae1332afd 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.