Package: clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 124296 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 24159066 SHA256: 48a76c83f7435a8ecc144499132b2503f2f5cd6937a12b9cac5f714877ff94ae SHA1: 66f21255d416e7d930244f3a6747f3bed68daf67 MD5sum: 158d4fee73150c9974d5c188dbd46c82 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29502 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_amd64.deb Size: 25614716 SHA256: d53025b07a6b6f578d9062c173a9dbc88f9cab24cf23fe79701f64fd77b58a12 SHA1: bf3e3142cc967f6c1ddea363b22f237a4bac5387 MD5sum: 56c2085ae80f80bad24866aa1725f4f3 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: amd64 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_amd64.deb Size: 41670 SHA256: 7f2f69139402fea72516f5d7147e613861beeb2ea9b8b444f67d015cfe0740dc SHA1: 279291e45eab7467aa43bbc4d5e842c18586007d MD5sum: 3770e0c1d03b626175957bdffd0fd92e 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 5927 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 1371708 SHA256: dda31dec435c884080e71e522dd8460e133549acee43e9445388ee67817d922a SHA1: 5b615b6b2caaf16b8a001ce3bd525eb4cd751789 MD5sum: a1b7aab1d7b6c4110a51a70a51e86366 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 113822 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 19710190 SHA256: e616c66d4fca19dc2e2efb3b603d941308d2670e0bca1a8324b07761a29f191f SHA1: b30c08651971ba112fc048917579a7cfd0181b21 MD5sum: 613b10d0c0e1eb1e73b4e7ee30dc5999 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1006794 Depends: libc6 (>= 2.14), libclang1-7 (>= 1:7~svn334604-1~exp1+0~), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 192585676 SHA256: a51710e0acde6dcdb4c80aeccbddbae73428414a4f4cdad75d146330d7fbebc0 SHA1: 84f119f13fcbd721d71b100aa5443857d1fee1c1 MD5sum: 5c89b26b6147a5adf5ce9dbf64a53db6 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16600 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_amd64.deb Size: 1730884 SHA256: 92a705c6b06f7893b1fe60d46a237a49461e38e19d9a88efd5b463a0fa9c0659 SHA1: bcdcbda5ad565a23ef0ba671c6a8159e7461c83f MD5sum: 46750cb102a8f077fdcdb4821176d54a 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 4780 Depends: 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_amd64.deb Size: 871730 SHA256: 71d28b3e15a8be00934afc188915c59fffa6e14bd8c9e10d1454bdcb312065a5 SHA1: 9bf4e9a33b23d6beb064d53d034fd25df9602cc7 MD5sum: c1b2389eee6aaf6119691ba1299aabf5 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2125 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_amd64.deb Size: 291230 SHA256: c68793081f2a7422a6df0798127cd0e391dba3ab0f5a347c2de81e056b167435 SHA1: 9a898e8975dbe3b5de558071ffedc051559f7322 MD5sum: 83f41eece36eee65ec7f40d023af9db2 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1049 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-7/libc++abi1-7_7.1.0~svn353565-1~exp1~20190407125230.69_amd64.deb Size: 235202 SHA256: 89089f03a105a93a92dbcb2b27a7a2b5388237fb0bb3240b593e91feebfa8a71 SHA1: ef70adc575062167348083fa2ac38ba6689c7d7f MD5sum: 5302787427dd28e2671585e5a0443a3b 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 374988 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_amd64.deb Size: 40157222 SHA256: 965f17af24e4991b10f9f46967e7104ed337eb3dc16fa3b6b7074ea16eb09533 SHA1: ca092e019ff6f43a8c56931737375dc9da1fe3e2 MD5sum: 7cbc1253aa7caf66e9294d887538f094 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 68165 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), 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_amd64.deb Size: 5918816 SHA256: f82c8494977d6097f6dcc0cca9ec5114ab52af9cb1d973a06de954c4d7e66e2d SHA1: 8a58e2b01286165439799d8657bde6802b0b3753 MD5sum: f522bea0f6137071ee5d174e36fdd553 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 24923 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 5982488 SHA256: f947e4d5d4069a4200d1f682463a7ea7c2991a6999a5a2b2beb4d7c1d4489134 SHA1: 5b434fea38f2cf07ad9a3c60f05ce8c27df60440 MD5sum: e7b892d5a6eaeda8910291ddfb09828d 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 28263 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_amd64.deb Size: 24229778 SHA256: 8a34a209ce91d0dcdfd33442bda18d49641177c10e55284a656e496f8c10be17 SHA1: 1b3ab5843d655425cb697777c9af4f71975e0f09 MD5sum: b31d2aff758cade999be8b838d1bda8b Description: Debug symbols for libclang1-7 Build-Ids: 8a2d81f159639068014dca62529a31080dbcf9ac Package: libfuzzer-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 9070 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_amd64.deb Size: 1003678 SHA256: ad27a16dd20a3cafcbc13a85e74a41da2e9d29b3f9d8548f212c57ba28faa739 SHA1: e071671cd6cb8b2e696ba151461e2833174a3a1e MD5sum: a77cc0fec05280082daaaf1a8e219abb 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29227 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_amd64.deb Size: 3175502 SHA256: 50611e938f3e07087040992d1917dcea5ec0a6686f52504f0624c3be16dda05a SHA1: 1e1721d42d5d7bb0f0ce02617be8bac03860b376 MD5sum: 8300d0d17bfc5fb44abad3fbf840aa62 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: amd64 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_amd64.deb Size: 63090 SHA256: 81f36ea94268ba17b27171507809e73b06c5311ed4f09c525ca664c191a00860 SHA1: 4999a518934bc358ad2155bffcd8d762caa9a4af MD5sum: 5d75a1e48108dd4beac7a3843fe3b242 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 31852 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 7923668 SHA256: 6113c3239e10f2a77ca273eba7c8b6247bb39c4effcc90128f1d3be36a543819 SHA1: 057413424ff0c7522ef0794fc91ef51053206aee MD5sum: 07e05771a8ab55f5a304b7d8a4f2d6e1 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29290 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_amd64.deb Size: 24332564 SHA256: fabb3d1fd8a18586b5670d977bac3f2aa4f7376d3264331543420b1148af1f96 SHA1: 1af346509e7958072248bd3b214d9c5bbdf2934a MD5sum: 6922b19f23d8cb77cd88bb58ea932bd2 Description: Debug symbols for liblldb-7 Build-Ids: 79447b0f67b9c4a3b007ac08da9544af61c872b2 8d645095d82b8d30a37a0fe1565c2d9629e93098 f8d1e5302cd49baf48ae1a28ceb5055600d431b4 Package: liblldb-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 89813 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_amd64.deb Size: 10806558 SHA256: 32f6aadf3cb9b1a43e2dc34c7d7cc805f0b2d6c569b35bfe8212c2826eb43d87 SHA1: db84b4eacbc61f307ab3d417d6d367e407c88dc0 MD5sum: 7858335c73290a868d9c0aef6551d26d 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2394 Depends: libctypes-ocaml-dev-v0kb0, 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-tf618, 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_amd64.deb Size: 204582 SHA256: 9fa3ed213c529c45ca96b44f83c65f217519baaf9b54f473faaf4786e659f80c SHA1: bd055c54de51b7399ea10ddb26f3fc95df600401 MD5sum: 1059256079edde50c47dd6492de69912 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 58962 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-7/libllvm7_7.1.0~svn353565-1~exp1~20190407125230.69_amd64.deb Size: 13019402 SHA256: f1b9878cad0300cd70aa43ed288329d6e8dfb01b7b0041dc39dfcc9ab77a9f1f SHA1: da28f681d339856f2fb6a212069cb30f5e5286ed MD5sum: 5e3b912e1c1120daf9525ced59aef373 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 38747 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_amd64.deb Size: 32554096 SHA256: 9e451e65a36538b1884960406ba46c72688c8a3ef0122be869008bd9fed499d6 SHA1: de613c68daeaf900b2819e679d19f093b7cb6e82 MD5sum: e7896f3ef73d9b0af1f4ac810c1d4a58 Description: Debug symbols for libllvm7 Build-Ids: 2844ef93793fcfb405a92984b27e6cc447fc60a2 Package: libomp-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 265 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libc6 (>= 2.14), 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_amd64.deb Size: 83834 SHA256: 5915168569783c9849d4779ad6595c4429343eb79ffa72a0dec4f5a5ad4509b2 SHA1: b0922b49aa070b5be763d148a66d03bfe531c963 MD5sum: 1e78db4e34b3c74b48d554ca8c5a46b3 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1885 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-7/libomp5-7_7.1.0~svn353565-1~exp1~20190407125230.69_amd64.deb Size: 319390 SHA256: 0baf1cd7aaf3407985d74e3b47f9ee50b80804788899442a56dd467bc8c94357 SHA1: 819ef27e92267e1f657418d3c4cdab50e3e06082 MD5sum: 139fb9051b4b5dc9857fea169b87fabc 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 355 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_amd64.deb Size: 218526 SHA256: b7b0da96e3e29834cd14717dd3f32512286b3e5765d3b767b6e49c21f3f80194 SHA1: f415a061f69f06e258dd85e3e2a2cdf3910dc7a7 MD5sum: 14181fe210327706fbe645571dc65eaf Description: Debug symbols for libomp5-7 Build-Ids: d7625f87500f135e84395fdee55e6e1a8b188f3d d7625f87500f135e84395fdee55e6e1a8b188f3d Package: lld-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407125230.69 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 13221 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 2289674 SHA256: e0352bafacee99a55a1e67cabd57fa6d9213b54d5f80a3d3df4de4745fc551e1 SHA1: d31931fc4c83541fbe4fd7af4bb6c67f0f54f595 MD5sum: f8806fda4359a2161143c71fa73d6b22 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 197003 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 37305980 SHA256: 8bb108c0deb24de0821f5745b205de73df1fbcbca28aed250426980fa320160f SHA1: 5250ceefe863687eaf68b30f5a0346d9f28637e2 MD5sum: 9f92a285ccfe999074fae61a6f77887e 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 66325 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190407125230.69), libc6 (>= 2.15), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 13804136 SHA256: 86dd341913f57f62c9be5abdc13396ee8ae0c7deba92511b2c3709937ffbc4d3 SHA1: 61a7c4d12efbf812ebd6702865bdf8ebac949f7b MD5sum: 3ed3dc0e28b3e7212fe2418f6c83ae90 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 410769 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), 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_amd64.deb Size: 53295316 SHA256: 56fdf48c7cc462535656a87c139d9e361f3ea28504e417c5724638808a70c426 SHA1: 7b934758362fc16a0e680486376ef03f176b2295 MD5sum: 112e77899e9a59c7d60e11d73063c1e0 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 12645 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 2304774 SHA256: 0435b6645c9dab9756cc3589acb111523ed95acbc14429829aeec30395e75bf8 SHA1: 92915212eaa87ce0c28fc0ec65784ea992bab24a MD5sum: 67387480278daaeb62b529deac749cd7 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3686 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), 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_amd64.deb Size: 621026 SHA256: dfc42e6e16fdf631cb40f93a4ec38e9e84da3d9960f73869e02b10687a1aca2e SHA1: 8258ba7a6c9d550085feff36f4c8c223a900d339 MD5sum: 7cd84eb5e0c1c8592f4ac8e0fca9c50e 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: amd64 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_amd64.deb Size: 57574 SHA256: 45af90f8fb88d27e9e5232d5c8c23664f7d47b0697552b880a11a3f5cf9134f0 SHA1: 0368056ea73649f1da453e5fa9df590146d30ac6 MD5sum: 0bb45615d817c2d54e8e91a1fb635b03 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: amd64 Maintainer: LLVM Packaging Team Installed-Size: 761 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_amd64.deb Size: 122050 SHA256: 914c3d3b39514fed8afb3096c24987355dc6e2788138b955fc0790d3f879c962 SHA1: 1e3cb5c38303f92f5922efa6981e90e41633c638 MD5sum: 907ed0ce925dcca7e5c79e49ccc9c32a 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.