Package: clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 29093 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), 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_i386.deb Size: 7958192 SHA256: bb68717f73890529292b9826835c1dd0cdd21e1ce54ce6be7ff2a15a573ec0d4 SHA1: 77f5d135c4a9475e0c795b51facef32e67c7506b MD5sum: 27c1ed100837455a00f64308fa656330 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 34292 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_i386.deb Size: 27000412 SHA256: 5a5ee942df33c49d143189c84d934066bfda7bc28e5ea5cb26c9242191483aef SHA1: a8dd6271f820ae8200d3d99fb07fc09e1c1252c9 MD5sum: 539d1d64167469c27747f18ba6dcdf36 Description: debug symbols for clang-7 Build-Ids: 03f9106c9f866d34d4f7fa629ef73b9d1f7a8a3b 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 80 Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-7/clang-7-examples_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 41732 SHA256: a5a526e02853f351409b85876c2f02641b1d1c083fec4aece91acaabe2d99175 SHA1: adbe1dc7856e98e407e99101596ae4d83a53c388 MD5sum: 2134fca2d9ffc9ec559e649a03844316 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1529 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), 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_i386.deb Size: 519704 SHA256: 680b830f403921a3a1a09d7efe84a28444387b177418145ed3fa1ef4d0695660 SHA1: d441b4ce3e28af0240eee1b11d21dc53dfbd8327 MD5sum: 6abd59393f10e71ccbd14c524f2cb8b8 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1660 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_i386.deb Size: 1342388 SHA256: 9a4b507db981bcf9bdc9c18ceebfc6b1b048ebfed65664993b3a79129dcf4ec0 SHA1: 12f89b786fae43939a336f2bdf0d646333d3d5af MD5sum: 868bcfec270bb84c9ab4513c8ffc1423 Description: debug symbols for clang-format-7 Build-Ids: c04e6b183760eba6b91c36305e067eacd16dedae Package: clang-tidy-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 22073 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), 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_i386.deb Size: 5802852 SHA256: e5e03b75fe8d9e1ab8bc395cd1332a44bc0c0a86b894cac4e7f43c632213b949 SHA1: 11b61e258d270f5dedf5a2f8b6be23ac24c92a8e MD5sum: 1e59538d9677949a208ae80c0481ccb6 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 32114 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_i386.deb Size: 24495412 SHA256: 39e7de5f277b5ed56db8a6e3bacd9daf259348a26e7ffb3c91d33bcf20c46408 SHA1: 993270f438f5ffe3047c797b6c34e5ccfc71c429 MD5sum: c7e811850b19881dec171913e1836394 Description: debug symbols for clang-tidy-7 Build-Ids: 270569ced7928eac8765cc0f517b3d45811d5d63 Package: clang-tools-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 209290 Depends: libatomic1 (>= 4.8), libc6 (>= 2.27), libclang1-7 (>= 1:7~svn334604-1~exp1+0~), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 6), clang-7 (= 1:7.1.0~svn353565-1~exp1~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_i386.deb Size: 56108604 SHA256: 9908c809d607c0b87e6ac41e9f4fe10d3db19b180374e862ec7284ddbd8a8952 SHA1: 28de1ef920ab01f43914e26f4ac09a789340bb02 MD5sum: e0f3721ac52b79c2de52dcf046dec97e 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 280288 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_i386.deb Size: 228093308 SHA256: 75f75065e837cce06142b367e5aed89dc765af6647e1a78767342d0ba4da454d SHA1: 8911c1af8bf91c3f44576e41c543f75c4baa81e1 MD5sum: 3a857bdb190c0abde95c3d785e2571d1 Description: debug symbols for clang-tools-7 Build-Ids: 09ccbf253d1aae50e18fb6d7f9830516c3d58d56 197e1380e15ccf3be04697d3041fe6ce00298230 2fd5d34bf18ea7066f2242764397ca41eafc79ee 3b6311229c62c7ca5e3d242c230816f9fd9928e4 52f37e335690d060d7ac76d9f6a93664a8a6db2a 59756e08d632b212ecdbda264be40453642b2af6 60eab83140fc12c52fad54a37e8d0b96b536bd8e 644e1ef2984e7e07fd0cd5655c2c7b86995f0530 66ddf698da8bdfd03015105f31764bdd0040daf5 6d76bc06aa93b7d859b3baaae57aae1a74e0bc1c 79a62e3012b57e9ed38116259d41d809570e1cf7 8b29be76fede30feb1552e6d3bfbef17d9b14b1c a0123c4a99b4af31fed4b3c07f6df7dbdabd225a adadfdc53146fa560c95fa2a353d230934c83391 b6845fba427dc735ce3a924f4eebbfb53c9ad023 f67146dae0584bc4e7937f7153e1d97e03f8b9ce f97cc1ce56ab4adfc74de14be0d9515cb0566330 Package: libc++-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 6194 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_i386.deb Size: 661144 SHA256: a113c015471b2b6a3678c6faaac1ea873a695f40a61fdd76b937f3466ba6cc8f SHA1: 103573439915a17a327ab603b3c15bc7c77cb7b2 MD5sum: 0d37a8a37ea18d48d5034382652e8284 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 869 Depends: libatomic1 (>= 4.8), libc++abi1-7, libc6 (>= 2.17), libgcc1 (>= 1:3.0) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1 (<< 44) Replaces: libc++-x.y Provides: libc++-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/libc++1-7_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 226764 SHA256: b1b548e1d6cf6232123e15a059cefc4960e48e249de27998d9d61a37fc73d5b4 SHA1: 62e45f97eb3c9bbc1f34cb0471aadc440767ccaf MD5sum: 6d9471130998ba7cd6c39d1d76294562 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1416 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_i386.deb Size: 894128 SHA256: 54f13920ff5f16aa0a4a95ebaf4d8c50a187062593bea54766df72bb0585aef5 SHA1: e5dad9198090446b513c352e6e5f5b2d2dad7d58 MD5sum: 9ffde623c24bfce46156ee1024d9c093 Description: debug symbols for libc++1-7 Build-Ids: 14d2f167938a28b808a3e716caa2d2524ffa8500 Package: libc++abi-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 455 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_i386.deb Size: 103528 SHA256: 9524600288767d18f8c4cf2d3dcbbefc01ae4a305661ba21af88aeadcb0d639f SHA1: 6da99fab3f1aa480654ad3b5d87ed50df9b4b3b2 MD5sum: 30ea1844ea44daa3f868ed55d23468ee 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 256 Depends: libatomic1 (>= 4.8), libc6 (>= 2.18), libgcc1 (>= 1:3.0) Conflicts: libc++abi-x.y Breaks: libc++abi1 (<< 44) Replaces: libc++abi-x.y Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/libc++abi1-7_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 88128 SHA256: 1ecf21ad9dadc648d6800200a9e6a4123f1f13f21194d29f3744fc10246b786b SHA1: a0b8ba6e8674b14baebe87faa29f9f123f1a7a8a MD5sum: 790d23472c9de05da7f96b93b8c5bf96 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 314 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_i386.deb Size: 203076 SHA256: d56fb2c04ac931ff2e3047926b2c6d4e55f9b21c144c6b803d69e41c74791ec2 SHA1: 07569e5d2e24ed30473960c2c06283ad144aa366 MD5sum: 135d2acdff9c5364e69ff720a1163beb Description: debug symbols for libc++abi1-7 Build-Ids: b4a4d2682a61534c7fa7fc18efdabb2900ccb35a Package: libclang-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 101096 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_i386.deb Size: 13536396 SHA256: c93a7e35d64d9cd9ff8ea74df1ab3878bd01457005a573fc3324b1063921173c SHA1: 80503a715707deadda260b3742f846d2fbd38f53 MD5sum: ae222ee3c784aea7ac2a21ac3e823cb4 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 44823 Depends: lib64atomic1 (>= 4.8), lib64gcc1 (>= 1:3.3), lib64stdc++6 (>= 4.1.1), libatomic1 (>= 4.8), libc6 (>= 2.17), libc6-amd64 (>= 2.17), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), 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_i386.deb Size: 3161080 SHA256: 8747598af1945653366de309e0f33921e0cbda4325a514408546f4600e1d415f SHA1: e795a55563d28b325a35fb5274ccdfa9f362cf33 MD5sum: 96db59f2d9a234cca4d3fbfd2d16a047 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 3046 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_i386.deb Size: 1841564 SHA256: 1140b03fce5d64c43e8f4eb5bd2552f41ff29c7fca2f7f1784fea7ead69cc0d2 SHA1: 108e849c546a448c7fcacb8599d2516eefaefdc2 MD5sum: 97ee5ebf6af123ccbf8680c3042ff974 Description: debug symbols for libclang-common-7-dev Build-Ids: 0de3943ec998925e27ebcc9ce028c64cf9fcb25c 511afdc8b721684d9513a272283354a4563a171d 6a168ff9a6cbd92f38d215cb18fc01ccd516ca52 8ff6d711e5d5c9eb3b88a87268fb59d783a90b97 9554c094cdeaa590732170c23fb30f96c37a1627 96f5ca647df9220169507bc6ed84e253e620ddb9 ad620fd10094891b488c247884b6856ea4b65e55 ae99623475daaec903ae12846cb6dd6676b9b63a b17d696215ee0a8e55fdef73b9dee8bdd047f05d c5914989ab5228b95a6f5bb199bc91bc597696d3 d898ee8354ac9d6e29979fe76fac0d28fd56d500 eda41524e24abafcbfe41023346975feb15d55e7 f189538a74dcaada70bc6a96d92a3c9580404d4d Package: libclang1-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 22713 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), libllvm7 (>= 1:7~svn298832-1~), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/libclang1-7_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 5914648 SHA256: 001f037ebf8c4b1458865c8f0b638e6092fc6c91c42dfa21cdcc5f3bf81f6378 SHA1: 2cdd88e824b03b441bab502e481673bd00df8166 MD5sum: 8759b1c3e37b6e1a8765136199968f66 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 32974 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_i386.deb Size: 25297116 SHA256: aed9f1d6e6c96bd1dcf8e0f1aa4075603de5ccd975834e4a72ba72dcf18d39ce SHA1: 474f9eca9b5e50d41fab3c9a59bf5b49462a1804 MD5sum: 564088d18a73c2680806dfc10acae1bf Description: debug symbols for libclang1-7 Build-Ids: 62c0617681350afffc00dcb913e481113d2c5a17 Package: libfuzzer-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 537 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_i386.deb Size: 150400 SHA256: 41ed52f292084eb1d8bf51da67b1d74120a5cb0c5de10b4db0bc6ce33871f232 SHA1: 12155503b3739993c9687344ae1b2d77051dd7b1 MD5sum: 53d3f9444d6b93e6a019d67257b332f1 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 8132 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_i386.deb Size: 1106164 SHA256: 21a144246f0da6f4a7d1ee34ac78d0baabcb1c6d177ebbbe14d005724140b715 SHA1: f4eeb2e0f89c5fc64cecd32008a071c25fa99b3d MD5sum: 98d66fb66e8afb754a890a04834fc08a 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: i386 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_i386.deb Size: 63128 SHA256: e95606a55a158bf2e4b8e16e119600b14f938997cc05826ac436c3c66fee63ea SHA1: 30f4f914667d1715d5c06c392292848b22ef7c1a MD5sum: 54b6684ced24cf09b2e6d7b1500da07f 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 28561 Depends: libatomic1 (>= 4.8), libc6 (>= 2.28), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:4.2), 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_i386.deb Size: 7712932 SHA256: 7891159b4bdb469fa0721a7666e0c4b4c5af3f2a303dc36d2185122d064652b2 SHA1: 633197b917273a7908168ff8caf0b1ad5cbcbc24 MD5sum: 452be3416a5b36b6a5a29bb67c60c2a2 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 34210 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_i386.deb Size: 26156108 SHA256: bc3eb568447e9942f1b3bcd1d5e457d3188d5bf389f81b00841d8e59b05eaf88 SHA1: bf53bb8676ecdb587523dfd46048a88ff31f4bcf MD5sum: 7eb88c1a2c6477f52f7ea89bac34ef5b Description: debug symbols for liblldb-7 Build-Ids: 00136c5d0c6fed7ebe8de940b87ecd94bbf8fd5e 36cd2337bfeecc617e4b95839cbc05a316ea1492 8faf8f46788c4e9430fdd17ef5a737ef45c3b78b Package: liblldb-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 35538 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_i386.deb Size: 5038852 SHA256: ece01fb559a0b0bb68d1ff96848be758dc1b588915eae9a738a348ad65072b10 SHA1: 0e1cc8451764d59c15c3ab84aa565e1a61448b42 MD5sum: 463cac0c952f8621b012bc84b7a6cd7b 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 2276 Depends: libctypes-ocaml-dev-ozzm1, 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-axrc8, 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_i386.deb Size: 207616 SHA256: 9dd542851841c6f42741de4fb198f937d18cceddb7d573d8e30f3e31cbed60fa SHA1: 6f6249c5ed3ae9b4bb680d4a3d629a36c37e417f MD5sum: 43bb85bd6e6a81f2f35d996e177a9d29 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 54036 Depends: libatomic1 (>= 4.8), libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.2), 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_i386.deb Size: 12990240 SHA256: 046a0e42878965c52aa363808857c25fc66fad512a2deb6b057b68bc8165f3e2 SHA1: b43f2d5cd605438b8f9e7380f3b671ff053ee923 MD5sum: bcff87aa2f8cd700fe28bfe456694bf8 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 46108 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_i386.deb Size: 35035268 SHA256: de14b311dd5a5a63556ee57173635748c169ced4b48c38ac4e0e96c84a3d52af SHA1: 4f1cda193555e478a0e7b07d3b201f91b92b0e59 MD5sum: 7c1f948970673473b910d8c7a286b446 Description: debug symbols for libllvm7 Build-Ids: bb0a39b6e56719174641602108107085f6ea7a84 Package: libomp-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 159 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6) Suggests: libomp-7-doc Conflicts: libomp-x.y-dev Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44) Replaces: libomp-x.y-dev Provides: libomp-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-7/libomp-7-dev_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 59028 SHA256: ea992343b191fef5e7824a424a828400ba54a73c69fad530647dfc0342a9bfe0 SHA1: d8cdb16d7bdbb19b5a644150b902fe8d4a636848 MD5sum: 2e618e8687b16451465fe8d411d723e1 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 61 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_i386.deb Size: 35648 SHA256: c21ab8a6ec7702f23d4e9f883321823029827e5a154b734e1a9be9d82503a05c SHA1: b2b354a911ec8f105db4c204beacfe329d593c8c MD5sum: 3d43df28b1dce66abd298c623ec720fc Description: debug symbols for libomp-7-dev Build-Ids: 90d1582450e8302effcd5462d5728f895a83d674 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1779 Depends: libatomic1 (>= 4.8), libc6 (>= 2.6) Conflicts: libomp-x.y Breaks: libomp5 (<< 44) Replaces: libomp-x.y Provides: libomp-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-7/libomp5-7_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 296284 SHA256: 54c14f32b1b5b2eaca7a3dae0dc9905a2596895dbaae27f506fdc7397373fc40 SHA1: 483d10cf103a66ad6d7feefdcdb2c74ff917d022 MD5sum: 97b0558f9a5aabdb99bb7a91979761e4 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 408 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_i386.deb Size: 265560 SHA256: fb0593206e2595c7d299c2b2f95b7e0fcf554011cb97fe61a44fbddd24c202e8 SHA1: ed9a7340619742d8fdd1e009f02e8580c9205397 MD5sum: 6b45cebe564603fc5569ff13e0f3920a Description: debug symbols for libomp5-7 Build-Ids: dad3ff1c1cbdca7b73000415a9ba37d97f156990 Package: lld-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 2832 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.2), 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_i386.deb Size: 767268 SHA256: 2b1966a28a20450a783248783fad1202c4298f79877af11f28a6a1eb19228a53 SHA1: d661c5c69f5e7de155ef2b2baea4add0fe934f22 MD5sum: 04ec8976e926f98c99e2f2ed7706d662 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 3774 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_i386.deb Size: 2578060 SHA256: 1d41e952ac9c0850c1ec2cb655053beec400f70e1aed42c0a9870679cb167a27 SHA1: 79999357c2ad96ca3d7d2e53ce978cce12dad3df MD5sum: 5b827f0a3140327c267340283f7892f4 Description: debug symbols for lld-7 Build-Ids: db4f527093d7a3cd75f13da0f17699305ad5fecd Package: lldb-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 30614 Depends: libc6 (>= 2.28), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:4.2), 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_i386.deb Size: 8466480 SHA256: bfeb8918aaabf5a7a2c23aef5538394bc3e9603f57c60687df37b554c3abfe0a SHA1: 8f3bbd2ae6b6286008ffe1931300948c8b981765 MD5sum: 77e268af3ddeaafe2d71b3a862d3b801 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 59503 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_i386.deb Size: 47974928 SHA256: a68ef29af31ad31cac7f981456b6821223ca830a7f6dc70e747af382538dac64 SHA1: 23b8b511fedfeee9ee77fe3c0a055fa3568f0701 MD5sum: 9408e4af030ebf0aa9587cb4db91fc11 Description: debug symbols for lldb-7 Build-Ids: 4778e5c8c4c0a0c4a44e1e8e70e4ca55000cfcb9 695939b89f0608abda5c5410dc3ba3722cdbdc73 6c7a820fc79524f53cb541324c2d8c37693d3821 cdbb494d163ba617b0d5bb60fe9297917870925e e2a375616980876d58a05d5bbcc038b7d48c3ce9 Package: llvm-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 14806 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190407073854.4), libc6 (>= 2.15), libgcc1 (>= 1:4.2), 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_i386.deb Size: 4366200 SHA256: e861125a2fac0c87fedb2aa73536e2a30f9b05318abb589758b06d398b641f63 SHA1: 8092ad6b537b5fcc4c93edffec6427e864a4f995 MD5sum: ba4638e232dde5e619dc59d8c715fb63 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 18843 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_i386.deb Size: 13911428 SHA256: 577a54e9ee15778ca3e692ce2511b96b47fc7cc17aea97c3bb286c570ca8bd90 SHA1: 99416dd77e87e21bf33d3e8dfebc8a883e613489 MD5sum: 704273e1516181fe7262c9d268759610 Description: debug symbols for llvm-7 Build-Ids: 0370a761a46b4d9626d9872ec1136595dcc50386 04c6bff32072f220e19d49a04c1d4581aaf1d4b7 07fb28c09184d12469d1f708405b8b5c76b11f12 0a403c07842fbe91b6dc272f6c41350abc917c63 0d0010084eab62522badbf2341ddb6c8ea82258f 104f27464bd10538e2e9b45420f63a6868198e90 1446f49897567f4b0966f61594a21ed9586c7d7d 183a55af98c0fe04f6788909898e4340ac312546 18dfffba6e90707027d8283c57f05f213ca0948b 2397fceff7049c5dfa2cef873c44e96784787883 2494ae159d0c75d22d160a625905ba3b4e64c918 2968327c393125203ef0d7f737505291ea752cdd 2a612d581e42189787ce5604dc59049e1bcf58e2 365b1fd06755394b52144821bc6e4f621414dc56 37a1345bd931fedbfbefe3da3d8e28858850e491 37e3404e0f7ad5e7337cdac44adcbb62936e6d01 4041662047a03b1bac53085853f8f6c6bda741ce 45a23413368859447f9e298e97e747cbfa993f6d 45cdf0bcc4475d05a517448abe91ec47d76ab6e7 474fd0106f2bee2ec845004b643890918feb1066 4b32e539a799f37eb5901328f3eedc609c68a7d0 4d3f5918cb401cfc3784337776bdf8f10e1fcc17 5551dbbfff5bca80e3975652a6edb006efdfaa3b 56f6f30c0178a7f194d408883b2e8273f464df17 570ca0e5adbbf28ee453e9c9eb1a3ee8d6f31100 583c8a49d18235d0ef2678091771eff21c9e16e4 623af530c49ea36de2f7bc687e7376c63b63a659 62726af54b878a87461b38ea9aff4ab3da26f371 62b7a66b5832ad0087b27b59045bf93e00524711 62d08d7d059b867cd727bac43ee9530d7bd4a4ba 743ce40d7fc5659d47d08a2a9dd709ee7bfe929f 7f20ec492a65e883b49c3f2f5444778b412b42b0 8560dea75f5bcbc38f2937d2aa0d8c4faceac798 85981db0be09c56ace01eb8d80312c4ce393fd6d 8b5c5cd3cf41b1430cf6137ac2850f97321a30fd 8d2d8e06ac07aba81fe44624856c5799deed623d a059272e3d9b82e81b67e88e5e16a111cd954c71 a362a09579308ab169f749be8683a1b845bda6e3 a4423b0fe21cbd7449591b592b1066738348c188 a84c6def6b1959540ea282dd13aae4fb415fc20d a8b150905b2d9b767ea0e66a5723e3ad63868b26 bc1045b27f819d9083c515f29bd1b8bfb22f2b58 c5a2f62419605fcc85b4ef12b996fa7381fdc193 db8763634dbe198cd73a0eae223745b8701d88cc deaf60539e81f814f115e4c5e9cc01a17ae23702 e3a7f5de4c46ce04355158a73a7e93ff691f3802 e8535d58aac7e0f8378a927f0a74516f0e0b906f eb401d4f99fd9224d088918faf19e5ea8aa86992 fabd16262c7b3a873152da5923a0b5a2febdb28d fb77e51e26459bd5c6109bcdb418bfcdceeec8fd Package: llvm-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 127413 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc1 (>= 1:4.2), 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_i386.deb Size: 20816800 SHA256: d77f682a4950c548dcab3db45545e0401f189e84e31ba03de6f72fd633c4fd29 SHA1: a7593175d4217d1fb107db80f48f0b5f1cae8877 MD5sum: 14a0a19654934e9a7676e49e7e095a86 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 4393 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_i386.deb Size: 3266884 SHA256: efc96d47918cd786efda3503c3496a88fd22e8f0b1d336df07dce4386fdf4767 SHA1: 3e986e0efac5a67a41f6f7d63847dcdda17e14cb MD5sum: 6ca1d63fe962a5f169c803490f17dd0e Description: debug symbols for llvm-7-dev Build-Ids: 0ac7daa271d650cf78e3f8d274cc201f17b5c2a1 74fcdcfa68ca92a9456d0958c710415a5752857a 9c9f5b0a45cebec9ce2439c877e42554dabe7111 af9a63956e9493c3428136baeb34fc2593e0a9a7 b697572b56c27174cba50def79714a45cec48548 ca9593b00ff8111e9ad5f1a4baa5f7d0d83c4019 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 576 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:4.2), 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_i386.deb Size: 178096 SHA256: 462404c3ba2d2f6fb08f7013e8ca23816fcde6fb438269a2d068626b71e5e43a SHA1: d331ebf49d9df98b4d1d37ab51d2a57365f5b1a7 MD5sum: 873c5379e10c2ecceeed8b13db012ae7 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 4068 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_i386.deb Size: 3359764 SHA256: 87aac1dfb812c299d8cc97c5f19627f7f230f8de6ec518ff1325e522f9e47d8b SHA1: 68c5af20f412daeb8e6c26bfbe2f59bddf4f81e1 MD5sum: b8a797c47e63e324ac7f6f1ccac5dda5 Description: debug symbols for llvm-7-runtime Build-Ids: 2d2e04a065181444d67487aaec468c8ecefebaef 9d05caff6e22da09982a7aa9c9fd506de9ae769f Package: llvm-7-tools Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 943 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), 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_i386.deb Size: 236540 SHA256: 6c80e713515e2313b1b39b2d347370222fe3785691a8c328c615fbe785b519f9 SHA1: 2ac992ac6dfe1fc8f6ab5a772e2b8831b8c4fe93 MD5sum: 73740d02ff55a51aacee0b8bf29fed88 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1042 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_i386.deb Size: 853864 SHA256: dd4a25c3f71ecdde9a1d3b4a74a20f279bcf90c6e7448632a89dd6d5a8cab5c0 SHA1: afa8029bced8ed0fac53435eafb0791d2de4c9ac MD5sum: 1be57e0f2623ea865325aaec099cae3a Description: debug symbols for llvm-7-tools Build-Ids: 05227c9d0fd7d936de817132f2216a893523d697 190599a2a43417da6f80116784d8ed4028422a1c fce59ca10fbcde8254648e1720366bbb46797d24 Package: python-clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190407073854.4 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 184 Depends: python Conflicts: python-clang-x.y Breaks: python-clang-3.8, python-clang-3.9 Replaces: python-clang-3.8, python-clang-3.9, python-clang-x.y Provides: python-clang-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-7/python-clang-7_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 57688 SHA256: 8be556392290b4d83a2bdc6ffe1112b8db77710d95a66bd26ba8aff2f86227e7 SHA1: 1f76639dc39bcb1b439d7d5469b0e21429d264bf MD5sum: 60af1916e092dd74ba9dde97ef8bd487 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 760 Depends: python, python-six Conflicts: python-lldb-3.8, python-lldb-3.9, python-lldb-x.y Replaces: python-lldb-x.y Provides: python-lldb-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-7/python-lldb-7_7.1.0~svn353565-1~exp1~20190407073854.4_i386.deb Size: 121916 SHA256: faabf96fca38504d5d1334fa9d3c6ffefc7a7c03f1c24da431d8a8e87b9bc146 SHA1: b6854e2cf535444b66d0b64ab20734ba5b13484f MD5sum: a0ff5aa879079e4a66566be610d4f50a 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.