Package: clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 115267 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 5.2), libstdc++-6-dev, libgcc-6-dev, libobjc-6-dev, libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libc6-dev, binutils Recommends: llvm-7-dev, python, libomp-7-dev Suggests: clang-7-doc Provides: c++-compiler, c-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/clang-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 25502740 SHA256: cb2524e37d085848361abd98424d3eebe4dfae7e7bab07f6fd56a8e6b823a824 SHA1: 1da5b1b29b119dcc8dc723f569a7caab1d5088db MD5sum: cc6ec736efe0507998cee1e49e69123b 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-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 34223 Depends: clang-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-7-dbgsym_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 27008754 SHA256: 004d45da0bb509fd8558f43fb0caa88164aa2ba86ec28d5f64dcaa58e9ef0e44 SHA1: dda1de1d14a678006763c9f2ee2f47b6e876f20a MD5sum: 9b02ba505d024014ef4d26fbe04f4528 Description: Debug symbols for clang-7 Package: clang-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 7725 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-7/clang-7-doc_7.1.0~svn353565-1~exp1~20190407125230.69_all.deb Size: 958540 SHA256: 3fc48ef022eb9b394f696ad8cadf971e12030ac6bf8f9abc2cd99c8b1ab1659e SHA1: a6536e937b75c6673d8823e8ad55d96b40715ba9 MD5sum: 297fc4bd1843a5796b4ad8c03a464a4a 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-7-examples Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 80 Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-7/clang-7-examples_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 41668 SHA256: b8c3342b5b7ed636c8fd8293bbe520adafd6a8925447a1b4e755902c58b826ca SHA1: bbc81561521a094073f70970fda144c9ec8f835d MD5sum: 061f3b571c3ee7e493be18a8d8e4356c 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 5712 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libstdc++6 (>= 5.2), python Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/clang-format-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 1452768 SHA256: 1f4a226ee857b667f3e7616fe22967313714482977cc12c5e4b61796c603f9a0 SHA1: 9f29b61b309669e413b83c268270f592cdcfa9e5 MD5sum: e9dcb4ac5f02c1fef601be57230a8255 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 108360 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libstdc++6 (>= 5.2), python, libclang-common-7-dev, clang-tools-7, python-yaml Breaks: clang-7 (<< 7~svn250696-1), clang-modernize-7 Replaces: clang-7 (<< 7~svn250696-1), clang-modernize-7 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/clang-tidy-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 20931314 SHA256: 44aa263d8252ed7fb7556fa7a037708dba118c46d32a5a79bd2b118aa53529b7 SHA1: 8623cc8ef5e23b5cd215c59c96581bbff63dcbe1 MD5sum: 47b129f30cf5d34469ff46063ef44c4a 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 940126 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3.6-6~), libclang1-7 (>= 1:7~svn334604-1~exp1+0~), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 6), clang-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), python Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/clang-tools-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 205569694 SHA256: 7e8cc3d187d40b3f472d5430d4dfc6153f0077caa11a65b5354a033c4d7da64b SHA1: 21f66a75155c63ba3da67ff3b530d12a1e50aae7 MD5sum: 9704923e2219eb51ffd143dbd854e9e5 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, clangd, clang-cl, etc. Package: libc++-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 12224 Depends: libc++1-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) 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-7/libc++-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 1653824 SHA256: c218a10ee344be6e90f57d128dd97a50604961cebcf756a720cc4acda32982c4 SHA1: 2453f235e21c8766aa810aef1bb17fc056fa6e75 MD5sum: 1e5acee1ff23f8ba2f481de15b934f5c 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 4359 Depends: libatomic1 (>= 4.8), libc++abi1-7, 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-7/libc++1-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 880964 SHA256: 06ebbe892d507380b43297c0f4e5a7d878223590cf100459a2970ea00b4b27d2 SHA1: 114d9ef2bce97aa625f8476ad38a5d28b90f0246 MD5sum: d6c18699555d60559ee21d5e833dd024 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-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1391 Depends: libc++abi1-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) 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-7/libc++abi-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 287810 SHA256: 7fca50970211d736c6ef1b6916e919317943d78a22f3778c9dcc2e6deab0daaa SHA1: 04b311bf434fab1650b94903bf98d314ec19745f MD5sum: eb59de5afbf7f45bd3e280649e8bad68 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 968 Depends: libatomic1 (>= 4.8), libc6 (>= 2.18), libgcc1 (>= 1:3.0) Conflicts: libc++abi-x.y Breaks: libc++abi1 (<< 44) Replaces: libc++abi-x.y Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/libc++abi1-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 243508 SHA256: 51e3dd22bc26d8dc658ae2ada53c4fd06a40ee0fc8713024508fe2aadf0bd0f3 SHA1: 04c9959f1fe9432cfe2a2eff485de5f092c38f06 MD5sum: 6995993876ebacf0213cd1db56026262 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-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 257038 Depends: libstdc++-6-dev, libgcc-6-dev, libobjc-6-dev, libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-7/libclang-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 40133434 SHA256: 085ba27fbb7b012769f3a25754f4d2191793872c70e1bfb58a8cfa1fdfc37e88 SHA1: 77add43f9a8cb68c3888733955745dc0183307ec MD5sum: 4a2a5b862acaa2b4f74d13dff8966c75 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-7. Package: libclang-common-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 68067 Depends: lib64atomic1 (>= 4.8), lib64gcc1 (>= 1:3.3), lib64stdc++6 (>= 4.1.1), libatomic1 (>= 4.8), libc6 (>= 2.17), libc6-amd64 (>= 2.17), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-7/libclang-common-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 5958184 SHA256: 17195ffd99d995c683f67d817ef9b9f8fcf1aa23239cc9e847f4bcc39cf089f1 SHA1: b81746da4d07d5a0819e76c9faac86c4b9ba1aef MD5sum: c96a16cd52ad9ca82bf09f289cb09cdc 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 22677 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/libclang1-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 5908480 SHA256: a972bcef99e36509cb302901201795b3f3d3cf9698178565943218c81fa6aa43 SHA1: eb2f42069b513d51e79c23d217df16a2ebf5a65e MD5sum: d713e363f924d47e20574e7787a5cd57 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-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 33270 Depends: libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Breaks: libclang1-7-dbg (<< 1:7~svn327768-1~) Replaces: libclang1-7-dbg (<< 1:7~svn327768-1~) Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-7/libclang1-7-dbgsym_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 25641044 SHA256: ae7bf0eb5727329c82af22c10d8904a26f50d88118e8f7ea627b7d383f5db4fd SHA1: ebdd8dd6520b802f6e35261e1218bac5f3c0b2f4 MD5sum: 5826de5b6dac3cc36c337b68249c6d9f Description: Debug symbols for libclang1-7 Build-Ids: 365673148b9d8926f7a99daa8ff70539235873fb Package: libfuzzer-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 6439 Depends: clang-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-7/libfuzzer-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 968202 SHA256: 84613abc36159c7038e0094774eaa89e5cf7ed996a905154fe6fa59c4c3e0198 SHA1: f561aa69bafa27f775462848c010ab869d86d903 MD5sum: fcd39e16b8d9248845fd3f5f81299959 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 19867 Depends: libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/liblld-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 3067372 SHA256: 69d63f2a4beac6bf8f258fe887fe72746936bed7a1fb1e56fe6656c10c9ea7d6 SHA1: 62f5a3c3c6e089a6f7ddf3159dfb8520d6f903e3 MD5sum: 6cb057ac2b3c172f057da9301e5480ab 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-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 199 Depends: lld-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), liblld-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-7/liblld-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 63088 SHA256: dda51c9230c01b566e7c53d3f3d5c75273f06bcddbea437b2e731254915f015e SHA1: d0c57a5fb9474fd364925ee5f4bb0e30ef46c79c MD5sum: af48ef7f7cab6f1bb63f3de6acffd42b 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 28514 Depends: libatomic1 (>= 4.8), libc6 (>= 2.9), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:4.2), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libncurses5 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 5.2), libtinfo5 (>= 6) Breaks: lldb-7 (<< 7~svn215195-2) Replaces: lldb-7 (<= 7~svn215195-2) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/liblldb-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 7706706 SHA256: de4ad10f4259a1dc50ee22adc8b1c49bc758bdf4107285c1862e6a744fbfd69f SHA1: 7bed034619b5caf8d0a2a3bee6ede7850bd0117b MD5sum: 7b30d0867e3ebb2da3514c9961f79fb3 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-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 34074 Depends: liblldb-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Breaks: liblldb-7-dbg (<< 1:7~svn327768-1~) Replaces: liblldb-7-dbg (<< 1:7~svn327768-1~) Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-7/liblldb-7-dbgsym_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 26117064 SHA256: 2b7b7c1311e861ae6de13a34e572ba8db67f4fa7399f648c9a3cad5e997065a3 SHA1: 25685236a7d5727cd4b01a70e4ca348c212f577a MD5sum: 508b831d821b290710d5e847549f49a8 Description: Debug symbols for liblldb-7 Build-Ids: 1e9c39b2fa9e0077583339f6069dd1b4f4be324e 29001cf5fa659d73f475ff90e6770e2ab34c42cf edb946cac7813258f829b8608f8dcdb51c18be23 Package: liblldb-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 63588 Depends: lldb-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Breaks: lldb-7-dev (<< 7~svn215195-2) Replaces: lldb-7-dev (<= 7~svn215195-2) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-7/liblldb-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 10797268 SHA256: f8763a11de551069e1334ec93927e5b47527439a6c5a47a7c3ca976d4b4700e9 SHA1: c2eab546e67b623f421dc131c45c568d436ae0a2 MD5sum: 4717a292f96722c180a7eeb93da757ee 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-7-ocaml-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 2245 Depends: libctypes-ocaml-dev-z2w01, ocaml-nox-4.02.3, llvm-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Suggests: llvm-7-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-7-ocaml-dev-pt5p6, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-7/libllvm-7-ocaml-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 206198 SHA256: dcab859d80a15be0646ef1dabc381f9ac24cb43e7f6aa5022bc56c4bb581cbf6 SHA1: 8b9cb236a1920605dbe15755c873f14239c326bc MD5sum: 91980bb23e3cd29e137f533eb0eb57b6 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: libllvm7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 53928 Depends: libatomic1 (>= 4.8), libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.2), 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-7/libllvm7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 12988514 SHA256: 2c5a81089b10a056817d95ecdad002eb8c3cb8a82ed25019dfe787a10ed802f1 SHA1: e1723ba9f5e746ef45a3390cfd344c2871d3e83a MD5sum: d67babde30e53a2014aac5d0f864407b 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: libllvm7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 46090 Depends: libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Breaks: libllvm7-dbg (<< 1:7~svn327768-1~) Replaces: libllvm7-dbg (<< 1:7~svn327768-1~) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-7/libllvm7-dbgsym_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 35163958 SHA256: 4795f1845372f437a7a690134775bd8db55777a76564fdf397d8f148e1ed9f9c SHA1: c3ca1fe9a79e09ff4a180b5ed2d6c5620baa33eb MD5sum: 4e6732ae4531cbca395f4fcd57737d9c Description: Debug symbols for libllvm7 Build-Ids: 257ed450f60be222b49710e1693773ca00d21001 Package: libomp-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 261 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6) Suggests: libomp-7-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-7/libomp-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 85724 SHA256: 01cc4fd84ba5643e3b47da897e743fa639e26b9fb378efda5d14107f2a56daf0 SHA1: 37091c8a60d255ce78a62258d608eb9d0f8d6b2f MD5sum: 9b41f29505bf68c49f4d636fe575f133 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-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 11608 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-7/libomp-7-doc_7.1.0~svn353565-1~exp1~20190407125230.69_all.deb Size: 847268 SHA256: 0a981b739da1ca3235e7c59613187159fe5d7ce101bd3c6fa637388e661d8929 SHA1: 2c3fe85ba84e40102edf8ba7ed0cd8a01f1f0c85 MD5sum: b65240913a43829915e188d9a32c36c3 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1771 Depends: libatomic1 (>= 4.8), libc6 (>= 2.6) Conflicts: libomp-x.y Breaks: libomp5 (<< 44) Replaces: libomp-x.y Provides: libomp-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/libomp5-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 296638 SHA256: 15c39b20c3a61123c3aaf3f8cb74a14d20c58f6094257438c6cbc1a575704ef3 SHA1: 6cc601dc96fc31d97c06f86b20b2048e0145fbc8 MD5sum: 7ee308114c8f845c59816146daa9e79e 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-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 416 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Breaks: libomp5-7-dbg (<< 1:7~svn327768-1~) Replaces: libomp5-7-dbg (<< 1:7~svn327768-1~) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-7/libomp5-7-dbgsym_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 273800 SHA256: a7bc0f1d570810efebd9d7731f86f9e382ba1ee95db8c42fb4363c0ec3bd7d12 SHA1: 5ec9f38853bc5382894f5eda710448a13970ffb7 MD5sum: 1e83775d2fc762573b2a24e1a8ebcc5d Description: Debug symbols for libomp5-7 Build-Ids: 2da823c3b92151668d341c6e5db4b43efd2cd912 2da823c3b92151668d341c6e5db4b43efd2cd912 Package: lld-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 12485 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/lld-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 2411680 SHA256: 7ab09819abb9130cfc715346b42846f26a91fb3c9c1ed22ee1fc6a28d013ee79 SHA1: bf50f96e3755bf05dc827909d31f86abc4091923 MD5sum: 49634b3a41a713263b9970d5d4f2712e 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 186050 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:4.2), liblldb-7 (>= 1:7~svn298832-1~), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libncurses5 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 6), libtinfo5 (>= 6), llvm-7-dev, python-lldb-7 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/lldb-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 40017124 SHA256: 7b86711dd9142bc2d9f2564dfa948901d78408d539bae423579656afb205c49a SHA1: e09e42573c1b9030815d37c2e36cf56434f98ae0 MD5sum: e3f5565fd421c17c46c146ed776bb5af 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 60787 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libc6 (>= 2.15), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4) Recommends: llvm-7-dev Suggests: llvm-7-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/llvm-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 14259124 SHA256: 90ebc79c7a4da7efa49ac083a3611bb843c60cc67849cbfe154c4d4759c16222 SHA1: 2053428f66b4e2a9c993b961d760c671095582ff MD5sum: 9cf77f30333ae5a47b526daa87c1aa67 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-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 289305 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc1 (>= 1:4.2), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libtinfo-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/llvm-7-dev_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 53764394 SHA256: 0087f0bcefd3d21d125b97ca3ace4f23d11e99709c3af0bc5bd157c1db4d2e4c SHA1: 3c2e52ed8dc49705cad477680a8306447810c287 MD5sum: 31ab0edeea858a54e7a4e7239a456710 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-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16167 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-7/llvm-7-doc_7.1.0~svn353565-1~exp1~20190407125230.69_all.deb Size: 2004594 SHA256: ba2eb7a4cc80a2041a7bb978d7335caefbd25464a94f8b64e6b515a2760451a6 SHA1: adc1ae1076c440c0477fcd283bdde4c2b1691f6b MD5sum: 00fcb2fed68d2856585b50d6974043fc 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-7-examples Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 475 Depends: llvm-7-dev (>= 1:7.1.0~svn353565-1~exp1~20190407125230.69), llvm-7-dev (<< 1:7.1.0~svn353565-1~exp1~20190407125230.69+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-7/llvm-7-examples_7.1.0~svn353565-1~exp1~20190407125230.69_all.deb Size: 257634 SHA256: 77e3462cb3bd3e8f4bd2050beed42d93bfd78aa0e70f430fbae24e27db34da5b SHA1: b71ac15ffd78812926ad46abb8bfd61423e699ab MD5sum: 3314207f1847d8e76024e3592661bd7d 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-7-runtime Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 11977 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/llvm-7-runtime_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 2483114 SHA256: d023a6a2584668cee44007c038327a614987f0ec41e4ae55a572bed681059aeb SHA1: 6be5fce68c79f2eb6039c85aa4231a3fba365eb1 MD5sum: c40aa0feb3bbf5787097e2a254319ff9 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-7-tools Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 3519 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4), python, python-pygments, python-yaml, llvm-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407125230.69) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/llvm-7-tools_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 659138 SHA256: 018619ae58fabff81d003d521a736be01aa6a834777d3f39cf9e3f9adfa227ca SHA1: 987e8be26ad122443cb1f98990a780b3c6a3b747 MD5sum: 90b44c27f94bb774190eb21d8656c319 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 184 Depends: python Conflicts: python-clang-x.y Breaks: python-clang-3.8, python-clang-3.9 Replaces: python-clang-3.8, python-clang-3.9, python-clang-x.y Provides: python-clang-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-7/python-clang-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 57574 SHA256: cf256b6280e5afcaa3f4b51f40b3428114844202ea905cf0350e78b7fd6ae08c SHA1: 2132759e65e8539633fd07bcf7f6e83e90097afb MD5sum: 40f0a816ac7803cda76bfa90b6527456 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-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 760 Depends: python, python-six Conflicts: python-lldb-3.8, python-lldb-3.9, 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-7/python-lldb-7_7.1.0~svn353565-1~exp1~20190407125230.69_i386.deb Size: 122082 SHA256: 798bb379cfd3f647d82f18b8eb051a47803ab05078cd85091c2212baa3d0922f SHA1: 39fe20f35eb8933a9cad4491227e35685dae6947 MD5sum: 409ad30e39c553bcf20662c18906b6b5 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.