Package: clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 30692 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 5.2), libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 7889660 SHA256: d8798a79f2a96e227f7e37efd9985b6b48b79582d6619becbafb171bddc6c56c SHA1: ff9a5ba212bb1c326a4c1e8d8ab71b6a51966209 MD5sum: 6a3a66de521c74a1860d17e3c157f612 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~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29528 Depends: clang-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 25616080 SHA256: 5f43f7956e4c08e3f4df1f198173760d43afb96f7a0bc02181456dcb37b1b36b SHA1: 04405c9364b9cb7712036e20a860197f8d969400 MD5sum: 161f6107ac53b31ef72256c8d729d316 Description: debug symbols for clang-7 Build-Ids: a921412e5cafc784fbe51071c80297d5897aa394 Package: clang-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 7755 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~20190407073854.4_all.deb Size: 969568 SHA256: 17ec6e74f78187d3f181292ce4b2ab0958108c4d8ba60538366ec7a4a55bbb0e SHA1: 77cc65004366cc811a554c059bf44429fe807b57 MD5sum: 72ae759263357f04c391d836d31ea880 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~20190407073854.4 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~20190407073854.4_amd64.deb Size: 41732 SHA256: 37b9991bffe675a206f5db78f896d839770749aea6ed7e4227666dbb2d921511 SHA1: 5a74f9710837d0839971c778b343e40355cb4498 MD5sum: 85bd5e40ae50991ef42878e1604cbbce 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1579 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 521420 SHA256: 0b4024b81241cc7219296350b711fc18e33c0b7cda56e454592803fcb3ed142b SHA1: 4c75faa047393931ec4e4ed62fae8ddcafca9bcb MD5sum: c778e6fd8ef15f94e946216a0811a466 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-format-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1392 Depends: clang-format-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-format-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 1253516 SHA256: 848567815ab5a78161a2f853c092902a2b8058beae7a79e3c7ab76563d7fdd81 SHA1: c998a00633d2186a122ad385860b6718ed7be007 MD5sum: 2deba746eb2061ef571e193f348d731d Description: debug symbols for clang-format-7 Build-Ids: 87580b75365c6a8d735c997b8ef9374bbd7a5210 Package: clang-tidy-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 23110 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 5745892 SHA256: 61a2c98aebb03c4a7bafd7c7e81a6a83ff4067989173a7ba5d686088e508dffa SHA1: 2a6e2d99ba022d259e5fe8d2856ed4c4fe78c2d9 MD5sum: a3fc45587f54981a570f437af175086d Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tidy-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 27217 Depends: clang-tidy-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-tidy-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 23144000 SHA256: 194e53773eec48083399f50cab95a4292e3bf04a00f76e95ce67c452d6cb05ec SHA1: 3119e925c72b6af52de14be0c75369730b64c78f MD5sum: ec9d261d9acdbbce5a8673e8d4d31e14 Description: debug symbols for clang-tidy-7 Build-Ids: fc425755b8666494335fc05173350ceb8cdd7f79 Package: clang-tools-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 217925 Depends: libc6 (>= 2.27), 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~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 55252128 SHA256: 89993cdf8544132a0ec1e67d8aeee9ed1dc59328499992f4e520a469591e7c72 SHA1: 507f3ddd7a36a897477a2c92a7d5b198e5542855 MD5sum: 747f378a4d0d1750685966e9d63b3130 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: clang-tools-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 242170 Depends: clang-tools-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-tools-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 214879124 SHA256: c820ac53f1b90eb0dbea6255bd2167c3b4b3bb84febe49aab474294eed7081e5 SHA1: 52a3d1d82735cc32bf85baeb45a3db32bbfbb47b MD5sum: 6fef5e437d145060fe4463671d5e2d1c Description: debug symbols for clang-tools-7 Build-Ids: 0418d92f263ebbec618016530445c3ba34a4b850 177b4e92388b2ab5284b525cc0883e5749f9b2b9 244453753bb0db35c496067de2ae3c7347f6f890 2b92f8d4414c3399481328bb4567fa90d8ada4b4 3d7004b7dcbe4310373f0013733d4ba87a9ba3d1 570c2041c74ffdb6a63ed2e6230053a69486ac62 5c0ba76842f4c1af9d864e3dd43657f79bd5e28f 6dae4dff6df849115158d8c8c00b877809f7d54a 83f12c02f6ea8b8f0ef3c0251d20d260bc0cd709 88dbb1a93fc1a9e5fe1cbcb31f1ef410964220fc 8facede4525ec19f61149c6c4d64f91afd753ff5 97f6886918d505d4a55012ca149caec55ba440f3 a870845cf8a9e9d18ec9c71d16c6be592c80d155 bc5d64230908db4f06d23727e520897fff728437 db77f83667364da7ed9f2033b114581faa4daf54 e7ac5407ba59c5397df18fa4c07c8c43c46482b5 ecd03c049dae4901052ce1728c4605a705d5a38b Package: libc++-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 6535 Depends: libc++1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 655232 SHA256: 180eed73ed2b04604369a79f9420b2b0a220fa7f0fa95b27f3fe8aa65b08fe51 SHA1: 5163ad20840c95f53581d8847793818a28b38bed MD5sum: 31c07e884b1ba1bd7b2787756af72f88 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 840 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~20190407073854.4_amd64.deb Size: 220472 SHA256: b0925220532fcd9e83e1c0ce5d61eb5f3c9d4ca08ad7248a53999e709e62e17c SHA1: 965856b5563e3cbf54fcb961288c24bf7641b251 MD5sum: 91d138fd8edd719c6586a27e5623de22 Description: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1130 Depends: libc++1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libc++1-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 903612 SHA256: 227219b1ea92c67dbb02e40409f9f3ce565812a83d597de0fb67d26d6cf32424 SHA1: 858656d7ac3fcc80e1f6a3c91a7139a8d634cf36 MD5sum: 5a1286ef528a1888122957336fd6d36a Description: debug symbols for libc++1-7 Build-Ids: 6a767afd02e3b159139806c53a95acb6a95b75c8 Package: libc++abi-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 576 Depends: libc++abi1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 102428 SHA256: 7492726b45c98d251c1f554c60725d2196673f03ffd8540c336aeffb5716688b SHA1: d7310543ed55a369362fbb7f18e74ad3b9717a8f MD5sum: 2c611255330e99b2960a4ac5b5659cf2 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 281 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~20190407073854.4_amd64.deb Size: 86792 SHA256: e62e053dbae4a6218b3357c12f3cd8e40964a2d4c908771f194dfd18b7e4893e SHA1: 0514f1b6b920f613f0a7d90d95b097b8d7dd253b MD5sum: ecbdf9e633caab1dbfd49f8bc61956ed Description: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 250 Depends: libc++abi1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libc++abi1-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 196432 SHA256: a568a9c53ceb6a27548000fbd2a8f89b460c14e09f14b0608b38b2e4a968ddc4 SHA1: ac819eff19e095252960f65d15331be16d7689bd MD5sum: 2a0a70b3985fabd5a1ed7b6c005b271f Description: debug symbols for libc++abi1-7 Build-Ids: b59a37d6a98678b4973845eacb0db537676d8336 Package: libclang-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 123212 Depends: libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 13717612 SHA256: 865441c783be8175059e7bbf214b40040bfc5e32f46fe39d886130a083919df8 SHA1: e9a2e3258c79ab852d2fe2bedff3ab878ed29f16 MD5sum: 599827b701c896fbe1382dc9b253d718 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 44847 Depends: lib32gcc1 (>= 1:4.2), lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libgcc1 (>= 1:3.3), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 3158804 SHA256: cd80a4e3aa4d3f6d4f266dacb07a1c8edc45bb96ecaa1d2c166523555426d0d0 SHA1: 03cf80767830fb5e121f67e3279f62c171a27cc8 MD5sum: 75780caa07b2b22bdd77aa3453b87adc Description: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-common-7-dev-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2960 Depends: libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libclang-common-7-dev-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 1807968 SHA256: 4a9da3719e67a8294a0d6cb4249b1c2c56864a5dac28a2855fcfd9819e0c9eac SHA1: e233af0a0f36a940395052da78418a3a2d26e3c2 MD5sum: 8f1d206a9184e2ce318fd84a226df1f2 Description: debug symbols for libclang-common-7-dev Build-Ids: 390254a8dc21af0e1337e6128bcfcc04ee225574 3c935b67b2392570a16d469f74cf8e051fa68935 3e2ad0787f687b991dcdf363a15e2c80b72ec4aa 9b49b7fa2d5aaf7f349c9a88b8dce643fb2cdff7 a3abbee088df728389311e3db5823037e3e604a6 af6febd84989d5288f6793023ac48a7d731020c3 b3070b6b2d70fe8235df29866706c3f735d41206 be7afea24131714d5fcb14a509b6459f4ac036cb c489ad7a501f5ed7b881a2d9f4e188a735a6ad10 ea9b333ea0747ec62847fe2afc6d55030de527a3 eb83053b488cd8d2e51da7017f392b29793f40eb f062186d252fcd9c8ced8a125ce148d65f472395 fadddfefe1ac9c57b1988306ccb1b9cf76e3917f Package: libclang1-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 24983 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~20190407073854.4_amd64.deb Size: 5995116 SHA256: 92a4e6b71eb3e7b2e8c104df148eb2527266d68139ebd8613711ece3b2f4d276 SHA1: 7602659b8ead456aaa666163c13ab28845c8ea74 MD5sum: 005f54100a371e3d86b4520963915539 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~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 28181 Depends: libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Breaks: libclang1-7-dbg (<< 1:7~svn327768-1~) Replaces: libclang1-7-dbg (<< 1:7~svn327768-1~) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libclang1-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 24127464 SHA256: fd0a67890259f1d771ddc3fcf41c91f168bf94bb84b226fd829f42cb14534bdc SHA1: cc71cfbc220133336f13579e84b0ce16c448a898 MD5sum: c7ff2ea5aa6163fc33d38e44fc6a240a Description: debug symbols for libclang1-7 Build-Ids: 771c4c25e92485ab2b2eddf6e444a4aa9a9f4eb6 Package: libfuzzer-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 643 Depends: clang-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 148872 SHA256: 128d4c08c1e1c29cde9fc94436acac4d6213076cca1e802b90aeaf8212c87327 SHA1: 1097644475f6867573abbe8fe788f6bda71036af MD5sum: 90c4d34d07ad9852933dbec5bc6842d9 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 10452 Depends: libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/liblld-7_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 1132156 SHA256: b0dddc11dcb2b1772801a8b33b6218a8d6cb239ebbf7764bc834e5fac1b90ea8 SHA1: 96b2aec56f0782763fc1972b7fc41b468e80f0ac MD5sum: cdb3e8b7af5f58cbe6ae283f0b9f27ce 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 199 Depends: lld-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), liblld-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 63132 SHA256: f114dba4a1ee1c258866803e7980be71066a5a2f52ab3488f2d400f44d897476 SHA1: 13e9d5dacc79c21fc06226cc6c8c0866bd048903 MD5sum: 519aa063e9bc61adc9450f4c22115f10 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 31931 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:3.0), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libncurses6 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 7), libtinfo6 (>= 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~20190407073854.4_amd64.deb Size: 7940164 SHA256: fd9b61c6b052a11ee9759d7f43539164ec4df1213c07c52f04290d2bde0db111 SHA1: 808106adab054ab48975c60748f806c7234d3d2c MD5sum: 370875e414a6a6fb24da1a6a5b8e54a7 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~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29380 Depends: liblldb-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Breaks: liblldb-7-dbg (<< 1:7~svn327768-1~) Replaces: liblldb-7-dbg (<< 1:7~svn327768-1~) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/liblldb-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 24394224 SHA256: 86f01366dd5088e13953dca65691224c726575da5d3aa8843a1ee0589ef1db24 SHA1: 35189b386c5ea43c9cb362b6c9e2c2d8edf3f2f1 MD5sum: bc27965751cab2f0acff484fe03be7a2 Description: debug symbols for liblldb-7 Build-Ids: 71682c554c1c73a3e09d98ca8def6bb9d144ff3c b38c4ea1e3a635309e6ef821461913e82b2e1313 f413a2d5a0caeb39fad85fb9076490c0af7a57e1 Package: liblldb-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 41437 Depends: lldb-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 4633828 SHA256: e5138e615c12bbda4fecb62ef2f2745bdfe10a173f92ba1536ec29982c3a1647 SHA1: 11af6ab3dda1bf70b20229e4a32d48307a8a1301 MD5sum: 6a6f1108b576d7fe0d4e40b1285a7be9 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2423 Depends: libctypes-ocaml-dev-8pab9, ocaml-nox-4.05.0, llvm-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Suggests: llvm-7-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-7-ocaml-dev-p99b5, 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~20190407073854.4_amd64.deb Size: 206520 SHA256: c468a3cc27364d3b5d7e85407b3b249260ea584cb345f560515afdb828e8eefa SHA1: 1505fde3ed4c290008febdcfb378fc680cf24544 MD5sum: d67fc27df51b65e421fb77acc7fbc951 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 59134 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.3), libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0) Breaks: libllvm3.9v4 Replaces: libllvm3.9v4 Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/libllvm7_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 13024440 SHA256: 407a5e4886c859b115b2adf69133fe03b57f099edb96eeca1d884e00e42ef7b7 SHA1: 4f216a5a2a1519ac72196055874cbe8a8e973607 MD5sum: 27f53d7f9f70d45e068ed6f9ac6fecda 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~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 38746 Depends: libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Breaks: libllvm7-dbg (<< 1:7~svn327768-1~) Replaces: libllvm7-dbg (<< 1:7~svn327768-1~) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libllvm7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 32491760 SHA256: 4854db5beac370926a5cb5b4050a82ef90ac9b5be3c1a21a1f585a9bb673688e SHA1: 8a8c48b0e0124f587b4341fcd11b14de8d58138d MD5sum: 5ca7e2995b36fd3daa6bfe23f2dd408d Description: debug symbols for libllvm7 Build-Ids: 7c38432d5fe8b8a833b44e31349edc2d63c56dcc Package: libomp-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 156 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 57972 SHA256: 4dde87dc9ffb09412a340fd6dd07c106e606c96ae733a3f18c85e0220a299882 SHA1: 701868e4ad9a9e8ea536fd8a59b72faf805f4658 MD5sum: f20642d642b6fb2f6ac4c1e320ae7697 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-dev-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 56 Depends: libomp-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libomp-7-dev-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 34360 SHA256: 3856a7b5c1a9fcb1c4871e08307bde4143dc59377e40701ccd93d2a504ef6920 SHA1: 8ef40bf4fb685352639c39e9c5d168c634df930f MD5sum: 8cb92cf92c3ae727b921e0f63c088ad1 Description: debug symbols for libomp-7-dev Build-Ids: 7e5b4f5ddd95ef0f14dcaf11e14fb69a8c26547a Package: libomp-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 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~20190407073854.4_all.deb Size: 846644 SHA256: 4d92ad6066719f64265f3bedc93d87d13455c54b1e2e4b3af637a6120486587b SHA1: 28bec794c2ca16796c9ac4d8356cac3259999a4e MD5sum: a4c384050e4677ed9b404643864106e0 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~20190407073854.4 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~20190407073854.4_amd64.deb Size: 319132 SHA256: e796c01ef9a974f99fd1901b25d6547254c4ddeef61d3854f11f2fc8cc2fe1ec SHA1: c7b13b3d3b67e4eb3ff60c58e092458d64080a54 MD5sum: b4ff46386d3787e8e642097d65d0e9a8 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~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 347 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Breaks: libomp5-7-dbg (<< 1:7~svn327768-1~) Replaces: libomp5-7-dbg (<< 1:7~svn327768-1~) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libomp5-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 210980 SHA256: e3cb9088f3423ad843f30aaed0adaa50233f71b2820237bd41f5ab68e1ab6368 SHA1: e7880f7696c804417e25a746e9da4cfc4db37c5d MD5sum: 9bec4e2550871ed3c5a23774be3b149a Description: debug symbols for libomp5-7 Build-Ids: 408e49a8d781076f72017cfd9999f016c29d1ef9 Package: lld-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3085 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 784140 SHA256: 88cab9a77dba095644b3b784e203fb99e242549f3fb23105bfdc280e08f75c93 SHA1: a6407bbcd22762aa5773344e001987d6a5365c9c MD5sum: f2c2b93680d91a9ae40736e7385de9c6 Description: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3270 Depends: lld-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/lld-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 2420424 SHA256: 21de5d8bc1453be4b06af5678d5fbedac5d4d5011639e66827ae40d4884492f8 SHA1: ca8900bbe91686b87e0da3ad94e4e70aef5a1f6f MD5sum: 6b83efe64f313a8de42b3f794e4e382b Description: debug symbols for lld-7 Build-Ids: b71cc30e80bc55e77f8feecfda7275dd04035595 Package: lldb-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 32539 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:3.0), liblldb-7 (>= 1:7~svn298832-1~), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libncurses6 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 7), libtinfo6 (>= 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~20190407073854.4_amd64.deb Size: 8456944 SHA256: d0986150a9614824f9d8e1cd102ae9ba4b34c7a3228d1c8247f9eadc8e533ca1 SHA1: ae9e1e1fd020d74abdf99164e7d69753f288483b MD5sum: 0e602955d340794c5a30ca058ed211fd Description: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-7-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 50323 Depends: lldb-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/lldb-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 44788860 SHA256: 0506db708048e654ed1018448aed436224afc70a4f4ad997c4e4d2e3636a9962 SHA1: ec4b20172d5484bdc8ab55831b2ce2e87e3a6f00 MD5sum: 4529af39437878da727ffeedb230cfde Description: debug symbols for lldb-7 Build-Ids: 2e36b3dd4d02bdaa564984e18e6527e41d9543f4 3680847d5fb20b052272d0fe0ec5e3aa1e5d5377 9637aa68e146c5531c500aea8b099c6b1290e553 9f1eb09ff198d6703c87b01adfc70d5efb61b1fb fbb1f6fd27b120ef533dcf0fe58cbcdc4672e2ab Package: llvm-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16300 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 5.2), libtinfo6 (>= 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~20190407073854.4_amd64.deb Size: 4553292 SHA256: 016884fc6461f8d46a32ae5f8189c30be796861c9b349b4bea8825ff1d8c9e45 SHA1: e512295560ba5ba0df94611c91284f518c73bee6 MD5sum: b3ee1b6be093d70c23971c3a13491a83 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-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16370 Depends: llvm-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 13169284 SHA256: 33d5913f6703898fe43b231d63c336d2af3713c873d53cca6f9a0d5ade9ec223 SHA1: ead7cf8df18fe65b2a6b3a1f6a0e01afc9c6a048 MD5sum: 3da28d2ff74dc860fa857fe244df634b Description: debug symbols for llvm-7 Build-Ids: 032110f8dacb095d929c706a942f1bb7d27c2d28 05ba665faef40af96505788787e45c8242828853 115026e7c8386ad8c1ec73f9252a6076244e933c 1def01a9d43f8cafbc5ab662a464530f5b0777cb 29318eddb9f7bc594f8865494d8dcc3190d8ac70 2b79bdef50550f61bd9541c87954d09f4f681c72 2d396c8c24c4f435f1fe5bbcd64cbad21d3ff6b9 3724274a59be39a4f5240c0e955b0375372c727f 3b54f43fb33bdbbd23cf008dd235f5f2f9dbd3c6 3b6aeb3cfe6907dc90c090cb8f29f52463b5e22f 412503520cf66aba25e621e8bf6275dc6b5e1064 417880cc9feffbcd6d0750e5b443d67b4b06bc18 48312aeeaf9871839acf6b297c78aa026a07f438 49e5ef2e87705906d933d5c43281aff0bd59ae4d 4d51cf3c8603b222f88b14dcedd4e1a6b11fa2bc 4dc413995add0ee6774f7fbb02da266af5eb7499 50acd3cd649457bb34085b8bf73c5a8681bb5e3e 538c977e8ef6b59967b31678c3624b5b0adbd6a1 57d5249cdb5ef15fcee66042f63ba516a3a69485 5bae7382d86f244cfce7874bec04c3ff1fd1fbbe 5cfab21c0a83951ca68fc51702b439f743eda537 5e53fdc054491192095d0a2de4fc81d2a41be965 63c6ff55d94086c0c35a13b57e3cc8824ba6ac8c 667cc23603787a3e02857cc0829c6c02af5dd776 68c1163c89b8d226f4d823ee120dbd8378d6d58d 75952ef37acad3a7619effc78e4742a11aab875a 7854deffb084853ac08b48d7471b61fde9525aa1 7b5ccf9ee561382bea8da7902ccc2242adee3774 81c157a83667fe3bb08812266bcf09e8c2ec8aaf 8507d04cf287f50e4e6d2abece176dd2e07db993 85fb09d8d2b38cf93dbed6fbcc7cc147dab0e4fa 89eb9810ca104b9e572dc72f21ec648cf52afca6 932f3fa57a3a2b766d53988822a79a837a69ae49 9792839d78fe3380eba8a38a860a11949f654217 9b9241fcc3a8c103f398211301952acd1cd89135 a7165ec63e1c80dc1bf78017cde708f0fb947602 aae17f3b4b1e904c31d9431c151fdc44d2bf2ec8 ae3986aeaff9854403c450ef2876231931f89ce9 b123b1682249b0c97e41ef5e26e0c87330ad3fcf b35ece024f31c04a03efe28ebdac303e736541bc b7fee64f593a2ad96416548e5cfefec87d78935a ba4658fec1cfe85fff772aeea4cfba39c97ec6af cf2a9d96301c3142762b96e73bb5db7756bf2693 d22bddb274593d90eec097ae99de40656ee5b784 e335e00dd13243b4602c26bc09b6ad36b611ea54 e5f0e86e9b480acf638d8d64c8ccee6bf01a5a85 e881f6278a39982326de8b18039b1e0d8a860c0c f27d492bbecc490174ea8380a62cd84871140ff8 f52232b72e1c79e9b74d4661c029884b5ce71894 fb1658a59fb75c42fbb03e2a05b370d103c8f0df Package: llvm-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 157204 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), 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~20190407073854.4_amd64.deb Size: 21322268 SHA256: 1a55de1ecc61d11738f95caecaea6cf067555cccd5d695f102c0513395ccde72 SHA1: 943cf45a476bf4e02555efdbb635d7fdf51d269e MD5sum: f8416e846005cadd75f1abe8d7a63705 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-dev-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3784 Depends: llvm-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-dev-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 3144984 SHA256: 359d02033d53c8bf9c88a159cc84b97c1eb4c1b2c9feaf7c81b87dd8307a24cf SHA1: e3a53f270055f10adc397511af98e8a902b81262 MD5sum: 7f69d2eb16d868891ec821320eef2fbd Description: debug symbols for llvm-7-dev Build-Ids: 03e8d9b9d1d9a19007665b98d8bb742bb76fd127 6e4b7b1cb9cb63c055d0ab5c699575ffabd1bf4e 93128782249ee5595818e284c31b16f37da3a999 c4c8f290d5fce0a437166cb476506a30b2359d22 d2e4da7dff17629b40c497872c05c813f2816763 fd9fb0b134f5d9606764cbcc542eb64332404918 Package: llvm-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16374 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~20190407073854.4_all.deb Size: 2033904 SHA256: e06a4e2fc95507fecc069416d744957abc0f16359017e6627ff2f38822da65cd SHA1: ed071b59ced7867962e7c1b6daa417d2427056ab MD5sum: d5d9f0c809df7c7890cda47c81fc0803 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~20190407073854.4 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 475 Depends: llvm-7-dev (>= 1:7.1.0~svn353565-1~exp1~20190407073854.4), llvm-7-dev (<< 1:7.1.0~svn353565-1~exp1~20190407073854.4+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~20190407073854.4_all.deb Size: 257432 SHA256: 2ae20e07970f9923771a59499f004b5cb949bd618bcfb869ee99e5dd032545a4 SHA1: 28ad70c3edd8a99f4007c16525dfaf0ce93c0c31 MD5sum: aa5aa679493a91fa66428c4a875ec383 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~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 662 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 5.2), libtinfo6 (>= 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~20190407073854.4_amd64.deb Size: 189872 SHA256: 21ade166fd67fad32d688cda1f76aaf280528307bedf285a99e47d38bf280864 SHA1: 6f905cfc30f0957e6ddb4d2ef968e62ba02aa506 MD5sum: 5fa64cbde9c19ff882846fddd11d0fca 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-runtime-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3392 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-runtime-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 3162388 SHA256: 432f9e726e2c752de596a979da48f82dd87b3aad209f380a4f536ebbc5d382c5 SHA1: 10d699d257bb77eb9fd4c2806df06d1ef6fc9607 MD5sum: 28c8d93eb602089e5956b3381ff3a3b2 Description: debug symbols for llvm-7-runtime Build-Ids: e701695ae017b0b18b0a78537799bf9695c8ba2d fd309dc9036303fa113423b685db2fbe0005f012 Package: llvm-7-tools Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 983 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), python, python-pygments, python-yaml, llvm-7-dev (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) 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~20190407073854.4_amd64.deb Size: 239828 SHA256: 9c9552f2a8a6fa735447de9695e995093aa1167909dd928a160b2545b3ef3193 SHA1: b8ce980e02de0f0a5036b6b0d02d7c021cc6a5a4 MD5sum: 4ca9d22736212c334a5e9cfd7df06d06 Description: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-7-tools-dbgsym Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 883 Depends: llvm-7-tools (= 1:7.1.0~svn353565-1~exp1~20190407073854.4) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-tools-dbgsym_7.1.0~svn353565-1~exp1~20190407073854.4_amd64.deb Size: 788448 SHA256: fed1badc38da8e70cdc774c8d1b9874fbeb6e8e5f1eae57f5c2dafafa7b63675 SHA1: 60e74da07a777441393df7fb8f4e64f05cc3c35d MD5sum: f331d02d8888822a2888a64bd970f245 Description: debug symbols for llvm-7-tools Build-Ids: 36265f46d4d9fe6d047d801026a57f6fdd22bcf6 48a304de23f7d606ea111e185374d86fb8cb2ea8 cc63709e43a1d76ad4102506f3dc630f77fb3926 Package: python-clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 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~20190407073854.4_amd64.deb Size: 57684 SHA256: 87c9ea4e6d45b7d5a0e708aab1758b81ccf4f2e70245d79152b7348f716270fa SHA1: 9587f366c55938b5651d03145a3c1ce6f0bb9082 MD5sum: bb3d58013f40514710cb827c23848069 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~20190407073854.4 Architecture: amd64 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~20190407073854.4_amd64.deb Size: 121988 SHA256: faddef0f694183a82ab42657794cb82872926d75a9f63d3d3e00ee73d2f61e27 SHA1: 7d0a48af35c2ab1bdf7f046d98385a11f9e6cfce MD5sum: 4dd7a36c5dfe22e86bdf4aa53cbdb3bb 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.