Package: clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 31124 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 9), libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), 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~20200303215641.87_amd64.deb Size: 8009516 SHA256: 21aaf5e904eadb2433a74be5e4bfd3cad6344b2964e843c1ce2001ca20711404 SHA1: 5297e40400c2bd4e35101cd58469a233b3b27db6 MD5sum: aa5cf085fa955e364f89455f01aa923f 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29665 Depends: clang-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 25566360 SHA256: 7449ddf747dd10705aee2dfbf9104465c03e394c7d10a221dc3b14a3da8eb83a SHA1: 631af5dca7bcff11547b1bfba10c9c69437cab82 MD5sum: 8bfe433b0ab60e9c13b7bde335abed7d Description: debug symbols for clang-8 Build-Ids: 9c916ab79ad95512b20de7db16a14c9eeee9a8d6 Package: clang-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8165 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~20200303215641.87_all.deb Size: 988700 SHA256: cc581875cb4e7a590374969ca12c8ff28310d87305e028d2dce7132e415e0088 SHA1: 244311444a6a25ed3aefc129bcba223b0f72e4b6 MD5sum: c7305373afaec4ddb799ad1bffb84fbe 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 83 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~20200303215641.87_amd64.deb Size: 44884 SHA256: 0e7f3143bbffc926e4e5c96aa8738e77f2f5193471c7bfb0256b93e8766177f3 SHA1: 4080a292c0dee135174bc2e83a6df49e3efc2bd8 MD5sum: 830744432974f12d87a5c7efe13d3978 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1578 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), 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~20200303215641.87_amd64.deb Size: 522376 SHA256: 5e2976d647b6b8eb584e1f9d5fe46d1d90010a612fa4bda0d88ecccc7bffbee7 SHA1: 80e01ec978eae0af21ef7e631edac82a8d71c562 MD5sum: 85f72fac5f5fafd078733c32e047991e 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1302 Depends: clang-format-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-format-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 1172736 SHA256: 5116dd7fffdbd666dc8ea77b1804f62cfcaf5c0c4bc7ab1c6631e65211b863a1 SHA1: b4cc771e91d3bb0872adc89fad7a545e7d7a0a87 MD5sum: 9d4185b1d5d31128732c39e27e08511c Description: debug symbols for clang-format-8 Build-Ids: 0cf379cf5aba192bd18159eb1d066ed05c205fd2 Package: clang-tidy-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 23724 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libstdc++6 (>= 9), 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~20200303215641.87_amd64.deb Size: 5900216 SHA256: 2665359a762544201649b50de2046b6c7c29de3a8b7ff5a074e750d6d43adc83 SHA1: 7ba2a7353d7e7f9a8c9e73a0feaa6ce1ed283304 MD5sum: 19916f72c38c0e8e4d78d8c5b2799ddb 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 28337 Depends: clang-tidy-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-tidy-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 23980984 SHA256: 9f28be2abb53af9c64a404d5944e57afa6d963f0d41734d9cb30a1a982bc6a1c SHA1: 76e98246cf53c9662e39530d944732f98a3628e4 MD5sum: 2e67b6eb055f269a6c642c4ad0eeaec5 Description: debug symbols for clang-tidy-8 Build-Ids: 1fa52c0455a278e0c25684e246edaa1f16dae181 Package: clang-tools-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 202502 Depends: libc6 (>= 2.29), libclang1-8 (>= 1:8~svn339515-1~), libgcc-s1 (>= 3.0), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 9), clang-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), 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~20200303215641.87_amd64.deb Size: 50886876 SHA256: b257533bccf7e6aab8864bca0a86e25bd57a87ec0b3f026704c829c02925ae33 SHA1: 3b9f14b3089b63a6a4fb726507505fdda5260835 MD5sum: efef6348e91adf09b6c5afd7a08597d4 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 224777 Depends: clang-tools-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-tools-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 198867880 SHA256: 3bc06aec33fc6ce97677ff685308cbbfa712a50634423068baa5bb160b1484fa SHA1: 6e62c8966d8a9ccb7d6e13f5de35d8f6b31396f8 MD5sum: 0a88fa6bf0e736d5b31ff24a13e3e588 Description: debug symbols for clang-tools-8 Build-Ids: 0288e299ccef0bd3e278be85181b5e60cc78fc03 0d6db4fccfc455580a388e5becb0d447fbb6de91 1e8078a270aa920e6091638790565297e4caef36 1f18f33296ea0c6b97d31785f3639a2092157db1 774f2af6c6e9d7243a1888979efae1e1253e00c7 81d3905a35d359230f81df9d94d981f034c2c717 85a022042cab1b56786439cbaf54060d56fba041 94461d2fa57870e983c1f42b179175f0f08e9827 95d325544e4091ebecc86b219c77554db2bf0720 a2527fb8f12db565054be348eed9bd239c5924c8 c67db1052f302a59f860e167888b491900069f83 cc7ea37ea01eba9f1095196d0330bf0baeda3c54 cf2aedafaa8917927e9b34cf8f9199e3e3f89562 d7f3b6a735a7f975858f8753452841ef41deec47 efbb8e34e3d626bdd686229e56b98b956268e3d0 fbacb4869d4d86dedb720b73d995b0f4882fb94a Package: clangd-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 21452 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 9), libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 5381728 SHA256: f434093c3cc4aa6933ea4a6c6bb0724b4c264d30e8440839be8d4038f937929b SHA1: 89c8aec49c89e3e610db1a5b3cc7b1d98e89afa2 MD5sum: cb717af9d1777a91fc4b1bd99e1ca9f6 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29343 Depends: clangd-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/clangd-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 25423152 SHA256: 68ed65052eca28432bf3d56888946ace839637cfe7fe3a5114173ee75556d5e3 SHA1: 6951038589ed1f38ed4238ee7380e7b3bb06adff MD5sum: 84a2b1f6003ed00026b76a582183e959 Description: debug symbols for clangd-8 Build-Ids: 4056004eff7aa72b1f0b1672a590db4b009ec089 Package: libc++-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 6323 Depends: libc++1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 646524 SHA256: aab0b2413d56e70508103047d10b596107cc28262eba490e594d937e2e8c2f6b SHA1: d11382620b0cd1348e880e43e26caf1c89e6b03c MD5sum: b589ae1d8443aa9d02d6c3f75349927d 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 782 Depends: libc++abi1-8, libc6 (>= 2.17), libgcc-s1 (>= 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~20200303215641.87_amd64.deb Size: 209556 SHA256: bc1f6afccd10de076783f0e8b9a5b29abcd6c9bbeb024eb0b3989891e684cef0 SHA1: 93fa4d3f13f7c66b7c757b8462f4d123329d6362 MD5sum: 9e2499834f11e96903c4430bc99096bf 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1035 Depends: libc++1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libc++1-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 857732 SHA256: 3d9b9eca8bae9fb9f0289e15a67c72f4eadf76cb2ca9f5546f89b19cd4feef43 SHA1: 78e7b4f40a55f8880e790d9f82c4d8854bb56655 MD5sum: 92b92f5866a4ec212192d31605e82ab8 Description: debug symbols for libc++1-8 Build-Ids: 67a3520c560345331121becfec37dac59e5b87d8 Package: libc++abi-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1679 Depends: libc++abi1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 608596 SHA256: 384455ef9cf9e3dc83f5958ce0ced8c6aebf26c43698096202e0b09bd5f3348f SHA1: 8284c76703905da59182dfa5d18027bfc8cbf4ee MD5sum: 5bb8fe4e00032b328be51c6a9429a9c3 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 284 Depends: libc6 (>= 2.18), libgcc-s1 (>= 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~20200303215641.87_amd64.deb Size: 89328 SHA256: e0c0626ca272b456a948f8526c83dcafa882ca2561c83c0180a56fc421094678 SHA1: 3a40380bb3f934844900059ff206da9be2628904 MD5sum: 6d8ae81056fa443858afe895b9598bad 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 269 Depends: libc++abi1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libc++abi1-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 209036 SHA256: 47c543b46103d5c890da585a0d806acff7cd5f37ccbd6a4df684f56506882159 SHA1: 9916c3635daf059efe8e0a024d57e1c234a4b63a MD5sum: 6a567679b22f17efedbe1a8477c364f8 Description: debug symbols for libc++abi1-8 Build-Ids: a4805f3a2124c8195c32485069c9ced690ddda53 Package: libclang-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 130242 Depends: libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 14366992 SHA256: 857075578ee0de67697ab5f3837894dbc9b16eb004abc1cead2f8c2f1d451152 SHA1: 4a738b27d5c4cf818a5b11deecf1cbd2dbb4a196 MD5sum: 3112de2b85039d89137e9565eec2bf28 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 43759 Depends: lib32gcc-s1 (>= 4.2), lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libgcc-s1 (>= 3.3), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 2984052 SHA256: 494bb534bbe2d4dacc62b6eb16a7442c05bed60f477eb54ed57201144e5a9fdb SHA1: 81edc6e1dd3f075bf93aa223321d16f16a9d31c9 MD5sum: 3b563a814d19ace1bf8ddddac800c219 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2864 Depends: libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libclang-common-8-dev-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 1788080 SHA256: 3b42f2bf1a57abf1e63404b5c82e72f1dedafda2f082cac3e08037da99cd426e SHA1: 747ab62fafeb9ee0e5e31cd6c661ac0bc4f75c36 MD5sum: e6d71d448e6a46ec589ce7cb781f6317 Description: debug symbols for libclang-common-8-dev Build-Ids: 01effb9a0bf041828547d65f129d0e19104ebae1 07742d77fd4b6bfe6c1273aa997c8b734a7e4b88 1b7b4f031095266e36398bdb292e3abe1fd702cf 29c3512769052379c5ca54e838378f3aa3184480 319f9fd1339fb0ee6a00e5f7e15d58a7b71be9b2 78fcfdb34363ecc00075013c8d56221160e5248a 7992ebd32d5c714cb1ae905fee1158d8537827c0 7c63f259d9c1381c165f8c1e6309d33cbc8b7344 9ba091d1fbecfe44d91d4d1e2d4b6ab95a5481d0 bb8bfc8e16adf57a572aed76a1007f788bee5b88 d194b73b04016a2e66e62d4eeeb2e4e168ca4cc5 d66e6673434989eb807ce7ebee537d6d584c8f73 df0a4a34c9a6e3ee30cdaca245c66c027885015a Package: libclang1-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 26204 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/libclang1-8_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 6241740 SHA256: 76fc1f98328a429f81aeaedcbacc897270b34b535ae9d192d6dbb787e96dfcdc SHA1: 9bea80963af5b020cea5d283d84c75b2235d0786 MD5sum: 95d1aafef34da746a654ef5bd9d8090f 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 30081 Depends: libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 25604940 SHA256: 518f418afb0b76387466ecf1a04190b3acf4a2e9ab11f83a07a62129821f027a SHA1: 94635bb75d690691796d35bbb31393e46a35d3a2 MD5sum: 5ac16d33f81f9afd208dc54a3217d687 Description: debug symbols for libclang1-8 Build-Ids: 3d3aa9be7eea27cccf39993f8117d3879ef31519 Package: libfuzzer-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 634 Depends: clang-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 147836 SHA256: 0332cab661dd0a25f55b4e2db6f11a210ca3ff6481ec72f929de876e80b513bb SHA1: 64cc82b7bc082df9360a3344a3b8d7d2cf18359b MD5sum: 8d0130e8df23d485576492616dc694d7 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 10886 Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/liblld-8_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 1191228 SHA256: 0930ca28edb03b42996bff8953028a1ddb8930374b22e7e3219d2835b2dfaaa6 SHA1: 14ba3a0c93c3d40f1fbb21c7ab2676dde952dc57 MD5sum: cd83fe96f140a32eb613f93bb399fdd9 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 203 Depends: lld-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), liblld-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 66280 SHA256: 38726130b3a5fcee8b03c7c729697328b87478eddeae14a506fbc8d3d496f930 SHA1: d49fba0fee5b644341fe7acf01c52cedc50ce94f MD5sum: b275b56f4e3905cc59d768272cd366fc 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 32519 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libncurses6 (>= 6), libpython3.8 (>= 3.8.2), libstdc++6 (>= 9), 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~20200303215641.87_amd64.deb Size: 8095488 SHA256: 4a2a07b9f3dc18c9eb779bcc53e68d324fa7c85eb3d2404f41f0e19210f423f1 SHA1: 92cdf20808da79c5515530ea63022d2be695f54f MD5sum: 0f06d0298d4f5aa9ceefbbb420bbe470 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29975 Depends: liblldb-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 24796072 SHA256: 0b72dec785246c5bd87934137cbb315b1919e7ee743a8bfd8d896da213d48ad8 SHA1: 17bfdd655533c62944fd77a95f2614f74290bc0e MD5sum: b3159f3f325ec8fa25f98c6d00be7562 Description: debug symbols for liblldb-8 Build-Ids: 5e2163e27c5d35e5d4d828868f86700e1054b301 a3352daaf93f15a0e5efcd9c7c5fde2f667794b7 cebaed5b6ce7fb5876dd20fe3b0023e3319729a9 Package: liblldb-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 46344 Depends: lldb-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 5239100 SHA256: 9873e31eacc7eb4fc65cc3323477af299b3e8f4e595a46e2a5f4dadb6a6897ba SHA1: 4013503d0990d5342c70ac8dd2299caa5e9b0ec3 MD5sum: 7fa69e6b984cab87a5b2c9fbf62d9caa 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2510 Depends: libctypes-ocaml-dev-mhhn1, libintegers-ocaml-dev-lues0, ocaml-nox-4.08.1, llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Suggests: llvm-8-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-8-ocaml-dev-iznj8, 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~20200303215641.87_amd64.deb Size: 220020 SHA256: 8c987164b1dc0cc8038179ede9e8a39c595af0765f095e3d584887bd4513a266 SHA1: d869e39ba1086a8879590d0a6d8b8f9634f3ec13 MD5sum: d78c3697d5ad48edb2e2092834d056d7 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 62280 Depends: libc6 (>= 2.29), libedit2 (>= 2.11-20080614-0), libffi7 (>= 3.3~20180313), libgcc-s1 (>= 3.3), libstdc++6 (>= 9), 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~20200303215641.87_amd64.deb Size: 13760752 SHA256: ef55e51c71f840c28242f5156bfd17f7663a5e77112bc4c81860a37922774e13 SHA1: 58b7127f1c549b66ecd77af0480b0920498fb036 MD5sum: 532e527731aba668b9c40ae97f679101 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 40481 Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 33775232 SHA256: 9501f02c955517d89a482e59a993756293b51b282e991c10c7edf2a58caa6080 SHA1: 57e796e263a6612c81b40380046e410beacef6cc MD5sum: bae178d923dd7f4ebc52084176de81ed Description: debug symbols for libllvm8 Build-Ids: 191c15e38010e6c70671259238792257f08cc779 Package: libomp-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 169 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libc6 (>= 2.14), libgcc-s1 (>= 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~20200303215641.87_amd64.deb Size: 62536 SHA256: a8260c24e77c7b63f8f0aad2fc566d7c4f0f0f93cb6d6c5ee5b559464f4af797 SHA1: f3b91436414bbb8b44a571cb5bbc1b3ba7da969a MD5sum: 415da373125ea0cbecbc0716d5cd6e33 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 55 Depends: libomp-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/libomp-8-dev-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 33464 SHA256: 334d7e5483e6f86607491f7d41657d29834f176d46853c9a95a5ccb450cd5967 SHA1: 7b7fa554b638b25369520599852fbf1676a0a3c9 MD5sum: 351a9144f4f87be44429f91ea2e41346 Description: debug symbols for libomp-8-dev Build-Ids: 2ee7805ce5f5c15c0dd9a327b68c74e6fd8e3cb7 Package: libomp-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 12012 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~20200303215641.87_all.deb Size: 869568 SHA256: 9c07d9393552f3d507cd67ce407cc458bfc0daf36bdc2d15790e61872c54c067 SHA1: 9c87915bab4709c0da6d312fecb14aeafcdff015 MD5sum: f4b59e0148c77b4e1ac30a9b036d5b2f 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1963 Depends: libc6 (>= 2.14) 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~20200303215641.87_amd64.deb Size: 330664 SHA256: 53cd92d37f742ae2290ed958565cf8c884b3283fd19048955f12398ba3678357 SHA1: 9c425915d280f1fe866661de7eb39124a42b0d09 MD5sum: 7f81069783c68ae6efe4ec2735b4b736 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 369 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 225068 SHA256: 436a703d74edd357e21839033bab2381874d7cc67fd745b6fcf3fc54db278676 SHA1: 413b610d7e3e647fd47755b402f3eec5e4d258a7 MD5sum: 0010ce880f1e1d9f30677e549293cc10 Description: debug symbols for libomp5-8 Build-Ids: 972214c04bc6832a1318533f78f03b02f3957407 Package: lld-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3230 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), 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~20200303215641.87_amd64.deb Size: 826524 SHA256: 1cb1cea5ebe868c1441be1c1ade2d637c1648030118ecf095abce1cce59e7386 SHA1: 055ddb0e33f07488953eabc34f8e5086e283fa30 MD5sum: 2b2e732b267d3e69cbf291c0ee2e86c5 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3348 Depends: lld-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/lld-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 2454588 SHA256: 2d801e86cd19dd4542a2f926000fb4d6abf4ccdf6d244a658abbd38722e762e9 SHA1: 78365837ff5eb5ba135c6a85e7280a4260031700 MD5sum: 122f0336ac7ae5ee6d7e125691be3d2a Description: debug symbols for lld-8 Build-Ids: 21921c291db13df42fe587918d5b390dbbe0bcec Package: lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 33481 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.0), liblldb-8 (>= 1:8~svn298832-1~), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libncurses6 (>= 6), libpython3.8 (>= 3.8.2), libstdc++6 (>= 9), libtinfo6 (>= 6), llvm-8-dev, python3-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~20200303215641.87_amd64.deb Size: 8689572 SHA256: 268e734324a3a16aa2a275c2a373043d5f0302710b8afe9b5a0fdb044b14feca SHA1: eab64a47d6e405a55700a7846212598dbb531846 MD5sum: e81e7aaa96b3d3a07fd56217527abeea 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 51656 Depends: lldb-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/lldb-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 45865684 SHA256: 509b1c25c97fc07e04951e0555d0804098c2587d7fcb2ef1f0fc7181a02aa753 SHA1: 9f17a325ba6ccc85d09706b4ee8fa68ddf0c0697 MD5sum: 32a79b6effedf4f2db92f25dacfc03ba Description: debug symbols for lldb-8 Build-Ids: 1d938019e7d470f9e20eab2662bb64effa6397a8 42ab6932621ca1bf219476acf6f382d10d682b88 4ab3a753e7482bdf2ba9126fb718a35e7bb45361 55fd9690a7a1668cdb81cf0c01144f2326c170b1 65d09cfbff206c31cd3f698cf0b5bab9daf7a130 efd5414827b9864f02d689a913f99746f4376ae6 Package: llvm-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16698 Depends: llvm-8-runtime (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libc6 (>= 2.15), libgcc-s1 (>= 3.3), libllvm8 (>= 1:8~svn298832-1~), libpfm4, libstdc++6 (>= 9), 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~20200303215641.87_amd64.deb Size: 4666852 SHA256: 00ef16c2fcadef78d0ed1d56543a5e346879a7385d98e2845bda298e5be54fa3 SHA1: 666be226e66364efcfdb38b73adafb7b1a771fd5 MD5sum: 6a295322c28ce1cc0b4f4a6bb67fef31 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16547 Depends: llvm-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 13206156 SHA256: 7ac8352c652f4a0129cd8ef22e9a3edaf6a1a8ff2fc587a58439cba9cd108eb9 SHA1: af93bb729d81a0245f649c52ae69a153918d94ff MD5sum: a9832d331c3dba3b5ef11d90bf88a724 Description: debug symbols for llvm-8 Build-Ids: 126c986c803afb2b9dc61e08b3449a560d64857c 2510a2112332be97c7ea7791fc6da582db72115f 2724bb7d8949072b974b80725b4a415b036754ef 2935710e8bea1d520a787390908424c9f346f68e 2a97b9ce0e5bb94cd58339e7dd50fd8057091499 2c6c5262e9ea29c1b16e42656e8ee4f9d6d88e06 307a0da8bceaaafbfce0106779643d7c74ce3137 34010da6c6907bad5054b712776ef63485d55de8 34dffb79a68de4f53c3242db57d44a36215561ed 3b3ad539842c8ec11c2de747a292faec71986afe 3c5ec0c0ca8e86384cceda5c6274513b3e9a35a1 3ca72bbd2fb8a2ecf025b125642af21637de17a9 3e55a4c062dae29b2b11a6dd39e40a832b18ddb9 4883b235b76e161614cc13cd3e9ad2dd0799c409 4bd636c11faae42988b291b0f2e7bda2a0419daf 4cb2bf27764aad58654d8fbe844a551e1fc38115 5c03f4ee92e2356311b7dcec64674a9c891721d6 5f56c078d1fabe4d61de8ea0831951277d97d351 69290f59476a7cbbd6f3db0cf1560e7001e4c3db 69e43936625975af816177ca09e662659973e8c8 7073e90c350cc729509e99e70efdb7d8fe9210d1 70f4d82b9f51b867e547a08402eec2d1460a0a3d 7ba5f96e8c4a110494c495a027e8e88c151b69ba 7ec379fd7daf3fb689b15a9daa5c141faa9ca830 7ec81f3b10dd38fa9fa951f8515bf53ae2a53240 7f046ca98394cd7fda02dcc951205b897588cc5d 85a195a4990cf4030d8f2af6f52dc9c3ba6c6ff5 8eed8f0fd80aa210090feb52ccdc554d5350816f 94af480ea4795a91ddae71c5c8422047e42386a4 959c6e22f9537074c2b8b6c34c08d5984e5585e4 9dd61def18c5cfeda83b557f84c1258c2c47c4a5 a5cc9763ffedb4572e1e5f31fddf0193ea2324e2 a81b796462746aa891739f93cec0f809721ff743 a93f50a7a758eb8f26c06fbe9f1b5a25ed374a29 acc3c11fc1ba50e17fe79032772b3786528f09df ad6fc6bec25befd14aa5f3d9e1e483f6f22b8962 b23bd2b6941287bb86e29e89e773b06f262e268b b50e488654d9374a524c86952bc56c43015ff2e1 b760567e4bef98c4b64d9a796f7cf2d8f94a9ac9 c81eee3d72027acbc5f94444bb2b65c3f2be824a cc9e85a4895c92c12e944abc69e4f67afc4a5ecd ce04cbefae073146f057228d0d750f19a4b1214e ceeb2e4416a78a6640f8c89dd2e7f7c0c32d5fcd d98207e306f6835f9a97976c121dd13fc06897c9 dac032fdd33ccf851caf550e2843e8467406647e dbf16d4052484defe65ba4cf1f1035bf737c8dbd deacb63b9bafa0cccf1ef6b4d7d246f78bd049ca df9e569238378400510c1367c059c19a90b9d3b7 e95e7853b284f9497fb040ee865c9bfbc394d484 eb2772afa7323c247c4256e8ea195ba8c3a5da76 f0c67ee0397b125e0df0b33de7f2a865a12affb4 f2bbd406b6c4105cef06a20937d902776dafb5fe Package: llvm-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 167062 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), libstdc++6 (>= 9), libffi-dev (>= 3.0.9), llvm-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), 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~20200303215641.87_amd64.deb Size: 22559296 SHA256: e9d418a84c0a28f219d30d7da8acc49952ace80be3e20fd1e122683df730659c SHA1: 51a1ba51bdc492ee87b98b9c267cffbe702cedd4 MD5sum: 0ff6943cbda4a7c3db1032a635fbc8ab 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3701 Depends: llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-dev-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 3073176 SHA256: 13691b523d2abc9f4f8dbc13701caf54d76f94e40a4464b4d526fb1dd51846a9 SHA1: 67f241d4b3cbba238792b8aa47703b984026af1e MD5sum: dcdef69f2a3fa6b4cb384ad1199a255d Description: debug symbols for llvm-8-dev Build-Ids: 300759868a2cac3f462115e96770f9003f8ee93c 46a75a37c6a6f4dc2af168347477ada41452e6cf 66bbc6caba72ec5b4af8205d885b0b6d1c749efd 92facacd71d6ce5448e5dd022c11ab8ed47a8664 Package: llvm-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 21341 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~20200303215641.87_all.deb Size: 2404592 SHA256: 5db9350f588f0b44a6a03a7b3f5fc8122e29cd6f96d1939c5e7a99d366de5de1 SHA1: a82513874e6f82e407f524af3bccc8f800b2b9fb MD5sum: 968965c9fcc0dbc6bb3ce08434330cb0 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~20200303215641.87 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 479 Depends: llvm-8-dev (>= 1:8.0.1+svn369350-1~exp1~20200303215641.87), llvm-8-dev (<< 1:8.0.1+svn369350-1~exp1~20200303215641.87+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~20200303215641.87_all.deb Size: 271380 SHA256: 8c29607c86ed94d678d9d439d467ff534b87123233c11a709dc3c6e3a39d4276 SHA1: 450572401f13661b5ec389f4601a5f67c0109b6a MD5sum: e45e6a59e4488ee9eeaf0425a2ded263 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~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 678 Depends: binfmt-support, libc6 (>= 2.15), libgcc-s1 (>= 3.3), 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~20200303215641.87_amd64.deb Size: 202688 SHA256: 59860236b3f9bcfd9df7fa6dd357c7fde7f5b56f7708386c900333face2fb1d3 SHA1: 07de827b6e9e8648ca7edc3500922b7bcc70eefc MD5sum: 0c23d667f246d1e75be6d8ba813ae2df 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3398 Depends: llvm-8-runtime (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-runtime-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 3165148 SHA256: b382de8064ad526e6b102cf0a309a52612dd429a8db00b85447b918dd3c92178 SHA1: da505775cf80faa593477672db6c78a1c0ca9b3f MD5sum: 457796b9f81ef74980623d82e08b6ece Description: debug symbols for llvm-8-runtime Build-Ids: 1301dff0b53a8f66e7286c2d3153727313d53b32 4f14d7d0c67d79fd70747e02ddd7b4adbcd5e409 Package: llvm-8-tools Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1039 Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.3), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml, llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) 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~20200303215641.87_amd64.deb Size: 260744 SHA256: 7f501f43ce2f4fb55f618ee7f76647451a99f9e3f09669bfda48cea0bf771a95 SHA1: c3ca6d3a5fbf7743f4e23a61149bc08b51870713 MD5sum: ca9e67d002e19c1177a1a59b9f242014 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~20200303215641.87 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 945 Depends: llvm-8-tools (= 1:8.0.1+svn369350-1~exp1~20200303215641.87) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-8/llvm-8-tools-dbgsym_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 840032 SHA256: 75c8aa2b31485e72fa0ea799c4051ddd9dcff1f6b3bfc4f5779ddc64a416cccc SHA1: 782f535a348720cc2bafba3c18f74210e5756249 MD5sum: beaed9d941098dc47a4f053b0ca43705 Description: debug symbols for llvm-8-tools Build-Ids: 1051e53be9e434158c1709cfa0e2d239b4e9279f 43dd8ffa70f48c1dc36ba7434e47f531cefd7d5b ad4935a9b0d21923b5b3904e8c1677110c598700 Package: python-clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 57 Depends: python3-clang-8 Homepage: https://www.llvm.org/ Priority: optional Section: oldlibs Filename: pool/main/l/llvm-toolchain-8/python-clang-8_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 35768 SHA256: 5dad0d61af33bb08109ab6cb72aed7c7e9a92f6058ea35b5b64ef8b54ceef5fc SHA1: 017cf673f5bb73bd95e23c497bc52e762e822c6d MD5sum: ee917ab4b105a8c008a38915097dff22 Description: transitional package to python3-clang-8 This is a transitional package. It can safely be removed. Package: python-lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 57 Depends: python3-lldb-8 Homepage: https://www.llvm.org/ Priority: optional Section: oldlibs Filename: pool/main/l/llvm-toolchain-8/python-lldb-8_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 35764 SHA256: b1c62d16d96a3eefb167dd94d9d1b16ffdc826c802881b32d178ef92c6196bcd SHA1: 4f74d7439610fd5bbbe1b681050d8664d0d5b3b4 MD5sum: a249070ef4c30a96caeb35d9e9a934da Description: transitional package to python3-lldb-8 This is a transitional package. It can safely be removed. Package: python3-clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 189 Depends: python3, libclang-8-dev Conflicts: python-clang-x.y Breaks: python-clang-8 (<< 1:8.0.1-4) Replaces: python-clang-8 (<< 1:8.0.1-4), 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/python3-clang-8_8.0.1+svn369350-1~exp1~20200303215641.87_amd64.deb Size: 61080 SHA256: b85a8084c123e43b5bbd540163536918d886901a7410fc1d55b69bc1d9f9d7de SHA1: 88086256dc004745c6cb41202d5f0fbb177e4880 MD5sum: 28572c50867458636ba90b783e343196 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: python3-lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200303215641.87 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 728 Depends: liblldb-8 (= 1:8.0.1+svn369350-1~exp1~20200303215641.87), python3-six Conflicts: python3-lldb-x.y Breaks: python-lldb-8 (<< 1:8.0.1-4) Replaces: python-lldb-8 (<< 1:8.0.1-4), 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~20200303215641.87_amd64.deb Size: 123128 SHA256: 509956a071f492e98394b09936e95227fa21cc6ad6ad5511e9c44533091bde2d SHA1: cc9c10efcbcbdd81e0a52782074edadee76f4ce2 MD5sum: bbde75c1498713965178693e2e7fc417 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.