Package: clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 124982 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 5.2), libstdc++-6-dev, libgcc-6-dev, libobjc-6-dev, libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 24347186 SHA256: ce0b7b6bd8a9796c95ebe7569a2cbc967dcd7ed10399fa1949d3ce5c9b6c20eb SHA1: 8cab5ca15cf5e0c07645e827b082e345fed1d069 MD5sum: ea349ef1bd0ca459bb88e79a7beccd36 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~20200114192041.78 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29702 Depends: clang-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-8/clang-8-dbgsym_8.0.1+svn369350-1~exp1~20200114192041.78_amd64.deb Size: 25638780 SHA256: a2dc4acb8aacd96c82c4a65d564f2111aac0b84bad80f3131d4a713dc4562a0d SHA1: 511e69070c54d6b3a4782327760e96b4d1c0ff4c MD5sum: 933c651609d0733a4a0f3f892f665069 Description: Debug symbols for clang-8 Package: clang-8-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 8154 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~20200114192041.78_all.deb Size: 986018 SHA256: 4a066ec92e9c3cb94e8daab25a1c4275d5572c6a7f27916546134903c3502e88 SHA1: d784a7136f01085419d90f40c63ce4e546420437 MD5sum: d40bef2ea76d051f26d635b0a8891114 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~20200114192041.78 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~20200114192041.78_amd64.deb Size: 44562 SHA256: e49d4843ceea6af32ff6f97048b85557b0c5349847fe02104f45c7a85e854616 SHA1: 908d47719505ba5ed1f6bd34edc86cfeec6d3252 MD5sum: 319d92bb4a91d554ac674d96ab56606e 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 5676 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 1321310 SHA256: 0a312b2298b54ddcc8bb16034b03600fbd88739091eb41a09785725cdecf7dd8 SHA1: 90c6cc06e8b0d424ae9be9951e2bdab5073782ee MD5sum: ea6b743915a853e32976adb6000c9b22 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-tidy-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 118976 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 20482530 SHA256: 26474352be12c32823ec35054fcc6af3ff09da177384585116a866e4911d595e SHA1: d76562a52c650ff4290dc10b9ab01fd3d9a29ded MD5sum: 7820d94d407d72f8bbf9f6fda429e677 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-tools-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 936550 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~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 179531608 SHA256: 963a0abb851d2aef6b933b3857ae38928e18357b19f96fc1370e465c001e27d3 SHA1: 280103e605b1e658963df9a120ac0d542188ec0b MD5sum: 21234df9936d5efca5f70c2e0197ff3a 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: clangd-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 122270 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 6), libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 20732334 SHA256: 81cc6fd8d4a263bf01881a11651bb76984c66ffd7c8cc021840d22e406646343 SHA1: 798af4f8854f7f4bfa718efa733b7df672eeef1e MD5sum: 19895c6a54e53a6d48997d61017c1feb 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: libc++-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16423 Depends: libc++1-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 1698378 SHA256: 509871e7962ae1d5153aefc1d4bb511d73854e6658bf24764bae19cb0a1f3421 SHA1: 862e8b6e7fe37ac890e7a49a8595b532675c1f7f MD5sum: 511b3dd60cbf46e33b81221dc861a04e 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 4451 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~20200114192041.78_amd64.deb Size: 827754 SHA256: bbff06ebd114d826b586bc7614fa3545ae031f033b9e506fdeb1862295f87924 SHA1: e0d16894cbef9e4356974d74e304fe9bcd8f6b5c MD5sum: fc1bf4ccbef6fcaad4e0ffe97f7a73f3 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++abi-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2307 Depends: libc++abi1-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 304324 SHA256: 6d7c0baa1c9eeea6493c3ebe6ce32eec1e2a4ee57afac2d0d662225dd95afd35 SHA1: 8e74031c090e6a4a01bf2e99f57c1f344c77093d MD5sum: 44e59b336fffff631eaba969398a6c23 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1119 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~20200114192041.78_amd64.deb Size: 242966 SHA256: a10e6f5315fd0e7277facc36e5b177ee923032b6a42a99ec74fa5df3a65980a4 SHA1: d374d6dfced019491fefc19dda9fe399edabcb34 MD5sum: 0e742a8c365cda86253e9163868e40d0 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: libclang-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 394842 Depends: libstdc++-6-dev, libgcc-6-dev, libobjc-6-dev, libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 42243166 SHA256: 0983877e04fe09df85a530ac15cc0b10adc9b4294ed26ca2259663daff76072b SHA1: e7e6a5dce49a0cce386ec2656a4c6bb7f0193b22 MD5sum: 4d60a4a83c660f4820ae5efcfd773565 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 66623 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), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 5868836 SHA256: 9004628d962bedb15949f1255fa082a1ba3de5af026b2527c3fc092875466b02 SHA1: 0a0f43670f2b714d5f122c604c0f1c0972a2c5d6 MD5sum: df73b28af92c4bcfc8f19e5528c4d72b 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: libclang1-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 26263 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~20200114192041.78_amd64.deb Size: 6253510 SHA256: 28066c338a75bad91bac714e51ea03e40e53adc9e2fa2e98dc9cfee749947afe SHA1: 008531b4dc38c11883618eb50c0229b9e697ad56 MD5sum: a17ce9a589f13fbe89dd126109fc0440 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~20200114192041.78 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 30321 Depends: libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Breaks: libclang1-8-dbg (<< 1:8~svn327768-1~) Replaces: libclang1-8-dbg (<< 1:8~svn327768-1~) Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-8/libclang1-8-dbgsym_8.0.1+svn369350-1~exp1~20200114192041.78_amd64.deb Size: 25888116 SHA256: de2bc92f9a233af6f8aa27766b50178484f590f1fe2668e49285e36567d89415 SHA1: a76aebfea6947c5f486af5dc971057a4af1f6d2b MD5sum: 51946dcc9c2dcaab2da69e91a6592c63 Description: Debug symbols for libclang1-8 Build-Ids: 01dcda4692c471e0e080a50990d7b688677e432b Package: libfuzzer-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 8579 Depends: clang-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 976510 SHA256: ae6acc12f2be28fc2cfe531f3389fb8771ddf01af1e496413b3a6e8b556403ff SHA1: c0351354350b7e3823e837910c9e5b711d324c85 MD5sum: efe47ea3156ff339172e8d5fd9208436 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 31371 Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-8/liblld-8_8.0.1+svn369350-1~exp1~20200114192041.78_amd64.deb Size: 3346610 SHA256: 0aab4620ccb6abda71cdd87fa02517af070c124ff197f18a4c6aa40de1dde2dd SHA1: 51836f2683c8a2993aadc27412c39889147f62ca MD5sum: 9ec985b1fb1ef18e860b5fb2d5c4f5e7 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 202 Depends: lld-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), liblld-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 65982 SHA256: 34373af6fdc8ea772cb18853ea50f5bfe2fba1e1c9ca0e14822235fa8c07a268 SHA1: e4825f8ee83358a3866c3f887a00d838562c3f38 MD5sum: 247e6755bf7875cb7e211817bfb1d489 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 32635 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), libncurses5 (>= 6), libpython3.5 (>= 3.5.0~b1), libstdc++6 (>= 6), libtinfo5 (>= 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~20200114192041.78_amd64.deb Size: 8122438 SHA256: 252564c1228190b8a854aeef7802200f929d9cc6a6f8ea8fb5e2d395968998e8 SHA1: 0d242065321544fa08e8f49c91546718ed14aeac MD5sum: 81cf613cf2236c2d7cf6ea0643cb7d46 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~20200114192041.78 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29982 Depends: liblldb-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Breaks: liblldb-8-dbg (<< 1:8~svn327768-1~) Replaces: liblldb-8-dbg (<< 1:8~svn327768-1~) Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-8/liblldb-8-dbgsym_8.0.1+svn369350-1~exp1~20200114192041.78_amd64.deb Size: 24849128 SHA256: c34f4af0f0c58239a9d12abe3b77dd462b59b8172eb42914422769104101aeec SHA1: 106a9536d193e0e66443dc007ffceefdbacc0035 MD5sum: 62ae640611ae02ff953f8bf75735d69c Description: Debug symbols for liblldb-8 Build-Ids: 157c3c5d433b89dea9cb2854c24bf05e91e05b87 41d443904bb3afd4d62c66bb342bad5fc56bfe85 793594dcc0ae817d7c5c6e2c89c3f0ff5b4ba983 Package: liblldb-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 93761 Depends: lldb-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 11247290 SHA256: 5f17e2d65219e88d4fe16df9c8c85ca72648e41d2e589e20edfce7b6ccfd7951 SHA1: 16956c667aac61cd8b51ca2d2744f30c98dad284 MD5sum: d59ab4b055dc302b5a1189a4dc63120b 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2418 Depends: libctypes-ocaml-dev-v0kb0, ocaml-nox-4.02.3, llvm-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Suggests: llvm-8-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-8-ocaml-dev-4zcm6, 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~20200114192041.78_amd64.deb Size: 208700 SHA256: 652a85dddd445d2f592bd8cf093c5230e5207fb0f1483548281d9aa314715983 SHA1: db611e180647a935f2eb89dde004218c68d90bd9 MD5sum: d58145fc27cba3de91281e0f2a414e0f 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 62461 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.3), libstdc++6 (>= 6), libtinfo5 (>= 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~20200114192041.78_amd64.deb Size: 13785254 SHA256: c20813821d47c15833d0b35a27d44f76426ce672b839f5b4c4701dfb6aa6c0dc SHA1: 59b966c9e21c65f532f930782dbc714ee5ec917d MD5sum: 65327eefdbf6e9e9e517a8b1afafdaf1 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~20200114192041.78 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 40757 Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Breaks: libllvm8-dbg (<< 1:8~svn327768-1~) Replaces: libllvm8-dbg (<< 1:8~svn327768-1~) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-8/libllvm8-dbgsym_8.0.1+svn369350-1~exp1~20200114192041.78_amd64.deb Size: 34137030 SHA256: ab03438730a5c0c8d131a6d4b713057b5106374998b734afcff572bab30ca02b SHA1: 63d346340e1b83df8885f0d2edd0bb0f67a20d0e MD5sum: 4c381c23869c7f07a6b2ca9fb493eaeb Description: Debug symbols for libllvm8 Build-Ids: 42e0d4a1010ccbd50682ba610f94443cbc1d88e0 Package: libomp-8-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 272 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 87464 SHA256: 7031f22ba8dfd742358884403397e757dc39e47d998bc2aac1b7ccf364697a39 SHA1: ec34bbd164a3dc60ed45eda9123dbb576761f7ce MD5sum: 77693b7508b3670c6380b4c8d0343f39 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-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 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~20200114192041.78_all.deb Size: 866146 SHA256: 77784762fb55097ef820b3cecf6e1f51dbe7be0b52cbcd7b68f75b460e9f1f5a SHA1: b0b43ff7fc98e8596744d67e84a2182e0652fd5c MD5sum: 64a7486062d856222dab2b91a0833ca4 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~20200114192041.78 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~20200114192041.78_amd64.deb Size: 331200 SHA256: 59678eab85affa2c8bc3b8fdf90d967f5e04c00d3392c71751b668c7c3523583 SHA1: b6bc8dad08b1da379b7e7081fbd585427c1e1b5e MD5sum: 040a319c334b418c7ad41cc2fb205ba5 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~20200114192041.78 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 377 Depends: libomp5-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78) Breaks: libomp5-8-dbg (<< 1:8~svn327768-1~) Replaces: libomp5-8-dbg (<< 1:8~svn327768-1~) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-8/libomp5-8-dbgsym_8.0.1+svn369350-1~exp1~20200114192041.78_amd64.deb Size: 233342 SHA256: 550c67a83991b0b4457570839d54566034f0882344c4ffeb9ceee04ef3002296 SHA1: a6489dd81adb68d1fcc97219ed18f0882d53d208 MD5sum: a19978d381d629fcde482a0349e3a833 Description: Debug symbols for libomp5-8 Build-Ids: 648198317ea897bbac84f6692f3fd472676662c1 648198317ea897bbac84f6692f3fd472676662c1 Package: lld-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 14391 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 2455744 SHA256: 80d2391b5d7e0b323919abaed3e510b9118085faca49f8980db3738212340391 SHA1: 24948313972adaf8aad9163b061d7fe381383366 MD5sum: 99c101c211e1673d687d6e9f662e6680 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: lldb-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 203427 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.0), liblldb-8 (>= 1:8~svn298832-1~), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), libncurses5 (>= 6), libpython3.5 (>= 3.5.0~b1), libstdc++6 (>= 6), libtinfo5 (>= 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~20200114192041.78_amd64.deb Size: 38361288 SHA256: f8a8ad915ab73a81307a68d881c5a1457020ac2d305b9465944263c45cc06b4b SHA1: 25ca31a79d34093b51ffb5ef1be2a2a6f95a8e07 MD5sum: 5b7d6bd7bdc92f93231412661178870c 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: llvm-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 67572 Depends: llvm-8-runtime (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm8 (>= 1:8~svn298832-1~), libpfm4, libstdc++6 (>= 5.2), libtinfo5 (>= 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~20200114192041.78_amd64.deb Size: 13961734 SHA256: b99b75ab349f59526578e890e7e2c6758af5586ff322a5dc49cd46cb3b35d459 SHA1: 041839ba0534ef7def8dcd3feebe81c54d1deb74 MD5sum: 94dd655a96f36cad8a6010ef4e5c7547 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-dev Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 429368 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-8 (= 1:8.0.1+svn369350-1~exp1~20200114192041.78), 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~20200114192041.78_amd64.deb Size: 55834730 SHA256: 71808cf7bd232191fa9abe943646ced2ce762d3ec35eba0b3182cb991e8bfe26 SHA1: 237de29e7d1d62de063fb95413e898ac8ae6e05b MD5sum: d9be1b7adbfc4b77fbf7307dc0ca26fa 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-doc Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 21216 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~20200114192041.78_all.deb Size: 2364338 SHA256: b7f1f9c377854ae2265691f38cdd0a1f43fda08710fcc388cf17ccf676c269d2 SHA1: 568b06fae5683cf6511890660b9d8e72405c4fc5 MD5sum: a8d67952200fa012068d1d58dc79066a 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~20200114192041.78 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 478 Depends: llvm-8-dev (>= 1:8.0.1+svn369350-1~exp1~20200114192041.78), llvm-8-dev (<< 1:8.0.1+svn369350-1~exp1~20200114192041.78+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~20200114192041.78_all.deb Size: 271386 SHA256: 0d5c9bfd496dbe9b921c9d678c7ba33822193b2d3cee0f36dfe5cb911b4ad2be SHA1: 93ad9087d0097c126d0b188fea2041f9e1a1682d MD5sum: 767e374ae63fe0eab74eb9bfd2627b45 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 12750 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 6), libtinfo5 (>= 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~20200114192041.78_amd64.deb Size: 2340684 SHA256: 25d4fcfc9cc072545c86de0a1014e731b817d8f8d9a7c98ef9c0d75f7691a3d4 SHA1: 2c1bd9885b3dc2a07986e9daaa347f973cb30e58 MD5sum: 66afb5ff8df6e02772266a7450dc29f2 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-tools Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 4064 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), libstdc++6 (>= 5.2), libtinfo5 (>= 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~20200114192041.78) 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~20200114192041.78_amd64.deb Size: 679246 SHA256: 472c163fc0d1e653a7aa38dcb9d285eb110635412a0c2f702278ffe7b1297fda SHA1: ee452587d74eb845cee862b270f5f10000c9fb8d MD5sum: bd4d4246ac11354ae7a623cab67abd90 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: python-clang-8 Source: llvm-toolchain-8 Version: 1:8.0.1+svn369350-1~exp1~20200114192041.78 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~20200114192041.78_amd64.deb Size: 60740 SHA256: f3cc334204bd1dc1d7eec019b051c3665cdd5df4947df8155b730e46c527611f SHA1: 227b7db43cf25d85c369624ddc413013ce56a5c1 MD5sum: f26301a8007819cae82a4a2ff02d4cc3 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~20200114192041.78 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~20200114192041.78_amd64.deb Size: 35832 SHA256: c177c647f6148673f2bc37c6b7355821b6fa3ded59e0c157744001a45dfd0524 SHA1: 9456ed9d49cf458bf25824211507a94f7f497022 MD5sum: 68927682f1e46b6c102c10aca761814f 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~20200114192041.78 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 770 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~20200114192041.78_amd64.deb Size: 126422 SHA256: e5868561a9c9d6fee6a17ae3e59f903397d3f11b858709bf8e3d79ca257d16ab SHA1: f7a10b26e86cf906e287e5029b5ee9e94fdbe05b MD5sum: 0cb366ee82c3689a638a0ddd161321b2 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.