Package: clang Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 21 Depends: clang-20 (>= 20~) 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) Filename: amd64/clang_20.0-63ubuntu1_amd64.deb Size: 6312 MD5sum: 39159ad274bcb6b86a10b49b9e09a651 SHA1: aace8bbd686b14f61fb2ad53869ba4f654117547 SHA256: 63385ed7288cb5148c62000b328c38b6877a0df265e7bad4a32b208afdd89a96 Section: devel Priority: optional 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. Original-Maintainer: LLVM Packaging Team Package: clang Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 21 Depends: clang-20 (>= 20~) 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) Filename: i386/clang_20.0-63ubuntu1_i386.deb Size: 6312 MD5sum: 9fd5c9fc31e5fb6860eed720af9d4186 SHA1: fce7c32d8cce5924700525e3766b23a5205d51e4 SHA256: 84d0e8bdd3fe261f3e945b44c67c0cf50201089707d254a769cad56a77ad0bd5 Section: devel Priority: optional 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. Original-Maintainer: LLVM Packaging Team Package: clang-format Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 30 Depends: clang-format-20 (>= 20~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Filename: amd64/clang-format_20.0-63ubuntu1_amd64.deb Size: 6430 MD5sum: 79631c84ff963420076b1f7e12252dab SHA1: fbfaf29c1661ddbf6587b145817ec27d5cbeaeb7 SHA256: 8edfa6b7d40e448d99b7c9f1a27aae8796c226a11180931bed873695f84e3470 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: clang-format Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 30 Depends: clang-format-20 (>= 20~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Filename: i386/clang-format_20.0-63ubuntu1_i386.deb Size: 6430 MD5sum: 509ab693adc2a866794761c57ba95e75 SHA1: 95e77a8a373a6bfbc72b649444742dc78198fb46 SHA256: 6acded0ce0c5a67a11af0fdfb027209518ea174b59dc87fdfd53f21a966223f6 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: clang-tidy Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 22 Depends: clang-tidy-20 (>= 20~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Filename: amd64/clang-tidy_20.0-63ubuntu1_amd64.deb Size: 6178 MD5sum: 581b30c320997cae04427423eec3f959 SHA1: 6f4ab0353608a5ca839a1cb288f90bdb2f3d343a SHA256: a41f385e5b802f03dd1ab2842f09835fd1b542d44dbc095e10ca74435566f89d Section: devel Priority: optional 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. . This is a dependency package providing the clang tidy tool. Original-Maintainer: LLVM Packaging Team Package: clang-tidy Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 22 Depends: clang-tidy-20 (>= 20~) Breaks: clang (<< 1:3.6-28) Replaces: clang (<< 1:3.6-28) Filename: i386/clang-tidy_20.0-63ubuntu1_i386.deb Size: 6178 MD5sum: 94bbbb09014627c54ab57a4d199a671e SHA1: 3308f049f04d6ff9e16eead74c621d6a7f117c7d SHA256: 596e8e0a4c539c5c22e60e21521bcc5348b4eb6071b58489ce69b991c2f603c6 Section: devel Priority: optional 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. . This is a dependency package providing the clang tidy tool. Original-Maintainer: LLVM Packaging Team Package: clang-tools Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 30 Depends: clang-tools-20 (>= 20~) Breaks: clang (<< 1:4.0-42) Replaces: clang (<< 1:4.0-42) Filename: amd64/clang-tools_20.0-63ubuntu1_amd64.deb Size: 6270 MD5sum: cc80f4e5aa7a4e7f8e39f42e6fd1b99a SHA1: 363850de97b5fa53a01b5eacb66b80a73c30c685 SHA256: 2a19570f27c296d879a7d7f75284530bec96d134427e0b88dbb26983fa23b405 Section: devel Priority: optional Multi-Arch: same Description: clang-based tools 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 clang tools package. Original-Maintainer: LLVM Packaging Team Package: clang-tools Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 30 Depends: clang-tools-20 (>= 20~) Breaks: clang (<< 1:4.0-42) Replaces: clang (<< 1:4.0-42) Filename: i386/clang-tools_20.0-63ubuntu1_i386.deb Size: 6270 MD5sum: 683905ed527e3fcf6a03dea2cf266e68 SHA1: b87a12fa59a29992b25caeda5eccb8664c647b01 SHA256: ad06db51d4297c2e3f86ea444c9d9677cb4caa02d487c8e425e10d7de02dd189 Section: devel Priority: optional Multi-Arch: same Description: clang-based tools 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 clang tools package. Original-Maintainer: LLVM Packaging Team Package: clangd Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 17 Depends: clangd-20 (>= 20~) Breaks: clang-tools (<< 1:9.0-48) Replaces: clang-tools (<< 1:9.0-48) Filename: amd64/clangd_20.0-63ubuntu1_amd64.deb Size: 5984 MD5sum: 54687620b4634dde160479c7664b8674 SHA1: 6f369bc72587b7f133d780c3fca941b3f23f7f03 SHA256: e1ca0b2c5824027ce0f945023c8b852242e67e049b021916c2965b2d91b59380 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: clangd Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 17 Depends: clangd-20 (>= 20~) Breaks: clang-tools (<< 1:9.0-48) Replaces: clang-tools (<< 1:9.0-48) Filename: i386/clangd_20.0-63ubuntu1_i386.deb Size: 5984 MD5sum: 5e0f46969c0c0116ade87526e6871637 SHA1: 7141fe5578fbc999b86bf3a2304f74180b7369fa SHA256: deaa6f0cd9d82b48596989aaa8579c2ede664f110e73eb84a64b0456288a7841 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: flang Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 23 Depends: flang-20 (>= 20~) Filename: amd64/flang_20.0-63ubuntu1_amd64.deb Size: 6064 MD5sum: d56779919b3dcc20ebcf428905272b3c SHA1: fcb7d352a64a0bcc10c985140dc03a726f401a77 SHA256: af4a74aa01b4b61851f1d2a72a72d55f0e8ae281e173d8557cc43a886c793e33 Section: devel Priority: optional Description: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Original-Maintainer: LLVM Packaging Team Package: libbolt-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libbolt-20-dev (>= 20~) Filename: amd64/libbolt-dev_20.0-63ubuntu1_amd64.deb Size: 5810 MD5sum: c520a784d866ee857da30b17e40395c7 SHA1: b5072aad9f461ab0c9e60b043c10cfa114c3f27c SHA256: 630b70432ddd91a5489ec2a81fa543f8a8163e658381e63271e14462797fb0e3 Section: libdevel Priority: optional Multi-Arch: same Description: Post-link optimizer - Development package It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. . This is a dependency package providing the default libbolt-dev package. Original-Maintainer: LLVM Packaging Team Package: libc++-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++-20-dev (>= 20~) Breaks: libc++1-11, libc++abi1-11 Filename: amd64/libc++-dev_20.0-63ubuntu1_amd64.deb Size: 6082 MD5sum: 63d1af54082d4db039134d8df8ac44d8 SHA1: 93f096ad628059b0a32ddf53411cee1621b35502 SHA256: 01a4fcc2c7d2a17d9793a12dace4d941d54d25df4399c6321fcbb242a468c55d Section: libdevel Priority: optional Multi-Arch: same 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. . This is a dependency package providing the default LLVM C++ Standard library development files. Original-Maintainer: LLVM Packaging Team Package: libc++-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++-20-dev (>= 20~) Breaks: libc++1-11, libc++abi1-11 Filename: i386/libc++-dev_20.0-63ubuntu1_i386.deb Size: 6082 MD5sum: e1d817b84db2240e3b48fb561764df9f SHA1: 1ca4db73f7e36e9e1933982c6be99ab160d5ed96 SHA256: 09372dd110f4a73dbe3d39c6dd9884bff39a2aab99a30015eded01d5b1c0567e Section: libdevel Priority: optional Multi-Arch: same 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. . This is a dependency package providing the default LLVM C++ Standard library development files. Original-Maintainer: LLVM Packaging Team Package: libc++-dev-wasm32 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libc++-20-dev-wasm32 Filename: amd64/libc++-dev-wasm32_20.0-63ubuntu1_amd64.deb Size: 5930 MD5sum: f6817ca492b3ba67c8fa60198034e742 SHA1: eabfeb796fe511800118d30e7f90bfb1d2cfb24f SHA256: f8bb3d7aa2675e9d2338bbc137363e20378afbcd0d14a38687b4ca5fba6c321b Section: libdevel Priority: optional 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 is a dependency package providing the default 32-bit WebAssembly System Interface. Original-Maintainer: LLVM Packaging Team Package: libc++-dev-wasm32 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libc++-20-dev-wasm32 Filename: i386/libc++-dev-wasm32_20.0-63ubuntu1_i386.deb Size: 5930 MD5sum: fa860911bcd17988a9101db46351e55a SHA1: 7828c7735f34635160d8225406d2583ebb6ce4b0 SHA256: 90dcdf72490f6391d7226d7b00f0910dc5d988169e98d7b26d39cc7a71ba1c0a Section: libdevel Priority: optional 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 is a dependency package providing the default 32-bit WebAssembly System Interface. Original-Maintainer: LLVM Packaging Team Package: libc++1 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++1-20 (>= 20~) Breaks: libc++1-11, libc++1-14, libc++abi1-11, libc++abi1-14 Filename: amd64/libc++1_20.0-63ubuntu1_amd64.deb Size: 6068 MD5sum: c71e3c949922f72accbc5dec7d2e5add SHA1: f2747a3a55255969b02b118854d9e69811c31aa7 SHA256: 5071c1542163853c996a1f9c7ffc0bade1bf1b420c610b4ae452c8fc6d972c9e Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libc++1 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++1-20 (>= 20~) Breaks: libc++1-11, libc++1-14, libc++abi1-11, libc++abi1-14 Filename: i386/libc++1_20.0-63ubuntu1_i386.deb Size: 6068 MD5sum: 8373d0bc342daa9ce1bd83afce37e8a4 SHA1: 2081f04291b764e1526cbc925f7327e67f80139f SHA256: 4a2912f99423f01f2ee122bcf574b2fcd07f354bed798a4820db4b749e324bf7 Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libc++abi-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++abi-20-dev (>= 20~) Breaks: libc++abi1-11 Filename: amd64/libc++abi-dev_20.0-63ubuntu1_amd64.deb Size: 6086 MD5sum: 3a1c5d40f9acb9b9c05257b7462f0582 SHA1: 0c75c398686e735643ba5a86f1fee4720746c5da SHA256: a56cc05ab919d4461549e50349be97721615b2c3c68dc3b67a252ef4f8131df0 Section: libdevel Priority: optional Multi-Arch: same 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++ . This is a dependency package providing low level support to dev LLVM C++ Standard library. Original-Maintainer: LLVM Packaging Team Package: libc++abi-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++abi-20-dev (>= 20~) Breaks: libc++abi1-11 Filename: i386/libc++abi-dev_20.0-63ubuntu1_i386.deb Size: 6084 MD5sum: 0ae0a1f6e399efe2b8921c9de5829116 SHA1: 4d038136a29a247309808662c1c62620b9f06652 SHA256: 9913e520e8e951dfb9a2684f278dc5ebd132a7fb1927970884e49ee0fdf65c4e Section: libdevel Priority: optional Multi-Arch: same 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++ . This is a dependency package providing low level support to dev LLVM C++ Standard library. Original-Maintainer: LLVM Packaging Team Package: libc++abi1 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++abi1-20 (>= 20~) Breaks: libc++abi1-11 Filename: amd64/libc++abi1_20.0-63ubuntu1_amd64.deb Size: 5980 MD5sum: 9d24791e023e0ec7a2cb23dd1a35c981 SHA1: 1fadced91da808e1174bca9c11a8d90a17a10950 SHA256: 0cb071c135436f316121d9a20ed5db8a3c21cdb3102431e6ada28851b7c2d7ee Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libc++abi1 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: libc++abi1-20 (>= 20~) Breaks: libc++abi1-11 Filename: i386/libc++abi1_20.0-63ubuntu1_i386.deb Size: 5980 MD5sum: 83dda0887766d1d2ccd3e46566686f26 SHA1: a4725c25f9f683addc427ca1e12b967735138ab9 SHA256: 0fc2291431bcb1083ab47d5dc3aa9fea8f2703103f57d34fc655293ec764524a Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libclang-cpp-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-cpp20-dev (>= 20~) Filename: amd64/libclang-cpp-dev_20.0-63ubuntu1_amd64.deb Size: 5888 MD5sum: e6865b3057caff0099de747e83b62859 SHA1: 3d95f8a561a5637dea6c0e780abf920b3be7a67b SHA256: d843400e6a794c8f5c0925a92c25ab98e053bad8da4d224b2a9efcc76188e703 Section: libdevel Priority: optional Description: C++ interface to the clang library 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 C++ library. Original-Maintainer: LLVM Packaging Team Package: libclang-cpp-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-cpp20-dev (>= 20~) Filename: i386/libclang-cpp-dev_20.0-63ubuntu1_i386.deb Size: 5890 MD5sum: 5db7876f946ca1be708dc08a35d87c6c SHA1: 2bdcffa84bacd0292b21c9893e5e4c6d9cb79b98 SHA256: 54a3c25c592061e7af333a45f6a8fe49da5ece50db1e1db54fdef681c923a014 Section: libdevel Priority: optional Description: C++ interface to the clang library 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 C++ library. Original-Maintainer: LLVM Packaging Team Package: libclang-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-20-dev (>= 20~) Filename: amd64/libclang-dev_20.0-63ubuntu1_amd64.deb Size: 5886 MD5sum: 4a68dd7f50e5aa18ddf8e5b255888e3b SHA1: c40b4e719f7b3ce2ec2e0d4195654946936dc527 SHA256: 4699c12ff94eda3fd18b49270edc6a6d7e2a390d5dc0efa32d2bc1119bdcdfc0 Section: libdevel Priority: optional 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. Original-Maintainer: LLVM Packaging Team Package: libclang-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-20-dev (>= 20~) Filename: i386/libclang-dev_20.0-63ubuntu1_i386.deb Size: 5888 MD5sum: f455a22eaef2535c62dc94271a881836 SHA1: b499e871613c8a86251ac1aa0d81726fd5589cd4 SHA256: 4ec509fbccd359d03d1838351c606a3dae4644eccd8da479e3c945933d88f14c Section: libdevel Priority: optional 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. Original-Maintainer: LLVM Packaging Team Package: libclang-rt-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-rt-20-dev (>= 20~) Filename: amd64/libclang-rt-dev_20.0-63ubuntu1_amd64.deb Size: 5952 MD5sum: 4a7a0390af5051dde9d4827a268ee1b3 SHA1: 2b9b36640f4c31b1f8454838183cc0d4d3b341f7 SHA256: 0b40dc5c1ea63ad60bc9231d149dcb805b4fd71ae29227ec256250437cc1bdf0 Section: libdevel Priority: optional 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. . This is a dependency package providing the default compiler-rt libraries and headers. Original-Maintainer: LLVM Packaging Team Package: libclang-rt-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-rt-20-dev (>= 20~) Filename: i386/libclang-rt-dev_20.0-63ubuntu1_i386.deb Size: 5950 MD5sum: daa50e4cfec3e39beec97d27cceaa843 SHA1: 26f4f53dd15b8b2bdb107dfb469b750be58cbb6c SHA256: 68e13a22597934887497356b635fa0081373c019e97c4ca207bcaf8c4f850c0c Section: libdevel Priority: optional 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. . This is a dependency package providing the default compiler-rt libraries and headers. Original-Maintainer: LLVM Packaging Team Package: libclang-rt-dev-wasm32 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-rt-20-dev-wasm32 (>= 20~) Filename: amd64/libclang-rt-dev-wasm32_20.0-63ubuntu1_amd64.deb Size: 5768 MD5sum: 1c2de04200b54be7e74240951d0897da SHA1: 42dc5d5fd470f636395ffb6107fd02a2d9880b33 SHA256: fb93a44d20bf61ebf5e0b5ea5977a47fe34d46fe16f252f02bc1de4ea6df1541 Section: libdevel Priority: optional Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits . This is a dependency package providing the default libclang wasm32 library. Original-Maintainer: LLVM Packaging Team Package: libclang-rt-dev-wasm32 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-rt-20-dev-wasm32 (>= 20~) Filename: i386/libclang-rt-dev-wasm32_20.0-63ubuntu1_i386.deb Size: 5766 MD5sum: ad67a1fdbee2a7b1607fca24849c6136 SHA1: f1c9a4a782b4e03769b3405d6740a3554dbadc2c SHA256: 4cf1070f954ea1b7dd56a9901a7895178d6067fe84f90abf35a3b48f1691d2ab Section: libdevel Priority: optional Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits . This is a dependency package providing the default libclang wasm32 library. Original-Maintainer: LLVM Packaging Team Package: libclang-rt-dev-wasm64 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-rt-20-dev-wasm64 (>= 20~) Filename: amd64/libclang-rt-dev-wasm64_20.0-63ubuntu1_amd64.deb Size: 5770 MD5sum: df5d422c61d3d22b64060a379cea91dc SHA1: 92fcd56582b21a37c33a435fbeec6724cf161379 SHA256: 7eaf529f9933ce9ee10f73246a2f410c4de12d2c0b7889faafbd9a8f1c47d42b Section: libdevel Priority: optional Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits . This is a dependency package providing the default libclang wasm64 library. Original-Maintainer: LLVM Packaging Team Package: libclang-rt-dev-wasm64 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang-rt-20-dev-wasm64 (>= 20~) Filename: i386/libclang-rt-dev-wasm64_20.0-63ubuntu1_i386.deb Size: 5768 MD5sum: 80ee158545bd7439b025e344402c1c67 SHA1: 2a1b085f58ad7a31c97eb757d18be1f1cbe16689 SHA256: 17ab5c5df97e1d00a7daa0f5ea9c4cbd111ee2554e260404f3647c0b16ad2604 Section: libdevel Priority: optional Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits . This is a dependency package providing the default libclang wasm64 library. Original-Maintainer: LLVM Packaging Team Package: libclang1 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang1-20 (>= 20~) Filename: amd64/libclang1_20.0-63ubuntu1_amd64.deb Size: 6056 MD5sum: 622159757a0998ac3e7b12ddf7c632fc SHA1: d548a4e96a8815ca9d59c46ad05b945e747d9655 SHA256: eb1153ecbb54eb87375ed1a74d68053e8b977093f613415b1755f6e61661f23e Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libclang1 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libclang1-20 (>= 20~) Filename: i386/libclang1_20.0-63ubuntu1_i386.deb Size: 6056 MD5sum: b051187343f55a75a0c65cd780cfe462 SHA1: bebe617e6a3aef9da58ced134c5ee560b2f13ff8 SHA256: f51b003f0554564e3951e35117238e0e29e6a543df20abfac21a3a0fb5f13e66 Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libflang-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libflang-20-dev (>= 20~) Filename: amd64/libflang-dev_20.0-63ubuntu1_amd64.deb Size: 5856 MD5sum: 795e9fa213f9dcd31f548340472142d6 SHA1: df374a811f926884d53b6f5c15577edbbb0801cb SHA256: 613434f00330a46d302eb77449d5643a9bebeaeea822bd3cc7f6fa8cefb0379d Section: devel Priority: optional Description: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. . This is a dependency package providing the default libflang-dev package. Original-Maintainer: LLVM Packaging Team Package: liblld-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 14 Depends: liblld-20-dev (>= 20~) Filename: amd64/liblld-dev_20.0-63ubuntu1_amd64.deb Size: 5872 MD5sum: f4db4cb93ab25314b080b41c574c615c SHA1: 9cda07ea5dfed58487a5da2621ce73989472644f SHA256: 0467048096782a4d5d605d57fd2988933a293043437dae313b32073bca524fc7 Section: libdevel Priority: optional Multi-Arch: same 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 is a dependency package providing the default liblld-dev package. Original-Maintainer: LLVM Packaging Team Package: liblld-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 14 Depends: liblld-20-dev (>= 20~) Filename: i386/liblld-dev_20.0-63ubuntu1_i386.deb Size: 5872 MD5sum: d172fc724f4a198f4e63760fb18a3476 SHA1: d21bf6b7416536151d19a0aed383fbe48ce3202c SHA256: ced895ded72a0d15faa2c1140eb8e0fb44789ec344d1f381388a6a3b1ced29f7 Section: libdevel Priority: optional Multi-Arch: same 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 is a dependency package providing the default liblld-dev package. Original-Maintainer: LLVM Packaging Team Package: liblldb-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 19 Depends: liblldb-20-dev (>= 20~) Breaks: lldb-11, python3-lldb-11 Filename: amd64/liblldb-dev_20.0-63ubuntu1_amd64.deb Size: 6126 MD5sum: e1d410c540a6e59d521e48f4ef25c5ff SHA1: 5ae51b8d019c836951a6285d583b94cf966642a8 SHA256: 426e2215bba1a1157f54a7181a4c7bc09ce509ad8ca73448bca7037f883362a6 Section: libdevel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: liblldb-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 19 Depends: liblldb-20-dev (>= 20~) Breaks: lldb-11, python3-lldb-11 Filename: i386/liblldb-dev_20.0-63ubuntu1_i386.deb Size: 6124 MD5sum: b35d678f867a1a7159a0f361ca44a049 SHA1: b62984513b6243187f3fb14f8452ff149570c290 SHA256: 45f490c6f4baf5dda0cac565c1e3e2f37a0315e22e620d67152f10a850693569 Section: libdevel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: libllvm-ocaml-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 17 Depends: llvm-runtime (= 1:20.0-63ubuntu1), libllvm-20-ocaml-dev (>= 20~) Filename: amd64/libllvm-ocaml-dev_20.0-63ubuntu1_amd64.deb Size: 6040 MD5sum: 4cc5bb774dc03ddb0ef1592b2ba46c85 SHA1: 315f77303fd0a470c6937b1fd2fede791415f34d SHA256: 349dddc92d703bd6c81e22dabb6b460c871863dc1963c28bb710acddd286c2e4 Section: ocaml Priority: optional Description: Modular compiler and toolchain technologies, bindings for OCaml 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. Original-Maintainer: LLVM Packaging Team Package: libomp-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libomp-20-dev (>= 20~) Filename: amd64/libomp-dev_20.0-63ubuntu1_amd64.deb Size: 5826 MD5sum: 8c3aea767a7c916509048425b105fef0 SHA1: 3708ae88d514b3bdc6afc194bf2b751d6763a8ed SHA256: 276990ecd5f70a95ce68500a556dfc755598ade04ba2bfbe902c466b1e14102e Section: libdevel Priority: optional Multi-Arch: same Description: LLVM OpenMP runtime - dev package 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 dev package. Original-Maintainer: LLVM Packaging Team Package: libomp5 Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 12 Depends: libomp5-20 (>= 20~) Filename: amd64/libomp5_20.0-63ubuntu1_amd64.deb Size: 5810 MD5sum: df57ea5dc1dcd754962c5c4bea8cc28d SHA1: f319ff024198d08c826440d711f543378b95ecf3 SHA256: be9c3fb324e0145b74c48ddb00b47a9f0c11bda1cfe4dee58981890c6230bf7f Section: libs Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: lld Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 21 Depends: lld-20 (>= 20~) Filename: amd64/lld_20.0-63ubuntu1_amd64.deb Size: 5956 MD5sum: ce6425f5e6916d0611545c5b2a48d7ab SHA1: 2f1656b717dae2e38c90583a12ffe377beed1728 SHA256: dfa53736740e19d650cccf412ee6dc88eeb22c199147b1c572aaaba63520cec9 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: lld Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 21 Depends: lld-20 (>= 20~) Filename: i386/lld_20.0-63ubuntu1_i386.deb Size: 5956 MD5sum: b2ad79c3cb4b2fd8dd4eb40729498c7c SHA1: 15b9964522feeda9643b0c87bbbedaa9f1e77de9 SHA256: 39ddcd412e2c65c2683dd751212a8b25643a1a2a6232e2463a201ffc28d84bd5 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: lldb Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 22 Depends: lldb-20 (>= 20~) Breaks: lldb-11, python3-lldb-11 Filename: amd64/lldb_20.0-63ubuntu1_amd64.deb Size: 6138 MD5sum: 7f465fe76b783d1498a38703e6bc5cca SHA1: 0730a93172eab43f07efee21a67360c949ebe8fa SHA256: 549c197e53bc26b84cb777821df91bb46f8e0c0234910fccb51422bcb492b119 Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: lldb Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 22 Depends: lldb-20 (>= 20~) Breaks: lldb-11, python3-lldb-11 Filename: i386/lldb_20.0-63ubuntu1_i386.deb Size: 6136 MD5sum: 7ee2d1b67fc30b75c85d94f225db8496 SHA1: 717f00c1d34eaed01bd09361003da8fb962df102 SHA256: 9149c10c68859e079b5571b736b22ce80b51cff310eb030cfad9ec24f4c149ee Section: devel Priority: optional Multi-Arch: same 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. Original-Maintainer: LLVM Packaging Team Package: llvm Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 111 Depends: llvm-runtime (= 1:20.0-63ubuntu1), llvm-20 (>= 20~) Filename: amd64/llvm_20.0-63ubuntu1_amd64.deb Size: 8476 MD5sum: 304b834f21d69ec5adc26263d417d728 SHA1: 10374c2ee79631d49eacc1b274a83895eca0f8b6 SHA256: 6236fba48fd528b955da94cea6437e2c149ae37cedcce1ed8edcc79d31095fa1 Section: devel Priority: optional 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. . This is a dependency package providing the default llvm package. Original-Maintainer: LLVM Packaging Team Package: llvm Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 111 Depends: llvm-runtime (= 1:20.0-63ubuntu1), llvm-20 (>= 20~) Filename: i386/llvm_20.0-63ubuntu1_i386.deb Size: 8470 MD5sum: f7984dc51a4d128abaf88618523de486 SHA1: 66b8623aadab6af02bb717ba8c804e7c1f92eaf6 SHA256: b44d4de9ed558d7e36f6f85bc1e0d49bed441f9ef94aff906e6dae60f0c1b367 Section: devel Priority: optional 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. . This is a dependency package providing the default llvm package. Original-Maintainer: LLVM Packaging Team Package: llvm-bolt Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 18 Depends: bolt-20 (>= 20~) Filename: amd64/llvm-bolt_20.0-63ubuntu1_amd64.deb Size: 5944 MD5sum: 75e5779b150212ff93abc80f9edaa9eb SHA1: d0e63430915ac006c45081108f46a4b35ef35e79 SHA256: f24c4fa1ab058c848345308ab64ffb171c81abd0767a3dca2a49393c8bd8aa64 Section: devel Priority: optional Multi-Arch: same Description: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. . This is a dependency package providing bolt. . This package is not called bolt because it is already used. Original-Maintainer: LLVM Packaging Team Package: llvm-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 27 Depends: llvm-runtime (= 1:20.0-63ubuntu1), llvm-20-dev (>= 20~), llvm Filename: amd64/llvm-dev_20.0-63ubuntu1_amd64.deb Size: 6224 MD5sum: 7af6d75eec6dc04bf1c1beaaa69c3126 SHA1: 3a8721abccd06c8c35c62c8880ef3ddce67845b3 SHA256: 5443307ba10391c3e931fe81b576a61e1935d04414ae0e46746f649e97949f40 Section: devel Priority: optional 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. . This is a dependency package providing the default libraries and headers. Original-Maintainer: LLVM Packaging Team Package: llvm-dev Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 27 Depends: llvm-runtime (= 1:20.0-63ubuntu1), llvm-20-dev (>= 20~), llvm Filename: i386/llvm-dev_20.0-63ubuntu1_i386.deb Size: 6226 MD5sum: 16bf205ff8d334d595fc3972886f43b3 SHA1: 47bc6b6d86f1957b4ca7cb375c46461d94287047 SHA256: 186535ababeba7e6f4fbf18106e5cbc82652767456d80ac4b6a2335751f3d362 Section: devel Priority: optional 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. . This is a dependency package providing the default libraries and headers. Original-Maintainer: LLVM Packaging Team Package: llvm-runtime Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 17 Depends: llvm-20-runtime (>= 20~) Filename: amd64/llvm-runtime_20.0-63ubuntu1_amd64.deb Size: 5946 MD5sum: 92fe916f8a61a6c5b602fabd0206d8c8 SHA1: 3c4560d15eb3334ab6a99aa9c331383d1800969f SHA256: 0085112fbdf4b90b93cb995a5e016cf61a235bb8ee86f5b07bd881da2065e961 Section: devel Priority: optional Multi-Arch: same Description: Modular compiler and toolchain technologies, bytecode 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. . This is a dependency package providing the default bytecode interpreter. Original-Maintainer: LLVM Packaging Team Package: llvm-runtime Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 17 Depends: llvm-20-runtime (>= 20~) Filename: i386/llvm-runtime_20.0-63ubuntu1_i386.deb Size: 5948 MD5sum: 19e37132b1885decb8ca0da37179d3f5 SHA1: cf1e29fd91e9cfb9373ac385da5523d7d699cd7b SHA256: 995f598bb06ee08b12465083aaf8c549cd577ef7dc6d6a5fcd2193e55ca620ba Section: devel Priority: optional Multi-Arch: same Description: Modular compiler and toolchain technologies, bytecode 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. . This is a dependency package providing the default bytecode interpreter. Original-Maintainer: LLVM Packaging Team Package: python3-clang Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: python3-clang-20 (>= 20~) Breaks: python-clang (<< 0.49~exp2) Replaces: python-clang (<< 0.49~exp2) Filename: amd64/python3-clang_20.0-63ubuntu1_amd64.deb Size: 6100 MD5sum: 5e5ce46fd502dc442feb2aa18928449d SHA1: 0c1af544e2fd43b42b969c2c6842c27085a8b8a3 SHA256: b3c7801824f62dd19089523ad3aa8a6c6a9d08ea63efa8019b13e39660b2a57d Section: python Priority: optional Multi-Arch: same 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 is a dependency package providing the Python binding to Clang. Original-Maintainer: LLVM Packaging Team Package: python3-clang Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: python3-clang-20 (>= 20~) Breaks: python-clang (<< 0.49~exp2) Replaces: python-clang (<< 0.49~exp2) Filename: i386/python3-clang_20.0-63ubuntu1_i386.deb Size: 6102 MD5sum: 466df1119ec46a45fbdd1172061c747c SHA1: 133dac810196a7e990b3822ad2afc5f4ce60523f SHA256: 81c17249b8e78ea4ab78a48e48572b6e50623be82b544333e69c9585e6e5764a Section: python Priority: optional Multi-Arch: same 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 is a dependency package providing the Python binding to Clang. Original-Maintainer: LLVM Packaging Team Package: python3-lldb Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: python3-lldb-20 (>= 20~) Breaks: python-lldb (<< 0.49~exp2), python3-lldb-11 Replaces: python-lldb (<< 0.49~exp2) Filename: amd64/python3-lldb_20.0-63ubuntu1_amd64.deb Size: 6092 MD5sum: 7535feace1ef7bdb944300dcdc20ffbd SHA1: ed468385326bf7c5947018294417667b573c6e4d SHA256: c933d005000f9e8d08d89865d794dfef09d6a39dd9abf6f47ac1f726b2f0deda Section: python Priority: optional Description: Next generation, high-performance debugger, python 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 is a dependency package providing the Python binding to lldb. Original-Maintainer: LLVM Packaging Team Package: python3-lldb Source: llvm-defaults (0.63ubuntu1) Version: 1:20.0-63ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 15 Depends: python3-lldb-20 (>= 20~) Breaks: python-lldb (<< 0.49~exp2), python3-lldb-11 Replaces: python-lldb (<< 0.49~exp2) Filename: i386/python3-lldb_20.0-63ubuntu1_i386.deb Size: 6090 MD5sum: c54a997d4712fe70ef0d915cc2ae15eb SHA1: d247bdacee93d8ea534158300bbd819589119a54 SHA256: 4db045e24ff7e6ac56e44e8a53f5eda8a9bc081597fe7a30f7b597b73f08b3a4 Section: python Priority: optional Description: Next generation, high-performance debugger, python 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 is a dependency package providing the Python binding to lldb. Original-Maintainer: LLVM Packaging Team Package: spirv-headers Version: 1.6.1+1.4.341.0-1 Architecture: all Maintainer: Debian X Strike Force Installed-Size: 3568 Filename: all/spirv-headers_1.6.1+1.4.341.0-1_all.deb Size: 179408 MD5sum: 7ab11fa502cf7d039c33bec6748597ee SHA1: 2aa9d09edb989b3a7391a8f42498ad5e597f2557 SHA256: 2a96a71d42c41d4ae8321c52ae068457bdaa6c03f98a4c19fca925095c67216c Section: libdevel Priority: optional Multi-Arch: foreign Homepage: https://github.com/KhronosGroup/SPIRV-Headers Description: Machine-readable files for the SPIR-V Registry This package includes: - Header files for various languages - JSON files describing the grammar for the SPIR-V core instruction set and the extended instruction sets. - The XML registry file. . For more info, see https://github.com/KhronosGroup/SPIRV-Headers