Package: clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 31215 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 8017996 SHA256: cfa98a9c48d09d1688d50b223d677340d9a28b80fd979480b56a0e743cf4bdf0 SHA1: 05f61cd9c6d6f547517083d388317838b76c9b1c MD5sum: 45e36f08ce783e898c8160d71e0186c5 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29705 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_amd64.deb Size: 25620912 SHA256: 2cb27af1ece2e5b38d62fc50c1937a216bd887d606017ec82797be080f492ee5 SHA1: 641913078d87a6f6d1754cc04967491cccfd28a8 MD5sum: 2e39cfd643747f4dfb673893a1223742 Description: debug symbols for clang-8 Build-Ids: 071c5350e7aaed89b9df379e33aa586102b90cd4 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: amd64 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_amd64.deb Size: 44628 SHA256: e9e221d328760b10e42492c6b80e0044b3ead28948d193b22b8420d2b4cf8d0b SHA1: f26199332e1475f6f30ffee3236ef42aca916f6b MD5sum: 5290e06e5e99fb2e0136454c3d0ab229 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1581 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 522600 SHA256: be3bbb97837c273e32dbb0d35b1f32e21fc978c8865b0be79a7cdfe672cddacb SHA1: c79f7af85e40997e00b607138b77c297d21170f2 MD5sum: 5036f7d6a5557023de2f6ebcb7400c6d 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1306 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_amd64.deb Size: 1177808 SHA256: 51312b321c6cda20f69e5db264b43a2dda96f5460b5d484ec8586d456caad796 SHA1: 8997bcc06b8e23e1ba14cf2021e74865fec6e1b4 MD5sum: 709cee27e03a19a10e69f58da7f231a7 Description: debug symbols for clang-format-8 Build-Ids: 61d9539eeff0c039bd7c34b192fb3f2834430d88 Package: clang-tidy-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 23811 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 5914212 SHA256: 6ded3f63d2b6fcbf299580b240bc7603aa4c7afb218dcbb5ad2efe6d26d47d12 SHA1: 3d8ab9df903bbd1dfe559738b104b31b4cdf8e78 MD5sum: 851e6dacb6942490d951733458901b12 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 28375 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_amd64.deb Size: 24032200 SHA256: 9cca662516df05424e7a54e8e160af4d25f271262ba19c865512dc39ff625893 SHA1: a23ca2005c8cf41cefdce92ba0c2974d23fe9a5d MD5sum: 10a789c01de6343b3eefd5bd439fcecf Description: debug symbols for clang-tidy-8 Build-Ids: a87d75930258b6e03f68298d01a789876eae878c Package: clang-tools-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 203386 Depends: libc6 (>= 2.14), libclang1-8 (>= 1:8~svn339515-1~), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 51170644 SHA256: b0b35530de9efd98b90f8ef151a38d08ca3d98fa660c81604b972fc193d60f89 SHA1: 38946a85808e25ab7d00756f875641afbdd1083e MD5sum: 15ec78415f7a20590ff0f70f17af5a82 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 225326 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_amd64.deb Size: 199499304 SHA256: 6a0a5249da183ba17dd21c807ac56fb08e7e0f8510e135cbe6c051c69b6430fc SHA1: 112e028f629913f91a4063c0cc5126ddbe8c9b5a MD5sum: 3081cf013228c0af97793030b746124d Description: debug symbols for clang-tools-8 Build-Ids: 079086ceab66d9d6e28f9ba63e88a33a9cea0e1f 08f64af38f6774a9f12c2de24ff3d44618348829 25a7ef7490e7f320f86fd16f00b1fc049784acf0 28b125cbf0594a863a9666993df237497da5f5a9 30502eb8b5b442e2fcdff5a9344ea54fe8549e80 4622df633dd66acd2ba164101107dc29a514b113 47792615acbf37a16292adc69c37e892f3681819 63bf374e52f777128e683d4784ee32b18486ce53 6ad8e837ea872c36a579b303752ca74bc18587c6 7cb469d3c9c7f51200b50d0d53f205c810bc02be 80eb6bd73deb62cd09dc06de977b47905ffd0ed6 92e58117ac5195885ee4f818e7da41b8d3a74a24 ae7b05b6413df6529a0b87558ee171c02712f635 ce25917f6e36dff8e55f3e8d5f4b4b1511d93ec5 ceabf04bdd88a660cdc5590e016413945234ecad dd4fa141d435727b64a750f5d07a5c45c6106f8a Package: clangd-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 21519 Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 5395896 SHA256: 2724c4511fe4ac0bbd02f49c70d495fedba746f6e3d2ca7523799b1539548275 SHA1: 307cfb05e052314c948be14015dc795f5c83b372 MD5sum: 122aeb7bbb95129a5f8718c112130491 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29400 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_amd64.deb Size: 25489640 SHA256: 475e804b4f3c016dad4bf914841da4c4f2bc3e27b2ca68a855ea7d34bbc67fbe SHA1: e1938b79c271be7eb682073959e41ef3879f9c75 MD5sum: 2ec27f0bf369bc0ed8fa651a83686aeb Description: debug symbols for clangd-8 Build-Ids: 47667efd90a9ebef7df456a94a01d71655e1030e Package: libc++-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 6322 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_amd64.deb Size: 646320 SHA256: 9a10ea3b6c87ad273f35a6a46654e1d232762fd1e7265642062a93d691ba0364 SHA1: e8f9721876ac46e37490b0ca39a0fcdac9078358 MD5sum: 8fe04932287614cd2c2a05baf4d99514 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 781 Depends: 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_amd64.deb Size: 209852 SHA256: ab25c67de973641afc71b2b5669062643c8088ce53e5cadc83dd33ffd0357081 SHA1: 45bb48d2e32c0816862190e49d2fde0881dfa575 MD5sum: e058e8930342c1ff9c56899f5c15779e 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1034 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_amd64.deb Size: 857080 SHA256: 37e963c9c6de8685a1163bc998af7c0004a2d13c60a8f3d0803f302235691b72 SHA1: aed4fa2b7f1dd8946a10a2e764ba3e20f9a1d040 MD5sum: 9c82f8a30d17a5a651ba417de1e0b91f Description: debug symbols for libc++1-8 Build-Ids: 249279bae07111110c2d8021ee1af8553d9f43ee Package: libc++abi-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1679 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_amd64.deb Size: 608624 SHA256: 769a51640c941338fd5fa0576699c2912fc2f350ec09c5c798fff3881b741cec SHA1: 697396676ade2aec1df04bc8f4c7249df28e05ba MD5sum: 86ee86c3b10e072c3e3d2ccc628fc5ce 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 283 Depends: 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_amd64.deb Size: 89008 SHA256: ebe10b96fe3daafc89dd34b189dea3266e1eea898e3cbc47716431f49b980e70 SHA1: e2d61209729cb247f01d0fc1edef1389d4e2a6ef MD5sum: e192903966b245a05b705a0b65717e86 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 269 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_amd64.deb Size: 209160 SHA256: f14c3515961d704737985d301451b68bedd6a6f0ec9ea5074cb1001dedd4d5f9 SHA1: 01d8b03e6480d0eaee050dbf59b99774b77852b0 MD5sum: 5828e053800d050255cabebeaaaad2b5 Description: debug symbols for libc++abi1-8 Build-Ids: 83d12f3919f5ba60f629336b6bb7ea57b3ef0210 Package: libclang-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 130080 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_amd64.deb Size: 14375972 SHA256: d24d9facd2caa5f2f0ae4e35aaaa3d89be01cd1c250fc5316d92a6a87376d899 SHA1: cbd00f354bbd2bcb6fb950a78cf454d1856a8bb7 MD5sum: 1f0350fad478ee3183866183d08a3906 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 43746 Depends: lib32gcc1 (>= 1:4.2), lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 2985144 SHA256: ad91a73907cae75484642d767085fbef739bae07f367bc342b284227d570d2bf SHA1: a4b6659a49e37acd21f952e9c62fb5d528be2355 MD5sum: 6fc73b4b5e0935518fa398fb020abaf3 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2872 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_amd64.deb Size: 1795936 SHA256: 08e6f090ddc36dffb4239077c84deb20da25c4031c8195d83d6c61d6f23844c0 SHA1: 55796812cc1c7e5e071e64d3a170322c1326b18b MD5sum: 42d14518c4251af292f08fb25e1c3a04 Description: debug symbols for libclang-common-8-dev Build-Ids: 0c5ed4e338feaa3952bdd10ec95e579c54d28de0 1068e6a9a86ff59f7f8e52b19d4879a134b581aa 14d4cf3b51db5862373087f37a6b34a84b4430a7 22441c18e882f28f71f7a5a62d9f19a43f29f026 229b1887472a010dd2e69b65ad58dd8f46f07ec5 3109478165009b68f4f9270538faeb8da121b2ad 50ba3084003ace430bb16eb4138be2054a52076d 5be9a8e15ea71ffd033ac3a8d7cc6bc78df39b3b 6b7a88425e3cca516bcfd88686fdf3c4a5b26f82 72799ae2d61df68faa8cc65c1ec27c852a63b318 78d0e06a7a2b22216e0b810c071a0fb1982a5945 b26388c2017a41ded32e5fc8b1ca6070e6140ed7 cbf5ea5a1491eb4ff1c9753eed41be702219d3ee Package: libclang1-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 26299 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 6257372 SHA256: b4cc8900ec3a43f1fa5f0870df7ddaff57b63a110492a236217c619391bd0f2a SHA1: 14842743e4f4df71f1bfeb187861e340d8995d26 MD5sum: babc8c51d081d670b65b5bb5eef3303e 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 30124 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_amd64.deb Size: 25659264 SHA256: 6e4df70eb55aacac6499e4331334d9c6763dff94700e6e785065924f5df425aa SHA1: 974fe011be079fd11bfa021f73076b1b1334d8ad MD5sum: 644fb120ddd9af59d519364648426027 Description: debug symbols for libclang1-8 Build-Ids: 80c792c326ff968520b196544c6f797bc89b7a77 Package: libfuzzer-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 632 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_amd64.deb Size: 149704 SHA256: 599ff1c8fcfbca6c5f7a89dbdd8a2a9ac617fea8b97bd9927bbfe41c1f06b70b SHA1: ae55b8dfa27ad6cdee72de61ff2d7c61c799a403 MD5sum: 94d000ea5b15153fb9bb205fcb2a1ead 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 10941 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_amd64.deb Size: 1206736 SHA256: e2c88a5725261ae379e264da680fc6cb1847b1215a9b304f34b5bd386cf8422a SHA1: 1659bdfa787cbaa7c016eb7744168f0eeab48bde MD5sum: 34466bec8fcdba9596bf9bb0eda07ffe 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: amd64 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_amd64.deb Size: 66020 SHA256: 746d27d4a0b564528b990cd68b971b3438b166024721a61d57def9f64c6eca19 SHA1: bed09dc103c83fa4187d4ec38f1e6a7110cd7960 MD5sum: 04390818b52cdc51cb3762e1ff2024ce 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 32711 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 8142764 SHA256: c0b98bee1c13ff98540befded9e69b980400456b70dcef5ca7b2256e4c623320 SHA1: a9b24141df7683f5d702003806ef6c46bd644c8a MD5sum: d10b0cedd35c3977c7161b472dd4dc66 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 30053 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_amd64.deb Size: 24893288 SHA256: e86c331fbf7bded2cd1bbf2a714d8b1129dba21f189f2da52dcefb8770f05370 SHA1: 6368e57dbaec3f89bcce81b4bbb2f8821465d68b MD5sum: 6136220f99a848f50296543cce5c1a16 Description: debug symbols for liblldb-8 Build-Ids: 0af04114a2c1088d7b949b6306b4521f2e177a5a 867e540de3cebe257d9611fdc0cc85f52bcc5f6e ba999942252560b0012f3b285df52e2594b5fe5f Package: liblldb-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 43025 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_amd64.deb Size: 4812004 SHA256: 75bfed497b630b9fd84c98d83b074879a7c0def14a0e0ff50c75e7cf12de170f SHA1: 1224014780ff549d934e5c58ac606e2e284556ea MD5sum: 38e5baedf4d371ca22ba60c15d9a808d 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2447 Depends: libctypes-ocaml-dev-8pab9, 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-44u50, 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_amd64.deb Size: 210936 SHA256: bf68d7509c6d288e66e9ed7eebd8527e16e853a8613d8f8fd0d4fc98dcd2b892 SHA1: 57e7dbab131c4124f081ba9fb61509072df28ecc MD5sum: a6105f3fe4b36a4ed3e9bcdc82bbfc08 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 62653 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 13811484 SHA256: 38cb3f68d307c11e75a8b703dbd511c3a8a0ce63f26cba89a19de099e9d7d0a8 SHA1: 8b9b48857daabd18f16850e0e5e58054286bee63 MD5sum: 50953040f4b512448617ea1d8d505db9 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 40720 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_amd64.deb Size: 34023896 SHA256: 3eecca315cb5725dae505679c83cde730aaeacbff2b3c1651fcd9dd85f05e32a SHA1: ddf20a65f1f73d1df3afadc7b2feba395c18ae3a MD5sum: 6386daae31e24840b9bbbdd4d6286c6e Description: debug symbols for libllvm8 Build-Ids: 6a391112763710a1e774b7d5b360a9821d4906a4 Package: libomp-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 168 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libc6 (>= 2.14), 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_amd64.deb Size: 62204 SHA256: 7121e225f480cea66829a43e33e537c26e7e3e6be7fae059af895349c4adf9b1 SHA1: d08d3379fa4113f88692b92fa250298783b72d71 MD5sum: e8357ad052ff0038aeb329836db40aab 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 55 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_amd64.deb Size: 33620 SHA256: f7a5fdcf1e1e2c898dd24f90c09acc28db2308ce2751e5b34bc830abe9dfd264 SHA1: b0104dc49c3925d0a8c6777c592145c2dacd85c3 MD5sum: d97062bdf7171649f3176111f5e5fba1 Description: debug symbols for libomp-8-dev Build-Ids: c68d95fb1ec6fc1780dc25c4d2746cc482fe5e5f 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1962 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~20200114191353.9_amd64.deb Size: 330908 SHA256: b4c237b7b2190520037d0a568f16639cdce051317d89ab93fbcd3103252a36cc SHA1: 588f43f201e5380afca37d320e4c54a0cd5aab6b MD5sum: 0e1894a7463e731fb07e696cda44408f 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 369 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_amd64.deb Size: 224896 SHA256: 48555d69c78d3af291548c8c0c30d89763ef05742ccefc9393ec28f071bbf345 SHA1: 368a2c58ed06b720a16b2d4f48b27be7db8558e2 MD5sum: ea19e1a770392445d6f289a771259660 Description: debug symbols for libomp5-8 Build-Ids: aade09c1785764da4ac9955265f5a4fb470f4184 Package: lld-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3333 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 849056 SHA256: 42729a7b4fba6cd7934daf6bc91a8875153b4074fa8292b8ff6789960493e619 SHA1: b68ecd6fc57725947f8b2287caa4d6d4544e4dc4 MD5sum: 5b16ee4899fd3a78e7d404e006b83d09 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3444 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_amd64.deb Size: 2553916 SHA256: 83aaabd30836da9adecfe8cc30f37cd91f49bc8b5089eb1e6c9f7217e3e86a58 SHA1: 32e7fb09e5031f603d88c7908dbd630f1c2c0423 MD5sum: ecf9a52579afedfdb6ca91a9928907c5 Description: debug symbols for lld-8 Build-Ids: 2c2923f8a4f6757e5cab04dd77e35e87a1edcd58 Package: lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 33604 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 8714648 SHA256: 8bd0bc0eaffaa80841dca18d8457acf5570043f346080c0533543a7af8a7f777 SHA1: 76b78d5b942f7be3ebd30522c0f29186a2366a4b MD5sum: 97f44dfc3b32081c8071396edead0497 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 51819 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_amd64.deb Size: 46045196 SHA256: b9166730458ceb0cde9c9fa95b16e8b220032bbb7d0874b00a99f1ab6ac5d2fa SHA1: 02449e4e96dfc6f9038272d139e657178f8e079e MD5sum: 59d331f9db01d1da73076d1079c06331 Description: debug symbols for lldb-8 Build-Ids: 076cdc34177bde1fc98b28c174c9367f4196595e 2ad84f7b42acdab3f713d55371a87dfb67e96f8e 87a1960448d0b4a3f2f3a2115b46416f3f9982dc 9da1633e828deccda3941e7ee70bc9736fbd11fc b8790b12be270d4985c1975b381095d35fa55e1d fdd33b694aaaf39234173c64a6cbe1b5e3799166 Package: llvm-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16753 Depends: llvm-8-runtime (= 1:8.0.1+svn369350-1~exp1~20200114191353.9), libc6 (>= 2.15), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 4675128 SHA256: 6b7a1f3483ad709a233701c3d087671b5ab75a167ade28469e2725b9dbfc7e93 SHA1: f5a60a53173c35520d557e4bebd3e58d4a4bd987 MD5sum: 65580645a71dfb68e98ce7d18f40d4f4 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16651 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_amd64.deb Size: 13365376 SHA256: 46c1e93d1ea158cbed13ecdcbc3b4070d1e74770c0d9b3a82a70ea2960ef9a9f SHA1: 23823023e0f25fb0f8b125f408064778ba6651a8 MD5sum: 90983a580c1a9d5285b80e56c850333b Description: debug symbols for llvm-8 Build-Ids: 01cc0af97bc77964da721b38c94aa2c08e2244c1 055ada4f09d1dface1eb433dfe0067852915d06d 07c6621924893c185678b35d001019e056f302ed 0864341d5627fde48d3f8eec81554c4b56947ede 0c4a347c5387fbcce82b152d9ee2a1fc86942c13 0c4dab58c6650632f3d82f5b7a183074ef565c3b 0d232eeaa8d097e3ba605919b0a19914682f2245 17c4fac39425aaa4faf485ffaa2c8ca6b804ce1f 1c19269a9d9f812f57b41d3e43b9944ef87692be 218fe79cba634dbbf2914b1cfce7484c206cdd97 241acb8792591119913a87b8b2a8b57a9033d459 28c1ddc2a792a76b4e0f2d4a7d3ef785959ead9d 29f01b0351af3f91fc59a5eec3755080b97475e3 2a7ec996a3e183b90cd26e4402e9aac980cfc578 2b167bec57c3d274a5106565c0ee27901bc5652b 304c49154dd1597ee30d82e20484b852c36b2dc1 36400dad8df65b8b389c58877b124c7bef919336 38254aa01b53df78f09a2dafcf80f4aba158c1ce 3a5fe74a31874a60d15aefca42b0add4ffdb39d9 3d6de79ab5fc2c72875ff2f748a870684e9d5312 4463c993c57878eecb9cc05fb801fa02856a41a6 47971136053f8bb991212049fc311768640bd225 5419592321050d31d86377d1b170cc164614efab 54f5746f6fe6085c3290758d70d3c7f4ca49b500 632a0fefea7c3e6f356ca082db39f08e60c1f81b 6c00c9cff1fce512bdc131dde7b64701d9b631e2 6d987d59dc14db6381175b6850e9a4d1804485a3 7153ede48911e06b12dfc9d7d6260af315951546 7ae94a5d3b752774bff8bfca2502ee4e60a98848 83db2802e1cc8a1e362b3359668d288084ce091b 84fd7bb2473b2ad70dd856ffec2c29fa48d2a1ef 91593aaf67cb2c1a847d8fec88a9f97f1e6bb479 9b8f3920eab3e6f6f1c720e9d844f9679719044d a4d304ac09f2fea9f9a73aa7546c1bf808c1f931 a7eb0ae6ff2df612e027e5c30092b748f0b6ff67 a993b010ca72c50e23d36bf79da0ef3c542802d8 adfacd04568d5a48f6b5bbc51db1166681338720 af3548d8f7e39ceabaa5373e6fb58082c2ab4319 be2842664c6a7b8698417ee031b8d5fa3abf7051 cfab0418c04f13fc0c55fa7435777860da20f0ef d054b9390578655b3532349adad8f0488aa7d08c d98e9612667ddef8f9f2f2e3e5d5bd1d8359ac94 dc3177f2a31cf958ba2612015d80b6bbd0903a54 df5a7b12c895c2a70459fce6df86b0ca9f75ac44 e2d2abab8724c240a90120ee46b3774c5dfb85a6 e318a65be74cffe3bf23f2660007535955cb13c2 e637256feb9fd37ebed1a157cc415e6a27ddc42c e879c8c61d4a7e74450866438ab8d568643692ca eb21f28651fc7f5d3820450e19575650efa77a29 ed0e9667bbdfebc17a924b2c23a7de8cec183e6d f5f4116188c198618af959cebcc344b103544dcd f97295b8470491f3bd8b6bdff46901da352f018b Package: llvm-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 166842 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 22592624 SHA256: 465ca6184815a30d2556e33472e3f3cc31906d1975788e7160ac84f444ed0d62 SHA1: 591a1d893053b05279b3752e5b4aa789f00b1bec MD5sum: dbd071c97da3d880792b4f67595ac556 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3708 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_amd64.deb Size: 3082312 SHA256: bd665ab4068a5a6783ee201613adfa3cb78dd02d4cd8a089c02a4627aca8e471 SHA1: 6d65f5283ff18238b1499a1f82b0ba7d3e24fb68 MD5sum: eaba7daa256c38e0f7a95103266c7622 Description: debug symbols for llvm-8-dev Build-Ids: 84d407f35d79aab9b927e53285cff2a61876fe44 9654a77f8103cb18e3e22fb4c7082dda034dff69 cdde756785c4ea5574a070720647da9e5b87c8e3 ce2225925182344b445906202c12dcee888d89d5 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 677 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1: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~20200114191353.9_amd64.deb Size: 202552 SHA256: caa0e6e91eb94eb8bd9ed7a39f5c57c9e1ca2760902b3c7ca1589d87dbf4c94d SHA1: 6fc7dd63b7e892196bba5cc73091565275c5aa62 MD5sum: 263929b3585643cc7f6d3d9a8bb1da9c 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3428 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_amd64.deb Size: 3195048 SHA256: 0b9c4defcdade1d5ad59ab897a638225e0302d120265ab06f6f35728826e3aaa SHA1: 88f8457226b83c65d3d0ba77ca9457f34e326cdb MD5sum: 92325a0b54474b41159a6be950404ce5 Description: debug symbols for llvm-8-runtime Build-Ids: 67ba89d10b2530dd84b6acf1f0529eaa577e48b5 6a99e9830304000274205e492c4cafeae7ee5779 Package: llvm-8-tools Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1042 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 260164 SHA256: 6a669ca4877137b541364e420f08aee24f51a25b48a3f746b707c0eb5bc08905 SHA1: 8afa647675956085cf7fa7ce2923fc4075022638 MD5sum: 4d0b6c3983ed78643575eae682573ecb 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 962 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_amd64.deb Size: 857436 SHA256: 900ec238318e63152d966ffe4ad3d1a6683c804d23e876120c7b0e5173b1185f SHA1: 9e30e0a3d4468cf3a713b5271d897851d2aff0c7 MD5sum: 94d546ac53ff400d06bee211b8adef16 Description: debug symbols for llvm-8-tools Build-Ids: 1a26d6d9641143010e3f05407593c29515329588 5d8b74e93c0822ec943a263d2502a7bd93f84264 b921946a67928afff4ac8da5ac17ca38fabc00fe Package: python-clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114191353.9 Architecture: amd64 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_amd64.deb Size: 60828 SHA256: ded4ee3ff9b62be4745bd667d5a7fc625a67aed6bccbe6f4e1864e0743df0735 SHA1: 7dc6b8c743e0ee3506ca313029a66f4c0c34bce9 MD5sum: ca72e6d80d4f9a4aeca95d0dc19b8962 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: amd64 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_amd64.deb Size: 35932 SHA256: 20b56a8130d282a76c6ce252e781e9550a17e277e3ab2a2bd2e84270998edf6f SHA1: 43a6e07c59592382d76375e8776929be475cf074 MD5sum: 143037957bab44d4b32c35fdc3c73d9a 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: amd64 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_amd64.deb Size: 126272 SHA256: 461768bc56ba7b07a30be59822e7c62d70f391567e46a7d701765f14d20edee2 SHA1: a99ca54327be18b327a41906ab0df6a5f8deb629 MD5sum: 19c0614907ca10b6915a9d35ff4a32d8 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.