Package: clang-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 551 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libstdc++6 (>= 11), libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang-common-22-dev (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), llvm-22-linker-tools (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libclang1-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 150212 SHA256: c9d31d565361a0fe3bcb67eb7e4de5edb6a3fa9e6d7dd45ba830dc849f84308a SHA1: 0ad3d8c087a530906f762f076828bafa7945844a MD5sum: 9a67c6fa5887a12108f3ca8af0ef51fc 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 13404 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 4044362 SHA256: 2813da538ab288a164285caa945e5a5f689b582dbdf6858a6dccd0d5d2748a5e SHA1: ffb06b08b25ebf417c35e08989a16105a93edcdd MD5sum: eaf645c0c85e02a9dbcffbf8d8deefdb 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 64 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 31836 SHA256: 106cb61c8926cb69b8c3392d51e02f75d914029bfeba37c37a3a875f6b206dcc SHA1: de0bae24d63513707ec00e4dc00b65f45c856e70 MD5sum: f33fb914958f4957a3a201c147add18a 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 223 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 74178 SHA256: 2a49c39ee5132126ef555c219d53699a6127d873f8b6553d0078c614045de0d8 SHA1: 0508687da46abccdb230bd0c6092ef6a5b3b2c1f MD5sum: 4e76c75f9a8dda2671eb799ad8c5e42b 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14054 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libstdc++6 (>= 11), python3, libclang-common-22-dev (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 2161354 SHA256: afaa7869a1968b512ba9009e826c798ef7e5623e580c8899e9774b57b56cef18 SHA1: 6c27ef686ab955f62ddc12c5d110e0be77957e5d MD5sum: 55eb88e1c9854b9e72ce80bc95f7cf98 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 45616 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 10049674 SHA256: 0e96e696d6e85f691266bb6e1b243437d28462506676777f9f2909e2a8d2580a SHA1: f1dae2ddeb15d4e9a5a1e4f159f15db123e468f2 MD5sum: e5650f6c83fb65ba52680a75c1c900c4 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20454 Depends: libabsl20260107 (>= 20260107.0-0~), libc6 (>= 2.38), libcares2 (>= 1.7.0), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), libgcc-s1 (>= 3.0), libgrpc++1.51t64 (>= 1.51.1), libgrpc29t64 (>= 1.51.1), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clangd-22_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 3756248 SHA256: cf5a0ce4e91b3266f56526a7bb4ceedfbbbf0e5e6e305fc7a5a1274c91f26f45 SHA1: 6a471092ec126c8a120ab2977358082a6ded90ec MD5sum: 41a7b0cb94b72c87025fe172dbb57f66 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17406 Depends: libc++1 (>= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libc++abi-22-dev (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 1588582 SHA256: 13d8f207556413f2df633768fbb9ab250ef38c2862bcd76a8f1f19db69227837 SHA1: 4dc262e046ee80340354f9c0e4f94e63fdb3c5b1 MD5sum: af68553026ff407abb3e68f7cc1c2a05 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16374 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 1818200 SHA256: fbcfb5f877b6f06ab0be3a3480f50cc8aa3cd486019a5d7d055772e03c5424da SHA1: 4da175f1e09eda72aff1c1f3b0685a47be17d2b6 MD5sum: f6052f9f3f446e8b36a554e2bd7975ec 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1423 Depends: libc++abi1 (>= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 368626 SHA256: 381bc5ab099ec5a61620becc81582caad88134b6241dd4c6b0ba3c2e7f26f745 SHA1: b59ea7034bc795a15afc19bbefffdd483766e5ef MD5sum: 3b50ce0b910444dca895fbf68bce501d 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 725 Depends: libc++abi1 (>= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 117864 SHA256: 6943f30290445bce04ec1106164fc171cd62329f8881cae199c7adf5c1a2878e SHA1: 7487ac9ca855bce7683cf1803f5998b0ed0eb2f0 MD5sum: aa4733f6d781daa9a1519aeeb133db62 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 726 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 209010 SHA256: 4d4da9ee427daed18c0a267671d77d3a535dd255464e14592ec3daaaca69701e SHA1: d65b7a1442186798bb6a79a693c90afcbc99f6b4 MD5sum: d7811bcf15c3711d02f986db6647d670 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 320 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 89878 SHA256: 08d668a8a545a500644c283ab613c1634d39dbae894d13d300d129a448840c86 SHA1: ff2af0790f6fea7aab3507d4ad1eaab6c52e58ba MD5sum: 8006d55d42a10a18a366a2b9581405b9 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 323053 Depends: libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang1-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libclang-common-22-dev (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-22-dev_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 31739638 SHA256: 1757a5c00550f9a6b6b927983f169e1b02ddb58eff3f2ca45d58e9c6cbcbd1ec SHA1: be720ae189dae2f1d9751c827868d668d0092194 MD5sum: da4f1de7fd782bd192ad6e5afb76ada4 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14687 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 770892 SHA256: 63cb3afbbb4719fb728e38eed68f9146145a41bbb3bbeeacad6fa5cf0252a00d SHA1: 4590443bfebd3e33ef0d9616331e5f8393686f44 MD5sum: 5c23f3a9ba0bee471cf2d52642b3153c 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 70321 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 14636988 SHA256: 08a66cafabb0608b47e7eb3291097315a74f9f65feb5b65cfd3efb303b37ded4 SHA1: 25bf9e0e66b8130d26f895972a96181cb9ddede9 MD5sum: 39fed0834713c5348afbe69bb073696f 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 39 Depends: libstdc++-15-dev, libgcc-15-dev, libclang-cpp22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22-dev_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 23110 SHA256: c9ac22bd4e167a163187910f8ae79d0adc914366d5bcbe7f93d28e802061e5f7 SHA1: 40f515e57d9b1e9d72a2479aac4ad5ece719bcbc MD5sum: 68fa967aecd1ca6091003f2a9628da9d 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 22342 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 1797044 SHA256: 32a252731920c12fa9b9a4940b54bcf4422c24d322f3e42e00ac98734222a921 SHA1: e403bde13791f511efc42d61e748f1f35156cf01 MD5sum: df50928ff5a1225ce028e52dcfcabbae 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 283 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 67086 SHA256: bd3dead2c0a8220b910d7cc3889e91b0a2eac271927f1815bde6df6ee7c35ffe SHA1: fb9dc16fbc888a8097b77a4150a3d5fab4aabd4f MD5sum: 998a1e2959a88d896bf91893091b74c7 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 290 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 67400 SHA256: 95b42fa0a3722522da576fe8cb65871d7f6c3c1fd68c16be30584f1bceae1ed8 SHA1: 11dd9721e13b4a767c9d1df360534fb4263cdc7c MD5sum: b20bcc89de7f9e0b3e71ddea5e96876a 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1447 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 238084 SHA256: 1254331c59184035480ce3a2b3d6f79a856226613700f38619b7b1d372dbc2ef SHA1: 8b8a589ae914eaff99a3156b741ad8be91e3e42e MD5sum: 9eb72c3f5cb08efe045b86f0b45c8c97 Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 38959 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 8732392 SHA256: 9c80e1060da3e1c45bf2dbdb19d1cd3b05bf4c89ac3e2d81a02fa0d4bf64ed5b SHA1: 7628667aff84578cb0a41bf922ae9b929a681270 MD5sum: d1dc0dd5caece866f6947ead9debe362 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 52454 Depends: libclc-22-dev (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 8147452 SHA256: 2ebcbdce6d7bd02f2fdacb1148b9503ca4804b26d4cbe011b04e0d8b24d462f2 SHA1: 4b0208d6897791c3171da0d8685df2e5bb289ada MD5sum: 9df41e8242a1af735dee909224fa4a2a 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 39 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 23388 SHA256: 6c634bc5e73bb73a80b8671587df71a63dd35f0bddc46e125d8d1b36c4fa7e9f SHA1: d15ba8dc4a4426b62ecb392b245bdb3b7e65340c MD5sum: 242c932c4a78977095406084b08a4c7d 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 896 Depends: clang-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 192206 SHA256: 788016fcad454a3ed230d8377788c1ff8f5367ad81c58983b4831b735b121703 SHA1: 80616c01a3931c360696e07e93103c5f1e899a54 MD5sum: 6685cf16b0c9424fd3a25e3ee23addf7 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 15829 Depends: libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/liblld-22_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 2008488 SHA256: 7c7d94abe936d97c282ab5429fb441b16b26ab537134ba16e8470299bbcea276 SHA1: 4f7b513d01fd31ec9fdafa476367bb440bb0129d MD5sum: cdc5c47536e40e994838bbffcc75ca28 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 107 Depends: lld-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), liblld-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 38002 SHA256: 4190c874aa60ef045bdb0403123c7e138a07793729aa4292f2a5634154f7e0ac SHA1: 4a899c7210f0eb5f91138fa61e91b72b8dae942b MD5sum: 5ca2b72dceaf0af015b24ce20c1fd81f 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 21908 Depends: libc6 (>= 2.43), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), libcurl4t64 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 4928094 SHA256: f7236f5d821290523989506eda384d4faa2666690ecfe5268b19002104127a7f SHA1: 6183743a2a8fcc2417f6262c1e2058780116e5ce MD5sum: 3da4dc5a09b2296f34a545c481669fc7 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 3891 Depends: lldb-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 616282 SHA256: d3be7e469a0819a79e191d93ff8447cca850685e6466b1cf84a38e6a484f796d SHA1: 04242935a1a1743d9fabd954f237cb78c4bcfb61 MD5sum: 386971ad8f6f494cde1e1451e0845b15 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2890 Depends: libctypes-ocaml-dev-hikm7, libintegers-ocaml-dev-ciow9, libstdlib-ocaml-dev-l59h8, ocaml-5.4.0, llvm-22-dev (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 494676 SHA256: be0c8c8f547c6d191b1dfca1b8f28c0bd5cac9d38a62b55833992fe082e665a6 SHA1: 3615de854762a8cb2197f1552ad9cbef907f69a1 MD5sum: 1748fc7f0d434c8b89ef8565ffd72f96 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 160298 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 32912792 SHA256: a5d6d4d2b666cb7126f0c0653afa2c973c8ea90e4d608fa69774761d7a038617 SHA1: fbbb6faeab6d2288da08fbd4686a1e3e08f1f695 MD5sum: 99f5e71317f24e5f87466f7b0fb1554b 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 126104 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 19597448 SHA256: 3b4b2db49e6e47004bf1c4b31f9122e1c17c604e3d833a2c7011f87f136c0cab SHA1: e5030c49395f84c662656513c2a147b425521187 MD5sum: e8702140cbd164ca04d1955bd3193d09 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 577284 Depends: libmlir-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 35226942 SHA256: b08556e1ba732b253405df6f39203b2f5eccfd73f8a29cb50905c73ba1aaf51d SHA1: 6a3694f53365d62c639884f84351027c7adf6b9a MD5sum: 0daac4e245290249a71e0470a9e14fb4 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14914 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 1062498 SHA256: 77f189f2b0a1df7b522626d371737727a30a6558ab78a3578b263f02c6f06ff8 SHA1: 0400b4d4fd9e5a20808fd4c4feead1292c27d24a MD5sum: bbd4fcd914ae5aa0c50461ac68ae5aa9 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 11198 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libpolly-22-dev_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 1597906 SHA256: 7fb7f05d5db6fd5a43db7a82aa6ef7678e1dfabc6501f6076d906f7ba5084c3e SHA1: cfa2805289126a74fe803a0f247f6b98f1259ebf MD5sum: d03c0df18292fb5042a524e206d8825f 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 364 Depends: llvm-libunwind1 (>= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 66432 SHA256: d536d7d5590e6f9658d9f773d47f9f517bb28829591b4144970c63b4b88092a9 SHA1: 27b7bb20f1b092af72298904ea0134190bc769b2 MD5sum: f6d95f0a2cb1e9c64b0f4bb2c35e38b1 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6869 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 1561092 SHA256: 1eb69b8bb460509dd0a6616f3aa27d209e4742b823d73c59bfcb220885bf3091 SHA1: 57862e31553d7de0f46103236ed648f08177c665 MD5sum: 1134fb98020a953821546a28c541dc39 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6559 Depends: libc6 (>= 2.42), libclang-cpp22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-22, libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 1641788 SHA256: 8c8e950d1138d5825645939dc796b75cfac9a1ef3bccce5c52021e0e73c88433 SHA1: 3bd1467699f474f34f64afcea734db50f97e7c0c MD5sum: 8f5499474ea323ffab603839769767d1 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 99816 Depends: llvm-22-runtime (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), llvm-22-linker-tools (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 21251184 SHA256: 5deaf56b35d9e556d87639a3e1d4f9aa3a465e9f0fcaf6adf98db91b9047b0e4 SHA1: 80c94ac064078f436c0b368f1ed07886d5031c74 MD5sum: adb58ffc1dff18f22e74b3fb9551a595 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 396710 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libstdc++6 (>= 4.1.1), libffi-dev, llvm-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libncurses-dev, llvm-22-tools (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), libclang-cpp22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 52693846 SHA256: 0fbf80e14170f54f364fbb7a69c3f55a7534777feceb14a2181f578f31658e26 SHA1: 2ed2cde190dbae9b1ef3bd0602e9b97964ac4bad MD5sum: ca484f55c1a9ddcf2b80726dbce41d53 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 62916 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 8991380 SHA256: 8df0aa93cd253469023e303ffc3cd955697f908fae0136c3c44ab652ebb5e226 SHA1: d3a3bc04869b95c98fe304897b9a5eaad2e7d13a MD5sum: b2cabb8feb532d02a23e08b235118a35 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 455 Depends: llvm-22-dev (>= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17), llvm-22-dev (<< 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-examples_22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_all.deb Size: 263612 SHA256: 47ba54504829c9838a39d8fc2bce971f47f822b19965f17f8b3943e09b84fca9 SHA1: a6fc340e884835fa65a28c93a517248e1edc5750 MD5sum: dfc6c77e2cac2fbe0b48fac1b3e9b1f3 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4318 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 1220778 SHA256: 8a09da0627bdb1b67c89b5a3e5d6f88c77aac8cc8ef4c791c20ee591516bee86 SHA1: d30413a4b985841500a9cdf25d8e43a0d7775d6f MD5sum: d53b9a96b1be02e31ede7ebdb0d3cd13 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2067 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 627546 SHA256: e7bf51e29fc6a6b2b2119855ec81fd1e088460ce760e6940fab2cd0cfc90fa85 SHA1: 09d589b731404b81cdae147b5e6c5f72b0ba8d7b MD5sum: 919f9be064b103e89ef8be8d2ced2152 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2460 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 503748 SHA256: 1dc2a7146fe009965123b7e1236175e13d0ca9a4a5bacfd73e258f91746c3524 SHA1: 211cf85777012e58fa19d17d331ad16332432534 MD5sum: 10e07a603f743566ac738de190d09b8a 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 100 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 44096 SHA256: 46a503b8e68a4c3850be31cd0c212a6cbae1a6d25c3910a0f86f524b20844a5a SHA1: c3221f747ef4d15b4c4cd19c90218bc6328c0658 MD5sum: b16b1c7936773a01f6c1ec1d3cde8fe3 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 198715 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3), libllvm22, libmlir-22 (>= 1:22.1.8~++20260714015917+ca7933e47d3a), 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 31026290 SHA256: 8313eccb7037777d299914017aac1aee6bb9e5839629160f8161f1a57189b481 SHA1: ba4843452bf2125c5cbb3071e09b2a4703826b41 MD5sum: 2f45a941ae67219f5ba326f6ece0b4aa 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 180 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 52814 SHA256: b8f1a157c191d9249800ff1088bbc62d247aecdac1c5cc075c2aadd521b92067 SHA1: 46a4c7e88cdccf9aff37191a07892f7da409915c MD5sum: f6cfcc9c31787a81269d7ee4a016ec2d 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1026 Depends: python3 (<< 3.15), python3 (>= 3.14~), python3:any, liblldb-22 (= 1:22.1.8~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17) 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~++20260714015917+ca7933e47d3a-1~exp1~20260714135927.17_s390x.deb Size: 163578 SHA256: 6749baa441f7032f4f3efe22d5b20f814dcbda6062dca55a8b4972b269a8944c SHA1: f0a22ab93e39c407f3f62f397556625d0c7ccfc6 MD5sum: 95f48d790b2563bcc6178b79700e6dc9 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.