Package: clang-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 554 Depends: libc6 (>= 2.34), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libstdc++6 (>= 11), libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang-common-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), llvm-23-linker-tools (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libclang1-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libc6-dev, binutils Recommends: llvm-23-dev, python3, clang-tools-23 Suggests: clang-23-doc, wasi-libc Provides: c++-compiler, c-compiler, objc++-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/clang-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 150730 SHA256: 93ea43b1deff26e5af6a629af53dd29a0f4b9d2679208f69fdb6941e0848be88 SHA1: 26c7d508f38fdae8a6eaf065c4bc382417da8169 MD5sum: 38d136185acc41adf97f9153385ed6af 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-23-doc Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14655 Depends: libjs-mathjax Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-23/clang-23-doc_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 4263384 SHA256: b11ed8146b0c05bdfcc58f90a8c09ddac44f21d236a3589f82ec9a196b2f9939 SHA1: 774edc37841fe5a7aeeab6358bd8cc87bc8d80a9 MD5sum: ac371b6f2faef4ee68ec13455b0548fc Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: clang-23-examples Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 66 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-23/clang-23-examples_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 33372 SHA256: 26a6da2196f3be82504dabb4b5fd6735633741f4b0332a33defe64c7ad44f818 SHA1: 608a9b05125738738a53fafbeab7ab6bd61bdfdd MD5sum: 4a96189b9fd0a99684d8ef640fe7327c 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 224 Depends: libc6 (>= 2.34), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libstdc++6 (>= 11), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/clang-format-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 75152 SHA256: 89898e42f0d41f2e1662b19702f2ee2bddbb378f8cccef5ef70a7c583024e1ba SHA1: 674bb96667558e3604f655f6ef0ee9cdbabc1424 MD5sum: 9bba42e64cd9a7c2e94a74a9959fbf81 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14223 Depends: libc6 (>= 2.38), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libstdc++6 (>= 11), python3, libclang-common-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), clang-tools-23, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/clang-tidy-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 2272160 SHA256: 1eba35c66f5a1602c5040b4a5a9a82a49ab746cb14e043b952a69650eb7e7bb9 SHA1: d8ef6f66734417548348cc74ba78a963f51c1d93 MD5sum: 74c61aa2509415717bec2d927e3e3046 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 47436 Depends: libc6 (>= 2.38), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libclang1-23 (>= 1:21.1.4), libgcc-s1 (>= 3.3), libllvm23, libstdc++6 (>= 12), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), python3:any Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/clang-tools-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 10563934 SHA256: c084d92d7a6a93e391455203958e0f62a4fa75a354b5e854630609597202ec73 SHA1: 4e6256e0dcbba868d1fa7c43b0d8a8270d963856 MD5sum: 3a47dbad2998fcf5d2d831d222aa3be5 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20600 Depends: libabsl20260107 (>= 20260107.0-0~), libc6 (>= 2.38), libcares2 (>= 1.7.0), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libgcc-s1 (>= 3.0), libgrpc++1.51t64 (>= 1.51.1), libgrpc29t64 (>= 1.51.1), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libprotobuf32t64 (>= 3.21.12), libre2-11-absl20260107, libssl3t64 (>= 3.0.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4), libclang-common-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/clangd-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 3877198 SHA256: 240033ab0ea8d15fd8bcacf1c0b1658150a31516c77b7e25c2e3b8b87c287869 SHA1: 40c375957f4fb7a7c0077757bf73ab20d89287be MD5sum: 04d4c33bfdc5c4b6a81ae0b9eab27d2f 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++-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17715 Depends: libc++1 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libc++abi-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) 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-23/libc++-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 1644426 SHA256: e93a2b745e685cdc221a335c891bb3bbb9c598bec6954b99b4ec621d4ea34ee3 SHA1: 08f5ee82a2b3377651330106d68e803a1f59be98 MD5sum: d11e78d24c10ff06ab58d7b82701f7cd 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++-23-dev-wasm32 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16664 Depends: wasi-libc, libc++abi-23-dev-wasm32 Conflicts: libc++-x.y-dev-wasm32 Replaces: libc++-x.y-dev-wasm32 Provides: libc++-x.y-dev-wasm32 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libc++-23-dev-wasm32_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 1878626 SHA256: dd8b39ccee936cf0b39649c7196a6ea59c91bcc691043c0ff81f6b9939b5248d SHA1: b937cc865c222a8e9093d76f98e07c766c6728f5 MD5sum: 354ed9e488a52cd2a4d0c3910abd0e4c 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-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1480 Depends: libc++abi1 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), 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-23/libc++1_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 388466 SHA256: c74dcac3c727502ccd0ced4613d043b55e7d86644b2384b06b33c156ea65a1d2 SHA1: 14f26dad977e557464ce86d0fe2ebb4856734d37 MD5sum: 3f80c7e1472dab8cea0d0c63520c6724 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 731 Depends: libc++abi1 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) 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-23/libc++abi-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 120216 SHA256: 9a010e4094d2ec3bb1c7bf0640d5d67265634e640407f39e17a20b05d4449654 SHA1: e5caf525bbfd4e78fa2122351dce4fbd9b0bc21a MD5sum: 292200d810c446d7dafdcbee00c84929 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-23-dev-wasm32 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 733 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-23/libc++abi-23-dev-wasm32_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 213522 SHA256: fda37a5f333743374bb74f083de384012c6421a8d877c402bb17595c29d6f394 SHA1: 0b4ac04ece0b95ad55ffd2f90fde6f5348eaed4f MD5sum: f60c782dfb9d8ac08d06c9cb09f98fb0 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-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 323 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-23/libc++abi1_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 92086 SHA256: f42cc96ff5011844e135cb2eb2bfd185077375931a3657929c887e785809397e SHA1: 0c2818eac98f2c4b849d996e47342df4f3994e26 MD5sum: 69b4687d99c681df3cb357cc902d78b9 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 340213 Depends: libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang1-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libclang-common-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 34056922 SHA256: d809f9179cbdf81aba8ff2942b0c4b93d6c1416152c02ca4f63022fe6db6e48e SHA1: 68353774f857e52a2502f6cf705caab196562e77 MD5sum: ffff749902839746ccfc8f5ac4951e8d 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-23. Package: libclang-common-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14876 Recommends: libclang-rt-23-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-common-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 788262 SHA256: 08083ca90fa402aecce955b59a9d668d4d071783afedc8de49ea56c3867641b6 SHA1: 66e7c3a258fdf11749182665efab3d6cd7807e26 MD5sum: 8336a27f4f857887330a5cc0a466100f 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-cpp23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 72471 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-23/libclang-cpp23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 15252106 SHA256: 58e9fca99278fcbef086e7a4b14e0d2046a60b1b99558abefe7ab253d84ac42c SHA1: 460947bbdfe4a1258fb9c73e6fb8f24f9b19abcc MD5sum: 7fb5d5ce6f3804dd2cbcfe3b0f5efe10 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-cpp23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 41 Depends: libstdc++-15-dev, libgcc-15-dev, libclang-cpp23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-cpp23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 24640 SHA256: 15dd51bee1f88fd5badfd02f7b9859b26bd06cb83ac4eb977543185288042779 SHA1: 77970477b25eb45ada350142f5b6f0a3c1eb44d7 MD5sum: 0c33a5a4a45d9766540b0613fac2c321 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 27041 Depends: libc6 (>= 2.38), libstdc++6 (>= 4.1.1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-rt-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 1956620 SHA256: 7ef055098e25c11ca75348b05a4b7232521c0bf326ecc70abfa0f8e07da644c4 SHA1: 1e09cc47e5614ad87a22098257dba1ccac592eff MD5sum: cb53396462b5a0b93a080831166d6fd1 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-23-dev-wasm32 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 285 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-rt-23-dev-wasm32_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 69330 SHA256: 73e1a8538a27f1bea5c4785ca466cb194c036e3a3aa6b88df9f7752a8677b4b1 SHA1: 21af4fd418b8e4c3c056201e096e1e361a64a5c2 MD5sum: 4056789cb9764e79b097543e33250897 Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-23-dev-wasm64 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 292 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-rt-23-dev-wasm64_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 69622 SHA256: e8f51321ed0fe301098e140dcbbf998bfb4f668b573a720ccde339411895295b SHA1: 3729212ab8903982562ebc382dd31353961779c8 MD5sum: b81d6fd0442e95a4dca495342ff93fe8 Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-23-dev-win Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1419 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libclang-rt-23-dev-win_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 236410 SHA256: b42edf0c878c633373c819ba5932c1d47550abaf9c60a7638738d0749a4f24e0 SHA1: 76adf48ac530eaf6b6c3cf355dacd5ad80fd0f48 MD5sum: a5dc3f8714c89881164d81ae2eb22fcd Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 41185 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm23, libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-23/libclang1-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 9310312 SHA256: 66df268f3bb77563a1d64419443ae2c98fb3d0db53ec1a3a895be667b50b49e5 SHA1: cc20b0fcff00047543124c1757543b264ae88a1e MD5sum: b2bf4e46c5199201fec3b8f1c859f137 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 24646 Depends: libclc-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libclang-common-23-dev Conflicts: libclc-x.y Breaks: libclc-amdgcn, libclc-ptx, libclc-r600 Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y Provides: libclc-x.y Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-23/libclc-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 3369632 SHA256: 37c73a63b980b5457c2711b20f77332948d8a4e5d55dd18412d99dd123eb4437 SHA1: 1373c4eb35480a5b5c948bcc9b408b8e36586c90 MD5sum: c5452752239c917b1a0c3c4f83b4851c Description: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 34 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-23/libclc-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 24194 SHA256: 058693d1688aa6c5f6644537bdf2ae6421b010b064dc006414e3d822c9423494 SHA1: 93e4d2785d31a57620a24b4a19459cead23147ae MD5sum: 7e607d73922e574b0cac51422e12676a 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 903 Depends: clang-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libfuzzer-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 196672 SHA256: 46bef7847f2da812b380e812aca958b2b12cf230b624320549b6a15c765f8910 SHA1: fd61163a6284ac2819be4406700e712d488442d4 MD5sum: 8857472ebdd878961c55de9e8fa33fc6 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 16434 Depends: libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-23/liblld-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 2075432 SHA256: eef4e5ac04346814b9f66e61b86275c65be06d99889a1a5a472eeeb8e5ab6210 SHA1: fa3b2346167f182b444300e2364dbc415be99534 MD5sum: 725f8153f3c2bc420dc7d226f2354641 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 113 Depends: lld-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), liblld-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libzstd-dev, zlib1g-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/liblld-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 40666 SHA256: 255c4f0b4553e2dd1e30f9800149ac6dc1fda348c521e630407cb1564f3efe2d SHA1: bb8cea600c4ae668b250cca23c2fd2fe57a4f1ff MD5sum: b2c472c909f2fd33065330cc7a82719f 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 23062 Depends: libc6 (>= 2.43), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libcurl4t64 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), 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-23/liblldb-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 5226902 SHA256: d1ff6edb8c88246238bfca58d48caf0836e8375d213e2b848617a5d24490dc35 SHA1: 811c4f735525661c6f654672b21f56155c883ce7 MD5sum: 072c9517b589879c18ea7621304b4da9 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4076 Depends: lldb-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/liblldb-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 650054 SHA256: bb8e36e373d1809db738b76f6c92c41737140b147661846a7519283c82469bc2 SHA1: 30a5ec4254c33f7adca5e5c8390e41ab0f13db0c MD5sum: aff0cda970e29f195b2e49e13fb26b41 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-23-ocaml-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2893 Depends: libctypes-ocaml-dev-hikm7, libintegers-ocaml-dev-ciow9, libstdlib-ocaml-dev-l59h8, ocaml-5.4.0, llvm-23-dev (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) Suggests: llvm-23-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-23-ocaml-dev-zcge8, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-23/libllvm-23-ocaml-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 496386 SHA256: ae4ed3f51368ca0402efba8fd3fd341ec6b6b99b7a42fe01202b272a2b9d9eb3 SHA1: c5cea8345ac6eef04866dd778ee622064feed52a MD5sum: 04680e484854724bc134b8fceb9cea40 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: libllvm23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 165588 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-23/libllvm23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 34448944 SHA256: 5ecc3e68eb57696ddca016b71c2c994a06c12ea3cd15abfd4d03dcd468c01ff8 SHA1: c8ace88f52e4c384bc51995309644b54a9344509 MD5sum: 492eabb28c6ada77c8eecccfd198ca81 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 135638 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.0), libllvm23, 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-23/libmlir-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 20811090 SHA256: beb3df542c426431852aacf279ae8d3efc31e0812bb1fc7151314a17640ddcc7 SHA1: 7f2d91b5f28cebfce52b76f3d20811e5114a24e1 MD5sum: b83c8a7dfbab5a1c74ee69f79c297241 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 583915 Depends: libmlir-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) 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-23/libmlir-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 36269384 SHA256: eda4d13618d5a859dda59cf532ae8a86da637b56847dba4d38a5804deca33327 SHA1: 6827bb7b1a3138ae2922cbbaa4608ea3dbfe0fbe MD5sum: 32d3c60838d73101f55bcdafbb9a9f9a 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-23-doc Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 15081 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-23/libomp-23-doc_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 1075100 SHA256: 08d6f0a3b4e677adf9df4e361d1c550549f5602d0cc58cb68ca3dbfb110a3837 SHA1: 84fd89a59f0a73f1224bfee326b4898322a848f0 MD5sum: d03dbd4ccad268f346bdf20a9947d2ad 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 16151 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-23/libpolly-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 1781234 SHA256: f5809821fbc704325a24bcbf2ff268cc408510d6d429300b387ee71d2b87a14f SHA1: c49b05e4c04391b6708554e6b5a5c4427deba75e MD5sum: da3ebb70d770094a29686b3feeebceca 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 365 Depends: llvm-libunwind1 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) 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-23/libunwind-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 67854 SHA256: ef8ae39f4d9fde9028f26f312e4991c34d013a6c7942e1618bdc81edeaecb111 SHA1: 736337787d85f9bbc1a76db6e89a23fe130b87e0 MD5sum: 21045b654a693ef1b8a8da1e2cbaef15 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6848 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), 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-23/lld-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 1571020 SHA256: 798c6aac7cfe236135c7c4fc088255c2fc7028f210d7e8cb0b8ec5a3e31d6944 SHA1: b6374ccf0d269bb791c3113096139190f4367025 MD5sum: 7602f349f1c99d430691a28b560d9366 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6842 Depends: libc6 (>= 2.42), libclang-cpp23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-23, libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), 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-23 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/lldb-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 1744538 SHA256: 38fcd154b4680681d8ee05b73cc2ec89aad87c1c52590f8371ff0541994c9536 SHA1: 661b1da9452c4bd62782ea7e516908874a82eaca MD5sum: 719be6b1cfb2ea1fbf3f126f2d14236b 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 99741 Depends: llvm-23-runtime (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), llvm-23-linker-tools (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm23, libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Recommends: llvm-23-dev Suggests: llvm-23-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/llvm-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 21879382 SHA256: 20814353874def145a3b688629dc597249142bf5a92b69967e882a36a7f0a317 SHA1: b7ad54b42507d1c36d0d328b90b8c1714b2e8723 MD5sum: 43efd24d1b0aafbd7d44a78a46e8ad1b 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-23-dev Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 425213 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libstdc++6 (>= 4.1.1), libffi-dev, llvm-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libncurses-dev, llvm-23-tools (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libclang-cpp23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), libxml2-dev, libz3-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/llvm-23-dev_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 56784266 SHA256: e5fe215ea89f4d7d1bf15aa668bb271592bcc9422923fba6e35925f864c56624 SHA1: 6b2511f60a5dab3333485cdf0a46bd2dca0af8a4 MD5sum: b980fb809343912bd781c6c46d2e5671 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-23-doc Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 64411 Depends: libjs-jquery, libjs-underscore Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-23/llvm-23-doc_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 9228248 SHA256: 9772fa3f1538d45cf5836cae1ee0eda93b97a9941d6cf971df37bce741de02cb SHA1: 4fca4562f4e666355fe3e6412877d10a37f396d4 MD5sum: 17d13a77aa3a50851019edc95742b1bd Description: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-23-examples Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 462 Depends: llvm-23-dev (>= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48), llvm-23-dev (<< 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-23/llvm-23-examples_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_all.deb Size: 265962 SHA256: 30b8f56611a315eae6080de6a70c5a9d22ebde4790e6f5853d02af672936f3eb SHA1: 105e6c5e580c51d94b984a7d84ee1f4c2ac1ce43 MD5sum: 325970f284280e507b2520d0ba5d00aa 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-23-linker-tools Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4335 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm23, libstdc++6 (>= 9) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-23/llvm-23-linker-tools_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 1229856 SHA256: 0f9cb2ccec64156ccd65079e94d11147960616a4918e6ba659224635799e45c5 SHA1: 0bde9b5e220938dddd21cd81b599cdef5b2eb145 MD5sum: 9964875fda786efb351832525ad346dd 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-23-runtime Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2135 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libllvm23, 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-23/llvm-23-runtime_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 659056 SHA256: bce6a6c306ef9071d20948961fc65d09b8edcadabfcaec47ba85994872f21952 SHA1: 83f6dd6c122610156a37eec00dc9cdd31532c80c MD5sum: b757c016383d4857572f8e3fd487ba5a 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-23-tools Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2510 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm23, 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-23/llvm-23-tools_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 516916 SHA256: 7bded1158795fa1bab7493cac82f633ddc911929fd71809c11551dc33e756980 SHA1: da7cb2f41a32a4cbd7c918b1e7c98fa17daca99d MD5sum: 653d6c5f227f0c2c026e1bfbf1318e32 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-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 101 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-23/llvm-libunwind1_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 45432 SHA256: 5c6864ccf14eaf7a1b89a0face8c30d870b986d927b52eb804cbb1e4f921b877 SHA1: 2463cd24fed27e4a691a5ea36b2faae9b934d646 MD5sum: 580aa636cf5dd597b8a30fa781e29032 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-23-tools Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 209177 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3), libllvm23, libmlir-23 (>= 1:23.1.0~++20260818083945+55feb0a3b6b7), 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-23/mlir-23-tools_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 32790360 SHA256: 850b540b468b10266f74bf814532420c40ff606baaa55dc0002023dbdc81cb05 SHA1: 2d1d93c502229fdb550914651559054841feda27 MD5sum: 9116d76052c1f79691534b2698c772c7 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 190 Depends: python3:any, libclang-23-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-23/python3-clang-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 55924 SHA256: 4e3d1ae0fb16e6d0a74f9bd1c1d6c4b52ea6c2510ff90b25f658393e17bb6042 SHA1: b5b5493c835546f655b4ce531718b72d43f209f3 MD5sum: 6a3353b891adbc569f5c7aec0bb143c5 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-23 Source: llvm-toolchain-23 Version: 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1081 Depends: python3 (<< 3.15), python3 (>= 3.14~), python3:any, liblldb-23 (= 1:23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48) 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-23/python3-lldb-23_23.1.0~++20260818083945+55feb0a3b6b7-1~exp1~20260818083955.48_s390x.deb Size: 173678 SHA256: f41fff9709de9da049e6b053447755879614ca59d8c09abeb4b895c92c498b5b SHA1: 90d02b7f994fc07cf569db1b87f908e488b807f8 MD5sum: e949c40483d41b87d96fa9f4c7e2f152 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.