Package: clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 29865 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 5.2), libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libc6-dev, binutils Recommends: llvm-8-dev, python3, libomp-8-dev Suggests: clang-8-doc Provides: c++-compiler, c-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/clang-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 8135468 SHA256: 0d52a8fa15d556e890a857b8f178fc4eaff40b8585f5d412134ba45c82ea1e0f SHA1: c80394c80c1ad76227de434480e7db041b76d06e MD5sum: 218053748afc207576d0fdf0f2d7c279 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 and 14 standards and also provides most of the support of C++17. Package: clang-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 35035 Depends: clang-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 27488216 SHA256: 2f61152a4fa4afaf9c948a965c74148cb28d8e518af6c74ef818044130157ec1 SHA1: cb7b769ac22b30af5db3c5f419bd7ac8c7e4fe91 MD5sum: b4b0425c8dfda9fb5e030cacb3895ad7 Description: debug symbols for clang-8 Build-Ids: 6742a7de11cc00f54da89b2726e2c10fefebadfe Package: clang-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8197 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-8/clang-8-doc_8.0.1+svn369350-1~exp1~20200114191353.9_all.deb Size: 997764 SHA256: 40baff4a77028f9a689ac1a86827f2917ffd145d20fb0c594c4f313103cf8c4c SHA1: 983f974fca3e262cb9e325c8cd0bf165e7fc9ccf MD5sum: d0c2231092f3422a3fb8ccd5dd7f543c 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 and 14 standards and also provides most of the support of C++17. . This package contains the documentation. Package: clang-8-examples Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 82 Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-8/clang-8-examples_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 44628 SHA256: 39988f4001f2cc2353cef6f0a107aa4e2cda50e2aac0de81850e5ada97b19871 SHA1: 8a9d0cb9397321a5d804c713c13b2c73d63c51ea MD5sum: 85e4eb774aee4ceaf71e38b3e49f78fc 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 and 14 standards and also provides most of the support of C++17. . This package contains the Clang examples. Package: clang-format-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1519 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libstdc++6 (>= 5.2), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/clang-format-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 517040 SHA256: c6b6f55325c58c34f6e7ab2f875834d6b251d369a2324e5a96abccf7a380d537 SHA1: 331c87c2b114c77bc56d544ee914a62b3037011f MD5sum: 58f10343fb239cfb042b144916e58931 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-format-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1558 Depends: clang-format-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-format-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 1259180 SHA256: 96aeaac29d94bfc45dc7fe2ca855d065d72809d93dbde58460d4ffba81ffc413 SHA1: 6fe7c8645c9f2bb30ddec0d39f347e9cbd7609a9 MD5sum: 7dfdfd18aa837250260ed395ea60a5b8 Description: debug symbols for clang-format-8 Build-Ids: c01a0e3075d7f28bc4e8f2712258c2ddc8a9dfdf Package: clang-tidy-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 22855 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libstdc++6 (>= 5.2), python3, libclang-common-8-dev, clang-tools-8, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/clang-tidy-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 5979444 SHA256: ea8545ba7617f99fc29b3c2037546af88466024626a8d8abb3ab4e488f2f20a8 SHA1: 113640a432a302be09d9abf90253a8798dbfa4e9 MD5sum: 0f86151269890367ee11c2eb1f089a45 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-tidy-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 33859 Depends: clang-tidy-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-tidy-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 25764600 SHA256: a7d835f89ad0dc4ad598903e2c9d978b944369624a749f9e3fd1ee47de50358a SHA1: 6e3c91eb8ff54450e3aad94cfb4acefa5bba3f22 MD5sum: da083e1847d980fe4a3113c55bd5c957 Description: debug symbols for clang-tidy-8 Build-Ids: 3cc2dc13cf1ecca047335f3fbba3a0bfb34c577b Package: clang-tools-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 195693 Depends: libc6 (>= 2.3.6-6~), libclang1-8 (>= 1:8~svn339515-1~), libgcc1 (>= 1:4.2), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 6), clang-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/clang-tools-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 51909492 SHA256: 5875ef46621b306e0072b7f47b9a7b04ea114bd105e9b5626f71b6b1998437f2 SHA1: 69d8976bf840ccfeed6d8d4f6bbb6212cfb59521 MD5sum: 77a7c2273180d72ccaefec07b8214d2d 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 and 14 standards and also provides most of the support of C++17. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clang-tools-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 262817 Depends: clang-tools-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-tools-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 213628396 SHA256: 5f00f8fa72b67fcff9be0bc40a2c94e3573e00dc243a4eb53e06a1263e00ecb6 SHA1: 7444f3750a4e5dd63d8e101ec8baeeff36d2dc19 MD5sum: 7b42484a5965fff014e923bb6da638c7 Description: debug symbols for clang-tools-8 Build-Ids: 0f5a38cd8f11bf09ac1a2243c8ea3f04681176ef 1c8650764c8727b8d7c134798a9e6282e9f78188 30fb020d7a5e06bf6facbe38bc7ca614077370d1 42b223e201f391d0d0a7eb0546ccabbb40426266 5e8a2eeeb4fea28bcd8b3c770fc34105262e37b3 5f09167040e433a5840ebd23a4659d16966c7c76 5fdc839b7ee7e4f70a436ef4c9750ae01e24a2c9 739704fc0f6cfeeaeac7dc221032f788450e5ff0 8fbebe9fa0b098ae95f396f65aa17a373b5ae5aa a0ba94d54ec70aa8c641289f680344ed61eae9cb b08abd2ca616e6f7c3a7c4c0aa9302466c96e75d ba66548ac25763a0d1287e07cc8cf0b4310f2f32 d3aaf5e0a33b6aa64017774741403bfd43a008e8 eb3ff42a532158f61140a448e289d3e178856e15 f7a407b37114e52d1a1c09993703be25ba2f4ecd f8a0e64a4b80efd8636b85feadc2d8270e2efe24 Package: clangd-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 20711 Depends: libatomic1 (>= 4.8), libc6 (>= 2.27), libgcc1 (>= 1:4.2), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 6), libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Breaks: clang-tools-8 (<< 1:8.0.1-1) Replaces: clang-tools-8 (<< 1:8.0.1-1) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/clangd-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 5462060 SHA256: dba0028e9dec681cb3c5190b35ec24dc8a3346192abd2f003895e65aceb5b83f SHA1: 16854168b0bacdf0a2b4daa126214f276c445538 MD5sum: f7a91e1e281ce04950a03a47cfee0fce 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: clangd-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 35267 Depends: clangd-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clangd-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 27263816 SHA256: 7338886d090a55d98b5e9e5aa2faedb2508527e63f9f1c703e68a82f0d59ab7c SHA1: 991d68b3db6870e3f0d2aab4706e0639e855d061 MD5sum: c9b65640bd93af368bf6d8e8372195cb Description: debug symbols for clangd-8 Build-Ids: 37d859c1bb4547d507207245e460e10bb2fa31ad Package: libc++-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 6011 Depends: libc++1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Conflicts: libc++-x.y-dev Breaks: libc++-dev (<< 44) Replaces: libc++-x.y-dev Provides: libc++-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/libc++-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 650320 SHA256: eb06c1cc8188f77dbf50ab875b8cabd1e77bd929c051afab74603cdff52302a5 SHA1: a4bc0e930e10505d46e5821f04b29f8057a0e867 MD5sum: 595ac6c0088e9bbeadfd2fe735a9d694 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++1-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 783 Depends: libatomic1 (>= 4.8), libc++abi1-8, libc6 (>= 2.17), libgcc1 (>= 1:3.0) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1 (<< 44) Replaces: libc++-x.y Provides: libc++-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/libc++1-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 213232 SHA256: 379030219442bd72a0580610f02c38fca106eb1f91a3fe80931c87e42cac572d SHA1: 99960d977c0a1bbfba56c5c0589fc941531aa8c3 MD5sum: 34ca7222a8b98026095191957ad4ee14 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++1-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1321 Depends: libc++1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libc++1-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 843308 SHA256: a0dd1880b3207a7c006496c7997e50b01514154f4bbd1b2bfa7d7d0edd1c2393 SHA1: 1f6ba6334783a211ee8ec0f27f013d3210c82a1e MD5sum: 7cd70cb5148c9c89140df664f419f50a Description: debug symbols for libc++1-8 Build-Ids: cc89e91d1a218db64ab400fc28e6a06f2b4e3510 Package: libc++abi-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1729 Depends: libc++abi1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44) Replaces: libc++abi-x.y-dev Provides: libc++abi-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/libc++abi-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 631888 SHA256: c9c5eeeb7f32b178713d83c9d87d3e0793e9f663c0e9d279088bf83ca91b2fa6 SHA1: 828a7527acdc2195c9cf2f08aa5418cd14bc54a4 MD5sum: cd08879650bb4b1b87a3f50bed9c85cf 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++abi1-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 262 Depends: libatomic1 (>= 4.8), libc6 (>= 2.18), libgcc1 (>= 1:3.0) Conflicts: libc++abi-x.y Breaks: libc++abi1 (<< 44) Replaces: libc++abi-x.y Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/libc++abi1-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 89904 SHA256: 484dccc6cdbd4af6e121a3346591a1a7b6dbb743c721c1c9da9d82fe7fbe03cf SHA1: 082dd74a5304a738caac43341f3554ab938575cd MD5sum: 8f271d22b27c9a83451d2cbc9749d6cb 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: libc++abi1-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 342 Depends: libc++abi1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libc++abi1-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 217580 SHA256: 969362a8e5671647a0294a72d2420c5c85fa19b89bb3ecf8c9874ad4b4b18a13 SHA1: 249752cea0205469fe2425d0222fd5c438e0f643 MD5sum: 243a894b1678d5cb29e78741b8226056 Description: debug symbols for libc++abi1-8 Build-Ids: c6afba9afed75c810e053f56ed005f3a7322cbac Package: libclang-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 107405 Depends: libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/libclang-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 14216200 SHA256: 238a5e82969a9b31482817558f165f215a07edfdd43e9bde9239a949a19e6a62 SHA1: 77b897bbfd7efd9fe2da5dceacbb627709834403 MD5sum: c47b173a12086746c76a2ce6a9d31ec7 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 and 14 standards and also provides most of the support of C++17. . This package contains the Clang headers to develop extensions over libclang1-8. Package: libclang-common-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 43725 Depends: lib64atomic1 (>= 4.8), lib64gcc1 (>= 1:3.3), lib64stdc++6 (>= 4.1.1), libatomic1 (>= 4.8), libc6 (>= 2.17), libc6-amd64 (>= 2.17), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/libclang-common-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 2987148 SHA256: 9b03cbc5902b27e1f96c1c382b195e7bbf7437dfd5b6a3248143b7be621d3ecb SHA1: 798516c2cd391c0060b67d7ede57bcb1d286c837 MD5sum: f6bf2ec66274483b1da27324abe5e7e6 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 and 14 standards and also provides most of the support of C++17. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-common-8-dev-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 2959 Depends: libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libclang-common-8-dev-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 1828116 SHA256: 9c379f3dd0ba12f4a01e753c85a4690b3c99e6ee449883d4dd444c0ce60e4ed0 SHA1: f95382e8c566414d36136a6f9b119f7f298d5ac5 MD5sum: 30bb476b6d3034fde57f9fcd5eaae948 Description: debug symbols for libclang-common-8-dev Build-Ids: 34c0f46aa0aea773a0bec52d9693641b38344790 3cdb5339c8a738bc22a014459f26a9194bcd6013 3fe55f3107043cebd7fb740172b2d6c11e1a0ab7 5cf69d9d28ebf3d3fee47fce2658306452136af6 6237ae0f42b3134aa2a70313c9a2a2a76fa69e24 6f22396da62adedf9fb57cbe4e942df928f53f8b 74a563a3d68039ff544f8cdc7c6ea96c31ba6240 8408707950462191241f648643cb90476bac2855 ad646996e02fb16244f114ec5ee0d07929c99e34 b5fed0503efd52601eb9931671fcfaeb1e29f808 b8f084f53ffc5a1914d46b09ec514d58e6f38f01 ba678f74cc8e212de9e546de21f3646c872c95ae e7bf070a69025f60e3f009c5a7e13a3cb9b8a80e Package: libclang1-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 24043 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/libclang1-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 6174372 SHA256: 5432052aff2d10bed68b32ca600ab41618c06a141e8f0c9386f15b2ab9c813c7 SHA1: 698a7adca1dc958f793ddb8cf4318592cc90b039 MD5sum: 6175b4a726216aaa4f899de350a71fa2 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 and 14 standards and also provides most of the support of C++17. . 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: libclang1-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 36055 Depends: libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Breaks: libclang1-8-dbg (<< 1:8~svn327768-1~) Replaces: libclang1-8-dbg (<< 1:8~svn327768-1~) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libclang1-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 27509436 SHA256: 1df0b3883600ba84f6ab8b03d30a62375a02d26d4c2ed703fba37fa9f38d0b01 SHA1: 101ec64874abb9decf87975f9b0598f1a851cd50 MD5sum: ed8f421aefb07fedf161e90227b5c70c Description: debug symbols for libclang1-8 Build-Ids: 1e08baf896edacd7309d81a6b546010d7e54fcda Package: libfuzzer-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 521 Depends: clang-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/libfuzzer-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 148892 SHA256: f992d79b3d21e26b0a47930924aa9953656563935ae2b991c5ac6c89c8d947c0 SHA1: aa91f8d1ce21982f1c39915e97618adb55bf5481 MD5sum: 948dc847c8432057fb709579b2059c56 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-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 8509 Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/liblld-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 1180608 SHA256: 56e6d30e1e3b485122a8ca13d8f80e7dd7124bbe7d30fa4bee15ce5034c2fe9a SHA1: e66c59264449e41cc8d0f76d341f1431ff9c0819 MD5sum: 2961ad87dff0608357f19eea7cf7ab46 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-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 202 Depends: lld-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), liblld-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/liblld-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 66020 SHA256: d1ba04e622a6ec0719130e658bd57c24536be4d902eaa8744c86eac80c49b098 SHA1: 584f41a9fe0578343006c7679cf5368864970155 MD5sum: 6f370835fdbb935b2213bec59224de08 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-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 29263 Depends: libatomic1 (>= 4.8), libc6 (>= 2.28), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:4.2), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libncurses6 (>= 6), libpython3.7 (>= 3.7.0), libstdc++6 (>= 7), libtinfo6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/liblldb-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 7904792 SHA256: 308d4a45bc25f6ad29e7ee8a36cc2b80a29d93a4eb68929d3bdd152d6b8fc3c9 SHA1: 1a2018cf1ec0fb6be1622ed6bf1cdbab43d33f1b MD5sum: 23441ac57f13172f84339dffb12ed2bc 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-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 35146 Depends: liblldb-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Breaks: liblldb-8-dbg (<< 1:8~svn327768-1~) Replaces: liblldb-8-dbg (<< 1:8~svn327768-1~) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/liblldb-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 26829396 SHA256: d96d02231bc2dfeed002b9545754fe5f12a1342abe115a57276cb6bf3c5786d3 SHA1: 31a797cb41f115ccb17729b11f4aa0ce4b364a9c MD5sum: 498427555f0abfa10fb1b9bd8be599ce Description: debug symbols for liblldb-8 Build-Ids: 499018a1534327e24fb54506d5c097906ed038ca 97a3657521d3c658eb71a6b1b969ca05ff1d311c c1b018ef22c521803eba2fab317aa719a041b40d Package: liblldb-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 34291 Depends: lldb-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/liblldb-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 4696744 SHA256: 71341a040ba444df1060e78ea41aeb2fc4d69ed035be6c073e73cbbfe76a3fac SHA1: 5f69473879104d5f2ec5ba7e08c50c3130329353 MD5sum: c0880f945f4f71aed7bf0ef3e947166a 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-8-ocaml-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 2299 Depends: libctypes-ocaml-dev-ozzm1, ocaml-nox-4.05.0, llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Suggests: llvm-8-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-8-ocaml-dev-sybd1, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-8/libllvm-8-ocaml-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 212184 SHA256: 2ef7233eade9869242e8724ab8e498ac7fe6b42150795d84ee91bcff73c9b1d9 SHA1: 1c33401abe82cba1041ed7bc5b048405015eed4f MD5sum: 3fc16a515cb4073828966eb2ce9a4537 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: libllvm8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 57244 Depends: libatomic1 (>= 4.8), libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.2), libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0) Breaks: libllvm3.9v4 Replaces: libllvm3.9v4 Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/libllvm8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 13738452 SHA256: d1f0e64765ef7dc6d9d6a67cf240a7418540b042811454fa47e9fdb9c98f4a8d SHA1: f0d41e8a1020108e54dc7ab4e3ea7043f755041c MD5sum: dfb9535fe820ebef909425cab2133513 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: libllvm8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 48467 Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Breaks: libllvm8-dbg (<< 1:8~svn327768-1~) Replaces: libllvm8-dbg (<< 1:8~svn327768-1~) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libllvm8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 36675308 SHA256: e3a1caf470cbf3daa23f8fcd2ad064ddde4772888f8dfb8784df9d1992b4b618 SHA1: 64f386c948f914638fbcd771a7af03684f16d679 MD5sum: 41fa76e6aaa561112f91744ddcf0e418 Description: debug symbols for libllvm8 Build-Ids: 671a9890ee5bb9810a59f319b777d8ba68d15732 Package: libomp-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 171 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6) Suggests: libomp-8-doc Conflicts: libomp-x.y-dev Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44) Replaces: libomp-x.y-dev Provides: libomp-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-8/libomp-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 62972 SHA256: 0ec3f02f420db6b40f5120925a11c5ad62f7774317ddfd8a238fe5490d4ef785 SHA1: 26887aa4bd6505ae43313a9e3cbf6b0626b077b8 MD5sum: cb4473c60470833a93e956882c7830f1 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. Package: libomp-8-dev-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 59 Depends: libomp-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libomp-8-dev-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 34224 SHA256: f0d3c03b8b054acdabd117c3911dfc6ad40b24bf765f6289d6dd5b63a17cd8e3 SHA1: a2f4e766476ad9d9f622e4cea9785089a9fa161d MD5sum: 647c16371bed83f6c3faa923aa63eae2 Description: debug symbols for libomp-8-dev Build-Ids: fd5f31eda8ab7f0885a591b173fc224303f2a1a8 Package: libomp-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 11837 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-8/libomp-8-doc_8.0.1+svn369350-1~exp1~20200114191353.9_all.deb Size: 865408 SHA256: afdb980fcb2dc993edd0e0f7f3ac290ccc286bfaf928a60c87506b54e7816121 SHA1: e46d4897fa92b0c6d83323908e811dc3d9639136 MD5sum: f710d3f0faeae6b5c9f6f438add6695c 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-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1840 Depends: libatomic1 (>= 4.8), libc6 (>= 2.6) Conflicts: libomp-x.y Breaks: libomp5 (<< 44) Replaces: libomp-x.y Provides: libomp-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/libomp5-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 305036 SHA256: dfa4354090351885eaed8ad647cc3037575673b9b61fbfa239d4e387a0d60282 SHA1: 50a30ccb53d0b8da03380279ea0cdd7d6d29f918 MD5sum: 15419537d35eda26e52f73b6a4a2e538 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. Package: libomp5-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 433 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Breaks: libomp5-8-dbg (<< 1:8~svn327768-1~) Replaces: libomp5-8-dbg (<< 1:8~svn327768-1~) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libomp5-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 281052 SHA256: 6bedfb548ae4640294fbdb8b41168d42ece18efc4f9c4aedf248ac3d84cc070d SHA1: 3f0653f32b9432ff70b0eca38ee609648212e702 MD5sum: 991211591e4e2267ac75a9bf74881cf7 Description: debug symbols for libomp5-8 Build-Ids: 7ce51420b1fe5b5d045e53bb08a55a23f0b21d1f Package: lld-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 3047 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/lld-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 831560 SHA256: 39a4cc63e9c72ef07e0de7745fd6f90c2c7608733c5f285741131387a6b053f4 SHA1: 331d5be5c1ba7bafa542d9fcf3c452557ac2bb1d MD5sum: 1932acbb971b4d78eccbbbce762e5bf1 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: lld-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 3941 Depends: lld-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/lld-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 2701080 SHA256: db80b220c6f8cdbb7469e4a1970b1720d9aa73907fed38a41c65f891d951356a SHA1: e4190fdd49ba2189c35bcb166edafdd3d174e735 MD5sum: b1c5f68d71b3e3bd40faf743c666070b Description: debug symbols for lld-8 Build-Ids: 70c4ef7179ab177204ea70caeb0cc5481f8e1b25 Package: lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 31639 Depends: libc6 (>= 2.28), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:4.2), liblldb-8 (>= 1:8~svn298832-1~), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libncurses6 (>= 6), libpython3.7 (>= 3.7.0), libstdc++6 (>= 7), libtinfo6 (>= 6), llvm-8-dev, python-lldb-8 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/lldb-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 8732156 SHA256: 486e87d2e28af94c244b5c78a3088b9c2f2508b9a0aaac8383177652ad45b236 SHA1: 6fdf0a4e18d2e038f0ed839234e83e2aa1c97685 MD5sum: d063dc2283def1d7b5f765214f05d2f4 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: lldb-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 61604 Depends: lldb-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/lldb-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 49579936 SHA256: f20722db57da91fc893c3fa4f0443cb6a9f86cf9ea3036d548ad076cbc1e1a12 SHA1: 37f5c4b41fe7785352421b4e387a39190cca5ab5 MD5sum: 44c966e1893aecfa7c32d71e47418cca Description: debug symbols for lldb-8 Build-Ids: 5d0d0b89c1e32ed440823f89a3b0d48efa721bea 699aecbab233aa4045e3d9c1710dc082ab07eb10 8cd867b2f2a3d4c2be7e9924b3344beb94f4e392 c48be62650890ab2e9b4042c9f311fa102cb2290 e29f1969e63ece5cf0a250ccca0ea4c9a5511422 f256bbf5f8d9554fd817c0b0443605b45acbe3e5 Package: llvm-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 15218 Depends: llvm-8-runtime (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libc6 (>= 2.15), libgcc1 (>= 1:4.2), libllvm8 (>= 1:8~svn298832-1~), libpfm4, libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4) Recommends: llvm-8-dev Suggests: llvm-8-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/llvm-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 4479832 SHA256: e31e9047a92692e317759482e557bba786137c464e6574e4f1271420a0c2ae28 SHA1: 59ced5a88b0b76d9b6375569e4b24363f3912fb7 MD5sum: 5115316ff4e0db8aaefcf6c91afe18c4 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 X86, SparcV9, PowerPC or many other architectures. Package: llvm-8-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 19144 Depends: llvm-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 14047708 SHA256: 1e0e89c4d2437b9a965a7add1c73f72f6c02b7456231d9f46276d5c4790f2fd5 SHA1: 54d90993bb62854912169a24d0bf0783281070b8 MD5sum: 375726aae59d2fefdb16f5607040129c Description: debug symbols for llvm-8 Build-Ids: 0d342e4daa10d9eb0d274a88991d24b699e5c796 1f53b67af02df80ee048755f19a5870446d6ae91 220caa6b9c0bb1da82ddc2e45625cfc48ee9c8b6 2969686622d469f318e9570069b28585ea581340 2c394eaed6bbb9f0f14c3fefc5f1876193a973da 326bb9272c3cbbf5041d39f5ef3970baeccb04b0 35673251938ddf79e3d1b7fbca2152b8d0a78932 396b071f9a2d745717131344ed12ea4726d7b800 3a3b91d455cf91e5de00e6ba5c6dbc6c73b23b28 3c6c86aba045d2693207340f01986ef7d7209420 45d3b6355a21c39e1bf87543e016a863a6003dee 4ab90379217ba99e27ca2f373b65010444c7ae36 4af7cbf401c8a185705153ebeeb53d595440a738 4bf98b9513593a55c9ad873b21ac1fcfde944172 50037d141936657fef5bb28c1e681eba1b105d4d 5989c0c68a79bbc58be64e7a5f853400fd326e35 59ff57d5230605cc26a8b7430dc27e93652a7961 5cd248de562484ef603d620f2d2289d433e1ddaf 61d49450f5fbada9e844e5eda68e9a549456d71b 63dd245b5b47cf86410b6407bbcd0a4862cad6ee 6550ee225f6e7f1003e450f7b2788fe1f65aa625 67bd3fd6496338af6cf401ba3bbc9e5d9ee053b6 6f98557762a9cf32d0fdebba0cafb9a1df427bcd 7a0e8318200db568e64779b869af498c38e4c43e 7b27d6eb34c2facfd71b917645dcb67cb17bbac8 7c5d3c5728537ec63d166f2f6bbcc0aecd48eb78 7d796c4b1810489c3f592c4ac9c3cb66f105cc46 7fa133e354b5720d8db97de4993633902f64893c 8b7b1c5cb5bf32a9a7d0b3f4367238c860d4227b 8bbe6f374850c5d51f62d1d6e7ca27aca5393ef0 8e9e13f53994c09430bccfff2855d6aa0fa534cc 9f15d199714a0390034157b085a9c3a0adff3371 a454867eef8ec8329c3a4028e3f994af1ffed137 aba72b12bdd53aab1f81fbf8bfeba78deee77fb1 ac05f917f13f70eec7aaf6dda47202c878967180 ac1543d4be706d2c2e8de6fcee05f9fcb78e5695 c431f85e4a0bc59f6143dd236f36cdf76e345a5e d67096a9c208b494343daa5205367510d52ad113 d8948e5b095e97c894388b8b619c560ee9222b2d d91dcf5f81147df293e42a212a43a5490f318673 db04f1b164c8cfd7af1b094c85ff77b15ca5b2cd dc0cb45eadba2e5edd5867e203866c17010bb12a dcbb4ad74cb5c706f599097bbd2a00dc0df582ce df22c4999a3ffbb8792c0b9bb840a8e7dcf1c61c e11ac65328ce6475d4a0d2667bec1c26f1c94520 e2bd82082a477bb9994a9bc5faefad8d45f33f0c e3254d18fe6855717298ef39936083d0994b7c4f e39099735a49b37eea8ccd322c9067abd6d7b651 e9325f5283a4c67c4d0314aa0b8bcbf9f21c3b9c eb4ffdc25562040030df7506871fb5e6175aa153 f08b9d30db1d44c024ed808d02e0682b866784b4 f4abac33581e699986d448d474d8697d4345b028 Package: llvm-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 135290 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc1 (>= 1:4.2), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libtinfo-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/llvm-8-dev_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 21997292 SHA256: 825765917a2d33401aa4ab1bd765d7dc6879c4fc54f051ba75e9b1fb79132b3a SHA1: 42a4aa37b3b9c095de23ededa8dc824a9221d669 MD5sum: 32873a833b65a258a905cc11df5a61db 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-8-dev-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 4317 Depends: llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-dev-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 3201696 SHA256: c6bb4a2d1b05319d129bb262d5a338bd15d77a6e4a4bd826168250bdc5cd8cb8 SHA1: 061bdc6387af1f6ad43a893d4870bc0c24407ae9 MD5sum: 0b043b8eda7205fe94b63af0da309539 Description: debug symbols for llvm-8-dev Build-Ids: 1a3aec0557416d991a46b845ee122fadd4fed9e8 7ab37799726df649b22b9bef142782441426b4df 98ef373cf43e36d18af9cf2f784bc1fa6d4b1b73 b4906253fa015ca7386799c513ed1cb90af1cb16 Package: llvm-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 21373 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-8/llvm-8-doc_8.0.1+svn369350-1~exp1~20200114191353.9_all.deb Size: 2413544 SHA256: 001560a5cdd81c0f9d6c4db787f99f94f15687ea370ff34cbb86dc0c89c18e00 SHA1: a917ef97574441b68e664740d79cd3f0cf9f1de1 MD5sum: 9920c84bbfd9822a4d49f175500d5df4 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-8-examples Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 478 Depends: llvm-8-dev (>= 1:8.0.1+svn369350-1~exp1~20200114191353.9), llvm-8-dev (<< 1:8.0.1+svn369350-1~exp1~20200114191353.9+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-8/llvm-8-examples_8.0.1+svn369350-1~exp1~20200114191353.9_all.deb Size: 271076 SHA256: 67a2f6114aaa8a9f2e53e96c8e64711d496f05e5ecd98abf3e41b963fd2f4b16 SHA1: 93305c82edc512dfe940012696f632934d3a183a MD5sum: 6fdbead0ab02b8f3d371d16feac46a0f 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-8-runtime Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 595 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:4.2), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/llvm-8-runtime_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 189376 SHA256: ddb7015956751e7aad9c4b5684eed42e9e258dc3a40b91a9deeeb5abe0100a78 SHA1: 2c1363e828e27c6e2010b6db67a05173e9dcf1d5 MD5sum: 6ec6d7a42357e0714b715e1bd01e04c3 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-8-runtime-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 4109 Depends: llvm-8-runtime (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-runtime-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 3383976 SHA256: 51a1ad484e9cc972f40f00de113947813e2fa7bb35d541b2485e1c98bbca90e7 SHA1: 123d75442ade3bcad7e77f3996a2e1146f8aa8cb MD5sum: 897514d2f42da27e71e278ab0e9e323c Description: debug symbols for llvm-8-runtime Build-Ids: 8bec190602b99138e8cdf26cf7c9c902bf9ca644 abd3f283bff670681492581c18826d01d34ece7f Package: llvm-8-tools Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 994 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), python2, python3, python-pygments, python-yaml, python3-pygments, python3-yaml, llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-8/llvm-8-tools_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 255744 SHA256: 1401a6a3ef7833df8fb6c9cb9ff01858a073b2c628acd885915eda4c2184367a SHA1: fb55daa615a62b29ddea534b6f0ad9e1dffa008a MD5sum: 854c385c8fb0c6f58c6120afa9195416 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-8-tools-dbgsym Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1127 Depends: llvm-8-tools (= 1:8.0.1+svn369350-1~exp1~20200114191353.9) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-tools-dbgsym_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 916524 SHA256: 39183dca2b82b68000d600dc99bc0b29746caeb8e27726b2a31f9e7b39f2b3d5 SHA1: 898e5bfd892a4691279e7fc76e39f8c480dbbaea MD5sum: fea9cfc9f96c7a50bba5e4b4c5ac5a0b Description: debug symbols for llvm-8-tools Build-Ids: 35ebe02f94959b911b1577a6ab2920becc146897 e2f994850be8b8e51f530bae9652c5708a2e255d ef4b9665d0e3cc6b45fe3011b6f058b4e66f5317 Package: python-clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 188 Depends: python3, libclang-8-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-8/python-clang-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 60828 SHA256: d0aa0ce08236d891fc7c5640ea6985b9409d53d54892b6700933a4aa0d06320a SHA1: 92f1e8f68691f9abc611fff19acf8bf042b69095 MD5sum: 0c8df5c12c1f046a543e312af2bfaf7b 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 and 14 standards and also provides most of the support of C++17. . This binding package provides access to the Clang compiler and libraries. Package: python-lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 68 Depends: python3, python3-six Conflicts: python-lldb-x.y Replaces: python-lldb-x.y Provides: python-lldb-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-8/python-lldb-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 35924 SHA256: 8d5065f26f80db4802d0cfb7aa8c8e49a68a50b5740666d0e9dd11ebb619895a SHA1: d25ca05f758b20d5d3a3fcb57e76804ef2ff69c3 MD5sum: 0bfafbfd40109ead0a400d722f679fbd 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 binding package provides access to lldb. Package: python3-lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 769 Depends: python3-six 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-8/python3-lldb-8_8.0.1+svn369350-1~exp1~20200114191353.9_i386.deb Size: 126188 SHA256: ec453e0cd84a2d4f969601649adc002dd3dc72012b2fb79c2436d1347ff6a946 SHA1: 89ebd48cfbe3602984e3c3c2a246c9526d097ab2 MD5sum: 1bb69f0af9b603bcb3ca49580d2f58fb 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.