Package: clang-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 602 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libstdc++6 (>= 11), libstdc++-11-dev, libgcc-11-dev, libobjc-11-dev, libclang-common-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), llvm-22-linker-tools (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libclang1-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 212290 SHA256: c0e7c407522ac34170361b9e9955ae6ae808a99a55557e86bf17c2b7fbfc55b5 SHA1: 42c7f4564aa38893541fbc0786db6bcffec3d134 MD5sum: d4c7f430759e28c4003da02c71dd3db0 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 13745 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 4167530 SHA256: 035d98afecfb112a371518e33c1a49765cda15e73f88901557d90eb9c70e0cce SHA1: 8190548fe3a4d78333237806466d7e65a613ab23 MD5sum: 337aa29d27316562b7e969ee9be5fa0b 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 121 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 90030 SHA256: aa3a3f8881ed97c5b2b0d7024d6a468abd494f34dbfcd2a22313f83cf4ea8223 SHA1: 05dc42304ad7d3a30bc6489f0bf70712dc6b7a4a MD5sum: 6a9cfc6aba69b9c9157fef55c19c34af 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 290 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 133994 SHA256: b7bd3dcffb2aef9fc7eec06fb51738315a4d8815ec243ae34df18a3517ea2060 SHA1: 658932377336c01c65942a4813f35c2123f4a9c9 MD5sum: 6dd265baf71c5e3870fe50d4889c2295 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14008 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libstdc++6 (>= 11), python3, libclang-common-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 2316732 SHA256: 77db657cec79b7f26bf3eca9bd5e88bbd87adb8450f52922c20055409e41e2fb SHA1: 43b1cf70122e67c382e5716bbcc87d7c08cc80d3 MD5sum: 85e44df94aed5e103d1e62ee9ea493ec 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 45428 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libclang1-22 (>= 1:21.1.4), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4), clang-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 10363690 SHA256: f74adbb6c3b409758b2f753d5f0c2d9a72bcc1569a3ef951253d89be61204b28 SHA1: c7471b464415c875469323c0076e657ee0a1ed90 MD5sum: dfb5726aa96edf96c210bd7c4dd0d1fd 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20081 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libstdc++6 (>= 12), libclang-common-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clangd-22_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 3873268 SHA256: 4b8fe59da17d28b9f7d30daa4c17bb7c4f35f071b5160d5feebd7e788292afb4 SHA1: 2f6e6abb5a90b4bcc6e55fd34ce7e47113cc72dd MD5sum: 229a50b055cb32ce316437e422331cc8 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17461 Depends: libc++1 (>= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libc++abi-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 1669796 SHA256: 61f6c989ea86d64bb89f010d5b537a1d18889f0c3c54a2a6092c69bdd3b7de51 SHA1: 30a7abf9097a1df3fc07228c7c1b7ed9bfd12cec MD5sum: dee28cb95018753c88301a43b38ed591 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 99 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 81210 SHA256: 465dc164a76fdf22af46f5e13781b30a512d30dbbb930612beedabec300464bb SHA1: d7339fc4b24ea052ae27a4e49a491c7e3e5bd0dd MD5sum: e78f968c4f3d30ad940e77098a7ded26 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1474 Depends: libc++abi1 (>= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libc6 (>= 2.34), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 441284 SHA256: 462f43aff5ed851181885ebe7dadf5c3eac09aefe244bc850ceb478ab5284fdd SHA1: ec34f3a465e9918030d523155b1c26378259c8be MD5sum: 423f1f471234c8c213a543d9cf5ba11c 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 777 Depends: libc++abi1 (>= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 178138 SHA256: eacf60a1cbe4e101449bb0eca05f4fac7ecc96161c9f7c53c0f86e7e57b805eb SHA1: a8f644f81c2af376d352143c916a74fdbcabee04 MD5sum: e0971f15c7e7d6d7c279de1e3167496a 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 100 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 81128 SHA256: 0f47a6dd29f472d91b3a7beb0858d0f96f8b3e09cdedd00e5679acaa90bba579 SHA1: 3ddd798c2b46705429b0a829e697127ad9fb287a MD5sum: 52bbd9c67be2a93956281ec511dd593b 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 376 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 150912 SHA256: b6715372639b3f3c559267dc19ba63a00f2fcea451bb5685aabe8244524ad99f SHA1: 2e71ed9cb35eb92cdd332867b1890d6f1f4c4743 MD5sum: 2128ef1ca2f93ee7446a0c68d98b52d5 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 326636 Depends: libstdc++-11-dev, libgcc-11-dev, libobjc-11-dev, libclang1-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libclang-common-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-22-dev_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 33743566 SHA256: bfc267d8c7f0b68d24233ed102542649b915abbed56f4d659c376e1d3a50812c SHA1: db813fd6d5574074254acbe36af7b1ff333d1768 MD5sum: 663ad3c9f8d89d24f5b7108381a205cf 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14744 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 832148 SHA256: f939df26ed302f9af2a8337579307a940a0e2045551df75272e82622e61b8137 SHA1: 99726940f205d897f573be2b6e8cee00f51ed1ed MD5sum: 97040a5e41517ab1a1fe52e35e2b5596 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 69434 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 14847682 SHA256: 25cdfe1981962c7d940af45a86dcd404e806bb45ea309c8f31580b9d6041daf9 SHA1: 4906a8dd411a7d03b66297ed82bc7baf9b344043 MD5sum: ddb18ccf2cc8a5b3b6667f88fafb0f10 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 96 Depends: libstdc++-11-dev, libgcc-11-dev, libclang-cpp22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22-dev_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 81182 SHA256: da611f46833518806619f2df89aa4f0ef81e04bbe50bfa6fd5bd3c3914672010 SHA1: 7fcf0392ada5a84a1f970bb14c3285553070a21f MD5sum: b7d11eb9820da2b0af14bd0b70af5b36 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 23753 Depends: libc6 (>= 2.34), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 2066152 SHA256: 1f84f036c6080e3da8c05caca3b681686f63b0af3c3befe3dd9dec7ac4c8dd60 SHA1: 2b69c99560d6e8d9f49c6d9edd8dec860d5b2267 MD5sum: 953f87a82f5c6deaa3d1e099c9e0fc53 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 340 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 125808 SHA256: 96419ee938e11ce1def8fe6bcee74b143d9e411d0d592411d5d305f47d15f613 SHA1: 64b2dce2f32f820ef1ec947965f3d78caa52277e MD5sum: 024b45fe7c6bd47004f36790013c1805 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 347 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 125632 SHA256: d07fbabf5f22238004f2d7d244ea46f03d477eeaa62aa5c2f83c7365155fba10 SHA1: 8f9917566773790e244b11036a1fba46dc9b0ad2 MD5sum: 58ef344fb0c793a7207647342f7989ba 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1505 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 297716 SHA256: 33203257262e1c757e622088d41e497d037f8d02782f25dda368497f17074e83 SHA1: 7d87edec43726debf3c950bc78809861340c1d73 MD5sum: cfe8fe53d62dd3e90253e12632fe3dab Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-22 Source: llvm-toolchain-22 Version: 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 38628 Depends: libc6 (>= 2.34), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 8917364 SHA256: 0b66a1fb0df55124d9073a6e9290dbc350cefad2ce95bfd474041b695c15e697 SHA1: eda0f2cbc296b7be4b6ff5e9f924109c19314baf MD5sum: 042b72dead0f196027e684792402bd8d 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38697 Depends: libclc-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 5913402 SHA256: 91e31c6c8a7c0e04949f5841c5bd421d13b4f33d6e4a0032d8418fb43d0e0275 SHA1: cdaf4b413fca37232eec19d10b0b2dc547898ff2 MD5sum: aad674e79ac1711001f63be59f804bdb 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 96 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 81464 SHA256: 583f2f3150e7e83241b9b68494c81fb786eea3174b4dbff2cbf8c738306ef472 SHA1: c5eefa3a9717a5cfa82a46e5abf3ac06cd6864d9 MD5sum: 26af1fc7534a2032f2d002899978a342 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 977 Depends: clang-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 256366 SHA256: 45b435d1a01e99e6107a9f596680f6ac1e0ed45647f8cffcbe21d744fed7ceae SHA1: e854838bb00007af43f45bec060c3768cace6921 MD5sum: b481bd7d881d87ba57b1497b840c8438 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 15671 Depends: libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/liblld-22_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 2125278 SHA256: 65b32a0c80b5eb503bfa10a39c349e36fd168a03a0b0907a104d8174ceba03c4 SHA1: 1771a27ac16ed9f23caa9237c76a6cad2e2a7288 MD5sum: 7ad6dffcfa5d18659b8da223e55e6dc0 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 163 Depends: lld-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), liblld-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 96974 SHA256: 40ef722425da63b17a490c41031604bb4c0f3ac242408c77439993ed7b542779 SHA1: 9e74739f47ab9084ea9a46640cac17e7aadec38b MD5sum: 80927ba94960ca78d0cb38e7ec2dec2a 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 21557 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libcurl4 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libncurses6 (>= 6), libpython3.10 (>= 3.10.0), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 4881102 SHA256: d0daa5c572a765bcbca13244bf6b66f821bf374f9d4c5b6dc35aea30a393bc5e SHA1: 8861c9eea555f1e93a2dc80ff280d0c563f8d01c MD5sum: c5b741fe64e43dcbe32e081b6daa6f8c 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 3948 Depends: lldb-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 676312 SHA256: 70d3aa8cfea46e5066e30b1cdc8a9c55b7cb23897676f39c608c11ef3dcc2086 SHA1: 69cafe5fe3b689b47f9e0c5ab0afc0134c6435c0 MD5sum: a772ab31d984bf7cec454c90b00c20e7 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2808 Depends: libbigarray-compat-ocaml-dev-ycpt5, libctypes-ocaml-dev-1nb95, libintegers-ocaml-dev-mau41, ocaml-4.13.1, llvm-22-dev (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) Suggests: llvm-22-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-22-ocaml-dev-2ato1, 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 548840 SHA256: e3d518c30161d90db618da3ef2e0736843dc24dee1b5ec43c256fb1c6f533615 SHA1: 0e4e552e08110eff8884cad541b0193e7771d1a5 MD5sum: 02701686916081cff029620def2850ac 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 159681 Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 12), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 33544514 SHA256: 98d48b549a340e66beb5da84b02c723d7b772baafb593fe35bd7b4357ce84260 SHA1: d51b3ef7deca143ba4f169ee0dbf611d9d8e3957 MD5sum: f150cb3c6ee970ab53e39939bb974c95 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 125427 Depends: libc6 (>= 2.34), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 20450158 SHA256: b2244907ce9a660db5ec1628e153f3771460a2dba9c0f7b2fe45769c2058d014 SHA1: 55c11c6745ef2a84c7bec775cf0d533a3cd57e01 MD5sum: 7d56f9d0fe92eb5069874ffdfd7cef37 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 576536 Depends: libmlir-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 36514902 SHA256: fc532b9cf596605ad391b3488591ed5791b8de070daf8f2f37be9fb44b0dbeac SHA1: 6eaa9f49cbbfc293fc5099335e94793ddd7b7d28 MD5sum: 0e135f393fbb825f914b8a514c1ada3a 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14380 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 1089852 SHA256: 64cb753f773ef60bbcefd68bfb5e768a03c77c80fc2539048c777fbdfe6ee504 SHA1: 2d5e9f6819a538231bc886f24640f8d296b865f3 MD5sum: 4286c2d4abe4958d131ba2704a8e5e19 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 11342 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libpolly-22-dev_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 1689362 SHA256: ec8eed78daf8b9ca5dc64662f1c51add32a209ca235f4ec3ca7a8ec739c2655d SHA1: 96c3138f876e75d98dc071286e580bfc7eae8521 MD5sum: 4e429c157fbbc838d8ebb972e986b241 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 418 Depends: llvm-libunwind1 (>= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 125568 SHA256: 2a1610df9ae06330c5353535104308ec8153d13aa935a9baa22b2a0dc3df2118 SHA1: f00a6d4cf66f2fdb6d85c8c953f323c5a09a41eb MD5sum: 0f1f2329d8837108ed6ed8924666e15c 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6809 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libstdc++6 (>= 12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 1671320 SHA256: 8064fd702ff3acc9b5bf05c02b2fb13fd023505074f165ae07ec4cb5bcac7018 SHA1: f7d1af3a4cba79993260e7f47e1d75e4b32e041a MD5sum: b06753df4188a50e25290c9162aa4fdd 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6741 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-22, libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.6.27), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 1773018 SHA256: 9bde5368d3e0222e836b4dea752c9fb53b0ad633c7797086485baf9368bdd35d SHA1: f9ffa2031ef9ff46535cfc3ddd98c090c3f8dbab MD5sum: c6415302709035fb19ab65d193175188 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 100542 Depends: llvm-22-runtime (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), llvm-22-linker-tools (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libc6 (>= 2.35), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm22, libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 21768118 SHA256: cadd68252d96f395921d392192a69042da211a702021e634152bc2450d11e0bc SHA1: 285850b13c06210b0c59cecf5b7c2433ed0ef9a5 MD5sum: c0fe3e3bc8a0db575adadb53e56269bf 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 398771 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libstdc++6 (>= 4.1.1), libffi-dev, llvm-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libncurses-dev, llvm-22-tools (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), libclang-cpp22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 54553750 SHA256: 9e6ab45cd7353b27d14776716eca7067206f4bc33b158461f9dc648fc9ca58c0 SHA1: 57d9b327dd1f2dcfae0e619264abaa94e31ec16f MD5sum: 4099991ce0efc7f986c78f71dfdc7fa8 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 62297 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 9061052 SHA256: 7ebf8c738079bb3dedfb4426fec44d8f78ce3f6f5079b29d84a943efbd7561dd SHA1: b89ca5c99a64702fe056d6e2fd77473e2192d573 MD5sum: 1e86ebfde92cdc6d47b59735c81b74f1 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 512 Depends: llvm-22-dev (>= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81), llvm-22-dev (<< 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-examples_22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_all.deb Size: 322076 SHA256: cf4fb550cad208c4fe8782fbf80af4e1f5128654ccd161f3a86b43e27533df69 SHA1: f66b40696ee754f19a5a5efbdf00c5854a8d5279 MD5sum: ed0755d284c3d859f13e46d6a3b6cd47 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4390 Depends: libc6 (>= 2.32), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 1305878 SHA256: c4b72a8b1be77ea3cfbd9cf7fc95c156b33dfb806a8d306b52a5493d5ac27b9f SHA1: f77cb9f063036d3ec7720c058251724aebdd3df9 MD5sum: 519d831f3bd955ca84aaceef3ba467a8 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2129 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libllvm22, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 708138 SHA256: 1557a0ccf3a0ed2bbbe7e2975f54ce8ce1dd7eb9ca9a407ee9f8d630cf72feaf SHA1: e228582a821cfceb61773d13545e6c1410ed47f0 MD5sum: d0ec3648077b1ff6e485fba36d4f9e1e 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2593 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 592968 SHA256: 276ab8328bcc5521152259879909eb2095dc7717ec9d446618e5e78774f98987 SHA1: bcc6718b5dd0cfc465e5c0616f803156c5b1411a MD5sum: 2fdac731de572bd74c828ace82bbe913 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 158 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 102634 SHA256: 83f5787f25ae7e0b81bc04c62d4db9d427f9b33133427891d0737fd120af15bd SHA1: 02dab4fd403092af14dfa3f570a824b4f587ef7f MD5sum: 0501a6e8054202934dc2170c584cf6f9 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 199463 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libllvm22, libmlir-22 (>= 1:22.1.8~++20260613092327+e80beda6e255), libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 32918082 SHA256: 9b8f73329098cacf180ffcf02fcdea3436f339419296d8e26169adf1af54cb86 SHA1: ad528018d3d8f7a0a6fb41007e6b239e0afee14a MD5sum: 67e6494904edfc06cd59b3f0f0082b79 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 237 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 111176 SHA256: 8d6daa20b57a407477177563c3343868a3469435e3dbf1d62ce57c920f25c011 SHA1: 1d9e6d16a2d811ce67ed40964b5e1ef292f20ab7 MD5sum: 56f0482d3bf40c9c6fc1e8427198a8b0 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1093 Depends: python3 (<< 3.11), python3 (>= 3.10~), python3:any, liblldb-22 (= 1:22.1.8~++20260613092327+e80beda6e255-1~exp1~20260613092437.81) 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~++20260613092327+e80beda6e255-1~exp1~20260613092437.81_s390x.deb Size: 215814 SHA256: d66f62fa5cd5f8c9a0da9f17c2bc7b40121d3ce0ed3a29e9a92f0b44d512f274 SHA1: a79b30b96b673a96a3e9d2a2571882d8a10cf965 MD5sum: ff160e2ec3c38b2356679253feb85dc9 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.