Package: clang Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 28 Depends: clang-22 (>= 22~) Breaks: clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Replaces: clang (<< 3.2-1~exp2), clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clang_22.0-62~exp2~20251121225709.27_i386.deb Size: 10872 SHA256: d08e669d8382ba0b655229353dbbc35a3ef65818ae9ac04a7f8238ffdde16e2c SHA1: a7c571654141ecb36e7b5bf57040cf6c07f28636 MD5sum: e027e98d1d84ecf2120b2f267fa5cbf0 Description: C, C++ and Objective-C compiler (LLVM based), clang binary Clang project is a C, C++, Objective C and Objective C++ front-end for 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 is a dependency package providing the default clang compiler. Package: clang-23-doc Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 145 Depends: libjs-mathjax Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/clang-23-doc_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 90432 SHA256: fffe1e5b8cf435b60f8cc01cbc190b6aab25ca95b94eebd08f1d4a6ca376f9e3 SHA1: b85b90ffe76781c832aab7fdc00fae33ced70e9e MD5sum: e14c2e15af1f8d590ac0aff1ae5579ae 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-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 119 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/clang-23-examples_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 88800 SHA256: 2ad135c9addcf658e4f6ba8eac158501ad29bd7b242f243de2bba5e80234d4d2 SHA1: d8211354fe7b0d2d074fd4f8d4e303679e9866c2 MD5sum: 2aa3e9d061d23c820e92e0a5f76e4de8 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 Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 34 Depends: clang-format-22 (>= 22~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clang-format_22.0-62~exp2~20251121225709.27_i386.deb Size: 10968 SHA256: 1dd40572b698f560fa6b6fa5a97a58c78f255200520f4de98b1fcda9478cc166 SHA1: 00a57296ff26f19d0e47aacf1b2b631dce2ce2cb MD5sum: 78ada2a411fab829c96f934a4d2dec72 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 is a dependency package providing the clang format tool. Package: clang-tidy Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 26 Depends: clang-tidy-22 (>= 22~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clang-tidy_22.0-62~exp2~20251121225709.27_i386.deb Size: 10724 SHA256: a03460a82f4d6e2dbfd61a82d575667d0c9730c59a88b4fe406d082923234370 SHA1: 1e4c98f4939401353ba2fe416db726e288000d1f MD5sum: b55e4511a57755c4b383a3dd082b6aab 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. . clang-tidy replaces clang-modernize . This is a dependency package providing the clang tidy tool. Package: clangd Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 21 Depends: clangd-22 (>= 22~) Breaks: clang-tools (<< 1:9.0-48) Replaces: clang-tools (<< 1:9.0-48) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/clangd_22.0-62~exp2~20251121225709.27_i386.deb Size: 10544 SHA256: fdf48e4cd317006845fea8bdf87e15bf35fa9a4c4ec0f22c389ad79a66aebd51 SHA1: 1dce04d519689fdd331349b6ea82c403ad9ebfc6 MD5sum: 663e1a376cc0707eb96d43db5134f64f 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. . This is a dependency package providing clangd. Package: libc++-23-dev-wasm32 Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 97 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-snapshot/libc++-23-dev-wasm32_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 80184 SHA256: 3ee494398e273ea148b9ca8e3d7651fef85d8567d4612f15afd4abf7065f4945 SHA1: 1b0461fd572f6fbb94087d6d4bc536ce68ad1690 MD5sum: efd45ae70efdb0b4041f5b2798b8a66c 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-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 19 Depends: libc++1-22 (>= 22~) Breaks: libc++1-11, libc++abi1-11 Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libc++1_22.0-62~exp2~20251121225709.27_i386.deb Size: 10612 SHA256: 070df4e1d298da02da83f853bd80f02cd6fffecae46e9b8c0078afae1a4b1784 SHA1: 5e5ba85c5342ab06dff4c64d45319d8817037ed7 MD5sum: 47f34ae804ac349e1f65db04186abd38 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. . This is a dependency package providing the default LLVM C++ Standard library. Package: libc++abi-23-dev-wasm32 Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 98 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-snapshot/libc++abi-23-dev-wasm32_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 80108 SHA256: 8f5af55b2d38c16357dd641381206f5fc4518a1f9b0daad6c254bb437cf02a9e SHA1: e1b9a7ceeac7a639c0ae9fd795c42b0f80eb93cc MD5sum: 224a8ae99bb8b64005f797affea62fb6 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-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 19 Depends: libc++abi1-22 (>= 22~) Breaks: libc++abi1-11 Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libc++abi1_22.0-62~exp2~20251121225709.27_i386.deb Size: 10540 SHA256: d772e10b43a29ad61753048909e58e0e61ab662856477026d37b5dc65d904f77 SHA1: 77ac723e57d6d4328b93986e8bfcb68701a12a94 MD5sum: a3d9390c777de444bdd0e3cf5ef44368 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++ . This is a dependency package providing low level support to LLVM C++ Standard library. Package: libclang-dev Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 16 Depends: libclang-22-dev (>= 22~) Priority: optional Section: libdevel Filename: pool/main/l/llvm-defaults/libclang-dev_22.0-62~exp2~20251121225709.27_i386.deb Size: 10456 SHA256: 72d83184e1f91511da71d7bcbf25163b224d82af10cbc15904a2462657f3c15b SHA1: 01dd287a93eb30fe873cdfccd40c50479fb5c49f MD5sum: 55cec1e6f928191cbc3564c3a8ff8e47 Description: clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end for 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 is a dependency package providing the default libclang libraries and headers. Package: libclang-rt-23-dev-wasm32 Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 337 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev-wasm32_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 119768 SHA256: f4ed67b5a348fde9feebf3c0e25000332b504ee249ddd68b41705bed9d0c7d76 SHA1: 075be1fbcd46f090cbd767f1c857bc38137700e6 MD5sum: 4830b46c3efb80e03262d21bce8a72c1 Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-23-dev-wasm64 Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 344 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev-wasm64_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 120032 SHA256: 5ad01ef10f5652cb2ebe64cdd3103b5676293e407b35442849d4f173eaa84fb5 SHA1: d1230e08554fa41a6ea3403dbc7c043e9686bc81 MD5sum: 1352e50e587d84392ed80e2adb030eb3 Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-23-dev-win Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1479 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev-win_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 276760 SHA256: 2978b33b32e7c06c48097e617fc70fead5b38f62ae77df56d344f17b270af078 SHA1: 4057dda575cc7bab1cb5a32b1eac9f09ed4a5654 MD5sum: fc5f56340a45144b7a4c018dd726a5d2 Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1 Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 16 Depends: libclang1-22 (>= 22~) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libclang1_22.0-62~exp2~20251121225709.27_i386.deb Size: 10628 SHA256: 724b59ca98eaea1e4f0e5b89017db0cf19c729aeadf07f561bb0f4bdd2d51e49 SHA1: d1bd5687c31410d34191b20a9f66c1b098ae0f28 MD5sum: 8d5d8a9238c33db1a3bbe99ef0cfa1d6 Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for 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 is a dependency package providing the default clang libraries. . 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-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 25206 Depends: libclc-23-dev (= 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791), 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-snapshot/libclc-23_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 2940064 SHA256: 4c17e60bcdfba5bc11ea967bcbe211ed8b920440aed631c722a2e460ff9176a3 SHA1: 67964169a926d1ed007db6700f608f9dcce3be72 MD5sum: ba17be35eeddd37a76e41a8a1d8b1f2d 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-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 87 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-snapshot/libclc-23-dev_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 79708 SHA256: 4b52dcaded4a58177fd547a3aa132bd8326aff0eddb37f43b2c86ea9c591009e SHA1: b31ff8011fdf4440205e76c6d54d879db86f0b18 MD5sum: b15c32b0f07d522a32fb3c239e891c0c 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: libllvm-ocaml-dev Source: llvm-defaults (0.53~20210131125123.1) Version: 1:12.0-53~20210131125123.1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 19 Depends: llvm-runtime (= 1:12.0-53~20210131125123.1), libllvm-12-ocaml-dev (>= 12~) Priority: optional Section: ocaml Filename: pool/main/l/llvm-defaults/libllvm-ocaml-dev_12.0-53~20210131125123.1_i386.deb Size: 8168 SHA256: c9f5496ff347c2f124a9c108904fa3c4cf3e111d169de9e03711ca02bbf6b874 SHA1: 330c6140e5b8a675a504fd334acf93ec30a38ca4 MD5sum: 2d54c4bd2c649f67eb2bc001b0a041cc Description: Low-Level Virtual Machine (LLVM), bindings for OCaml The Low-Level Virtual Machine (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 is a dependency package providing the default bindings for OCaml. Package: libomp-23-doc Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 88 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-snapshot/libomp-23-doc_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 79744 SHA256: 90ab701033ce2b2f2b634dc351d90dc2f1766f7e1467e6f1b18f2b90c1c54cbe SHA1: 3ff30112d8b1a50e092cb28024e4e9421865a205 MD5sum: f2b8fec29c52f9378562949d943c44cc 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: libomp5 Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 16 Depends: libomp5-22 (>= 22~) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/l/llvm-defaults/libomp5_22.0-62~exp2~20251121225709.27_i386.deb Size: 10376 SHA256: 749dea56f0e32deade8260cfdb5aa0a188ea7ea9557043111d7566cb35c6addd SHA1: b01c429ecde81576449a50d5087e4a501f03c83e MD5sum: 9a58eb6992d852dd797c4455c6c274d8 Description: LLVM OpenMP runtime 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 is a dependency package providing the default LLVM OpenMP runtime. Package: lld Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 25 Depends: lld-22 (>= 22~) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/lld_22.0-62~exp2~20251121225709.27_i386.deb Size: 10504 SHA256: 5931b1c48d4460c581eef6b7a58e87249e2d4d72c1d398ccb0640387032831da SHA1: b3de8e303f2f00398562c4b529dde9d723a9083a MD5sum: 042c12dfd8247e9e318c60e51abc47af 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. . This is a dependency package providing the lld linker. Package: lldb Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 27 Depends: lldb-22 (>= 22~) Breaks: lldb-11, python3-lldb-11 Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/lldb_22.0-62~exp2~20251121225709.27_i386.deb Size: 10680 SHA256: 5e64964e7ed826c48f28c62cb8c42d87669b49571932d230ed21cbfaf1973f3f SHA1: b4d267bacc2c487e6c3f0eac5a56eeefe9afe51b MD5sum: f95aebd42c349fb8d68b457593e99f12 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. . This is a dependency package providing the default version of lldb. Package: llvm Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 116 Depends: llvm-runtime (= 1:22.0-62~exp2~20251121225709.27), llvm-22 (>= 22~) Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/llvm_22.0-62~exp2~20251121225709.27_i386.deb Size: 12960 SHA256: 49718ca1eb04949a71dd5fd0d0b5e6732ab72ead014ebade1582eae322e601a9 SHA1: 028ce9ed3a676dd43ccc6a0352c92024c1d4ad56 MD5sum: 739eac31e28e44952d267b4defd57f1b Description: Low-Level Virtual Machine (LLVM) The Low-Level Virtual Machine (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 is a dependency package providing the default llvm package. Package: llvm-23-doc Source: llvm-toolchain-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 88 Depends: libjs-jquery, libjs-underscore Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/llvm-23-doc_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 79964 SHA256: 705623b6430c12272c5a25da8e969eeb0bc4601f42386acd1891ec0342f6dad5 SHA1: eff91d3942978e4eec9e9c856000a8f881d8d142 MD5sum: f99f8ce57a9b84c6b8c2eebc7ae0595f 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-snapshot Version: 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 510 Depends: llvm-23-dev (>= 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791), llvm-23-dev (<< 1:23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-snapshot/llvm-23-examples_23~++20260403112123+03b9c7278ec6-1~exp1~20260403112241.2791_all.deb Size: 321288 SHA256: 8b6516703523dd778f5d5001f5ec3d351016ffd1924b7893894274149e0ec9cc SHA1: abfe00b42357bc96d77c4d2822b0cd03359f11b1 MD5sum: f6dde189cf51d3865e869153618647e3 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-dev Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 31 Depends: llvm-runtime (= 1:22.0-62~exp2~20251121225709.27), llvm-22-dev (>= 22~), llvm Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/llvm-dev_22.0-62~exp2~20251121225709.27_i386.deb Size: 10784 SHA256: b9396039f216c0cdf962ccdcda7fd70d5ebb614be12cb07424050a8ff8a4fe9c SHA1: db7f2767f392528756273549c811f7c45eec2f80 MD5sum: 38c629c191d1f65b61de8b1b3e12dae1 Description: Low-Level Virtual Machine (LLVM), libraries and headers The Low-Level Virtual Machine (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 is a dependency package providing the default libraries and headers. Package: llvm-runtime Source: llvm-defaults (0.62~exp2~20251121225709.27) Version: 1:22.0-62~exp2~20251121225709.27 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 21 Depends: llvm-22-runtime (>= 22~) Multi-Arch: same Priority: optional Section: devel Filename: pool/main/l/llvm-defaults/llvm-runtime_22.0-62~exp2~20251121225709.27_i386.deb Size: 10508 SHA256: 9fd1f7247de2455c8c68e0a892ffc622dc28c1642f6d17e0d059ab435cbedc47 SHA1: 605c980d580372d650c61ba43f37f72ad1dff18e MD5sum: ee9fbee20c4415dfffc9adbb327fc771 Description: Low-Level Virtual Machine (LLVM), bytecode interpreter The Low-Level Virtual Machine (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 is a dependency package providing the default bytecode interpreter.