Package: clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 7889412 SHA256: ef0a37919744881ce933bfaa6b4c97790288dacc8ec1eafe87c2dd3f94579280 SHA1: 890deecfc24207196a1818da2793e14a32f0f627 MD5sum: 952c10a26cb3236910e70f91bf685c69 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29528 Depends: clang-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 25616144 SHA256: b9137eab9d3e01593e5e3475e0f767cd35200cfb5c4ec2ceb72ce9369749e10c SHA1: 1752a7b20e5ab76883c203c352a3f7cbef5b20d9 MD5sum: 9b9d04adf835d9c42c4caac53410330b Description: debug symbols for clang-7 Build-Ids: 0d1a3f2eda14b12a2daac2a26d68ddd75ac6fc8a Package: clang-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_all.deb Size: 969604 SHA256: 1efe8d9b2a80db40cbdd3dfab6263198fdb47e313fbeebc7c3d1a723119586d2 SHA1: cb742507e5d05f10c82e1cb33d1a8d63e95ee188 MD5sum: 1ab898b9933eef11721c4c14a768493b 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 41748 SHA256: f97951ec8cb16a610fe04576afbb687e67fcc5990b17c3d88f92abdf529276f4 SHA1: 666a6d68df9b65d338a964a99fa41c529f26473d MD5sum: 55125e488d0dc89709d8b295dceb9a1d 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~20190406085125.68 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~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 521676 SHA256: abcc7dd0010c392f41eede611041bb3b4bedfa5e51546d83acc113aad24334b9 SHA1: fa830925be92d0aec51c2765f14ca1db60d8a64c MD5sum: c482cb4ae4dcfc815ee73f98e3e5781b 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-format-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 1253484 SHA256: 9e0fb0d4160e0fd7930a301ec252974d76b5afa595971c193c407ef42646eaa0 SHA1: 5b6f7fe8420892eb33bc69427276985c81bb2470 MD5sum: 9894789a9e05f34516a8a040d979ec6b Description: debug symbols for clang-format-7 Build-Ids: 087a1744285b160b676231588f0cfd582a609d05 Package: clang-tidy-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 5745800 SHA256: 1fe1117ffa19b0d246de342c96c88a9dc78474034e98c186ce80748dcbe08697 SHA1: 1c74437f695ee1698c0e885dd4e9b0bed26bcd82 MD5sum: beeb1b5f84eff18ce0d6aee4c721136f 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-tidy-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 23144884 SHA256: 76add9309f6463cf6f741eca75b03d10085083b62d2111a31857f14585374532 SHA1: bd399ad2d1170c6471d66e00fc5050654e81e3c3 MD5sum: 749a2da0c8c82d78446bca8fda34563b Description: debug symbols for clang-tidy-7 Build-Ids: a977c88009dc924595c053fc554a97e71cc79e09 Package: clang-tools-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 55249964 SHA256: a58c8565431a16a4d35bb20010af69527030f14aec49a760bb5f01ba40aedd16 SHA1: f8944c675bdc2f80874444d88c0265ce5ba9c975 MD5sum: e450bdc9317e224c2b8a5eeb33809c4e 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/clang-tools-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 214877052 SHA256: 227d87758a7ab11fac5f5ebba18b81f905071832c4e682edd990f71463e88e64 SHA1: 8dd94f579a6ebc2e6c434809fd3bfd4c0a64d0ff MD5sum: 58437244574a2a20d371b5b830a0eb62 Description: debug symbols for clang-tools-7 Build-Ids: 10dae0a70610c670bb034fba6e0f38ad3bc77c99 23f0abd042f61ad86e1234bcd55550f623a392c1 4a94b3271e6979b89285011f61056bd523b96d84 55beba5ec71651bac700fe8c2157a124f56af02b 7708c7252072e856b34cd630a2855a7661d7733d 85a7d4e541037d3136f9acd7731f2db7bc4c5b06 8eaf4f8b73f6f813f7c7529f3ce70044402e81dd 96ef2e99478f2c184e9bb87ac95e4a893fe9ff8c af8dca7b9deab31e3977db9675a8efaa1b73f173 b26dc4692f1e1640ad9f78d82c3ca0c73e7e4bf9 c85e9464324281915fde0142d039056fb1cc3f21 cb1c4b9fed13c3525775334308a725f2b70fc3b1 d00de795d63b497582c94febabd7d60fca19b824 da0a86a87db3e07a0198e841cdf05233958e9858 dca2a3a31106a15099a1deff3a9d70da709f1736 e96b88e4dcf16ede7e155f6ad8ed46c0c92ef99f f2394a65fd455cdfce82a0e75eb40b9c627bcc9d Package: libc++-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 6535 Depends: libc++1-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 655288 SHA256: 8499691f1b674f629c966a72881481ab647cbb010e6ec1a7d01658ca1c448879 SHA1: 5680d957b3f5e6f96e6817c649fd6488ee247766 MD5sum: 068c269a7c05b6cd2243a08c16d9939c 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 220188 SHA256: 3546f4d0d1dae947fa744873966d5ac37f3baa2ee0f1384a0608c71cd8c9d2bd SHA1: 8c04a145ba730a741597fd8362d109deb742f9ab MD5sum: a94f484d8166e6fb5c10934bd3ef2fda 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~20190406085125.68 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~20190406085125.68) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libc++1-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 903756 SHA256: 887e9322f70b476f35174aabf90d685a48944e7b7bfb1ee0b744d4418798f3f5 SHA1: 07e1d23a470586032e764781920a0460e9ed6e7f MD5sum: 81590ee68beecd832f67c5fc5af86f05 Description: debug symbols for libc++1-7 Build-Ids: b57dd26d2c2c43ded2e0a181b43be2ee0522aeac Package: libc++abi-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 576 Depends: libc++abi1-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 102564 SHA256: 87cb1585f47ae6762d45cd306bf4d362ddbb8d266e84c00043b77ddcded78880 SHA1: 798e10a2d379ca3a141044301ffbf36ac67e7662 MD5sum: 1bc3a0ecd02c7e5bd00f49ca58e4d6ee 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 86672 SHA256: 775ec2f334cec3033fbd5b38c2844f8ea5c27ce8a03f478bcda01696108ae25e SHA1: 6db3e5ecb2878d5c331a21421035930c9106517a MD5sum: f190083478fd6fe29493de7ff90ede68 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~20190406085125.68 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~20190406085125.68) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libc++abi1-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 196468 SHA256: 907ddd971413a8729f716e3ebcb786b4f2b98ad806c6de8a45e4df1a4092038b SHA1: e9541b2a6d3d43bb32613b4e8a9d4ca3742c7599 MD5sum: b1f90b338d2f4363a8208441978488bd Description: debug symbols for libc++abi1-7 Build-Ids: 10b1610e97fb06b8763172eb1e7ffd2e69c15190 Package: libclang-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 13722756 SHA256: b06d0580434f8f72d53851dd89230ea5704983162f1efeeb154470c2d5abad33 SHA1: 98b21cdb96e8329473093576d440c6e1930cedb2 MD5sum: ada0cc708284ab641fbfbf4d59af2752 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~20190406085125.68 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~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 3158516 SHA256: 833c4766f0a71bf337bb93a905496f43cd3a8314e1c87418ef777c0a13e886df SHA1: 56005e64e1e631eba0e43350d838e482bd6cc3cc MD5sum: 7f27d00f671c74401cd1c8384a873f95 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2959 Depends: libclang-common-7-dev (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libclang-common-7-dev-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 1809472 SHA256: bae8c07be513e12ae8ee45ac25aef9d2a5c23e0506cc2d4d5d2e861329d7daac SHA1: 09ec7536cfcf355d6cd5464ef9ef9faa7c58c4b0 MD5sum: 16670fc096ffc21995deb497043ab53f Description: debug symbols for libclang-common-7-dev Build-Ids: 113f3f2022aeae16601eaf81f99b3c8205e15497 40c24490603838b4a30ec7f1f143b5019df97518 4bb447e9c6ccf586188632c7e28edcc8414a33c8 4f2dfbb871ab6df84d9b4b00f0d9a34c10d10a52 67e11c56d4c79ce485bf01483362d38353cc1f06 6e820ecc04c0c45e1c13af32093a9f99103eb5da ac8910feb634cf2c5d06b3fdb3b9db7ca99e3f47 bbff786fe38735a47f7a8fe523c70b826a3ec284 c8b1bbbd166fff595c255501101a906f2f4af4c6 cceb47eb4f2902c1a2af90c07fc8702c1ceb8134 e1aedf384c3501553e47a1b0e354b923ec9cd926 f6281517dd715172606f069189821a41148007d8 fa4adbfff2be8577c2fd833a6570a5d38fad761c Package: libclang1-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_amd64.deb Size: 5996040 SHA256: c25ec4772ef0cce1f848f86026aff64372895adabf284710c089e00444b85fff SHA1: d3294b121e4d535a92d4023a144fc21f56841980 MD5sum: 27f00f3991d1122ae8609eac22e1e024 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 28181 Depends: libclang1-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 24126012 SHA256: 854402db760f310e6b2f369b3ae08a8bf2523f62e32608ecac0f4a20a44458c4 SHA1: 3282a0a0f070e1b0d597117976f7adb16bdad61d MD5sum: 0ec0fa88bb0b6359a59a591efff7113c Description: debug symbols for libclang1-7 Build-Ids: c242c89ec7e88293716848e27847464cbe5f6c55 Package: libfuzzer-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 643 Depends: clang-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 148888 SHA256: c3f3e5b9d72db3f5717e5e911b05ddc9d6c861dbbf7344f687f8c50af4beb6be SHA1: 9a6cc984775b64028b04a667dc40b2b3f5253d9f MD5sum: b24fb92cbd870947f29dbddc2c5d34cf 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~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 10452 Depends: libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-7/liblld-7_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 1131812 SHA256: f644bbf3cbfdc155e090ee969706f09c91d7c0e8bb9b48d43c3f5c93e14a178f SHA1: 06d86f3d296ae96ffdd2d40c136662416b54b8a8 MD5sum: d2c2fea3b90ea08977d99eda079919ac 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~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 199 Depends: lld-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), liblld-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 63140 SHA256: 8c08fc758c07c3bf6254c2809014beaa632ba0d50ab9e17f652873e3537e04d7 SHA1: 8ef5f269bf6d904891568c75069ed8c48fd808a3 MD5sum: 30d12d139085b0e3dd926faa27c8eb52 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~20190406085125.68 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~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 7944116 SHA256: fb15bb4ddc24656765ca568d5d75fe89945a0e2a3964a26b2adff0751af136d1 SHA1: 73e98ab3fd4b50bcb3b02a366026237919aee29c MD5sum: 3fa085a69a1faaf1d4068c6db7eb3bba 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 29380 Depends: liblldb-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 24393132 SHA256: ecc75c470c55b56eea478bd9e2e31d19e030f29d48de7a6369f466ef1d235977 SHA1: 932275acc3feb55d2023103dd061c25cf0931c32 MD5sum: 5d6ba9a0e1f197e10860e3ada5f6b662 Description: debug symbols for liblldb-7 Build-Ids: 0def9c5b6db20045416b02042e2906f6ac2291c9 4babb6354935604833803b258aba459dd1a3fcd4 85e3e27ed1f2dc72c899dca90b67b1268dfc9f31 Package: liblldb-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 41437 Depends: lldb-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 4633780 SHA256: c41aac72d840a7f478e18cda4ed8a8607b0cb9d01c8616ba8c76fbeab8813c9c SHA1: e24361d2f90ead6b6e09750c7f9f2cee7d9e3d8c MD5sum: 23f9aabd9d51a1f2c661a96b1585dfb3 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~20190406085125.68 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~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 206456 SHA256: 945d4de35d16820949fada85a203ac62118900d57828e0b44de2e83e77188cbe SHA1: 333ac4c45f9252c7f60115fc959ab2143d6b8bf8 MD5sum: eedb0807bf007dd4724be09bea7c50d8 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 13054308 SHA256: 9579786f2ff88a230bfbf343c4a1930b1165e25d1b418d577b22f87089b60f93 SHA1: 2af94878c14a3487e782969fe483f6ed7852eef1 MD5sum: b502c408860ef4bb4ae60f0e5ab0681d 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 38746 Depends: libllvm7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 32491472 SHA256: 0a5508788c7a8d39e24c91adf43056dc5b52ff30aa7e398fff778b5b75fc3df8 SHA1: 867825ef76e6063ec93b252de6a15c08d44cbc90 MD5sum: e36bf0257ccaf80bbcd467885fd60d36 Description: debug symbols for libllvm7 Build-Ids: 14f8430fd3b461c2755e9ba3353b1b8d56cc7acf Package: libomp-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 156 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 57996 SHA256: 519c3f88e153c8b3d39d6cbd8ee23e39557b61c04670c75f89b640b2c7465025 SHA1: 26a0f97d96563851cffbbcfe1fb6f30f53d30afc MD5sum: 3e6a451e403e5b51a9004d460b29be9b 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/libomp-7-dev-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 34356 SHA256: 4131f0adf16bd0374edc3caf5992fe3fc334a9359360c2df8481985c3ac1f278 SHA1: efd7a8ed82dd0230e104e0ec50e46e5923a4c213 MD5sum: 55e9a05e111a7badd58e84dd8c91c6bc Description: debug symbols for libomp-7-dev Build-Ids: 3a1af4b18233d036c880a3fa240f5b213506284f Package: libomp-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_all.deb Size: 846624 SHA256: ec609d2fab01b04b80f56b363b46f66426e2b9042370613ce753b0a7a3aa22cb SHA1: e335aeb2f490289620d2cf9e84407cc2d2bac694 MD5sum: da2c8322721438d948a738dffada2f1d 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 319224 SHA256: 1313b2f8b18fdafd14c5c3ff3026fa7f04b24d32543415799e99e773a96c9750 SHA1: 987e52cccc9a9dfd9744ef1f12b2ff637a22bf1e MD5sum: 5e2159297b85be7bf1ca71dbc34e8088 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 347 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 210972 SHA256: 73a2fb7d1327c9bfcadde9a4511820d58ecbafdfbc02cd022b7d265243c9def2 SHA1: f85afd4053c64b36b3900a33dd4025f3257d76c4 MD5sum: e1ed204d0faef700272cddca119f8195 Description: debug symbols for libomp5-7 Build-Ids: 5ab2c0d64896666b4a9d0db5a11990bdd8d92c00 Package: lld-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 783828 SHA256: 694521846cb6055ef72f110a9753a289f4d1d2433dbeea5b2a8a06d0693f4a74 SHA1: e751ac44867cd3e3a4fe72ab2623f67161b9668d MD5sum: 4934ada86c73e17724ba080ca9b225c3 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3270 Depends: lld-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/lld-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 2420320 SHA256: 3b1df63fa9782b1edb9542ff0ea4c705c692e70b1fe5fe2b7d9ca4654b9ef1d1 SHA1: 4f69f4b654450b6cdeafbf95597382272e65b82c MD5sum: 20a0137624eb47a4840fe411ee469b8f Description: debug symbols for lld-7 Build-Ids: 11de957e5db544a7aac80898715164173ee9a0ab Package: lldb-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 8457832 SHA256: fb62f08d5b6fd1047ed5c08c458462a6347c5492d7c86745429db8c25d9d9a88 SHA1: bee1f6137caee348f9560909795a93c4edfbd662 MD5sum: 0c6192b24b464a43178604135aba0ca7 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 50323 Depends: lldb-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/lldb-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 44792188 SHA256: cf4fa30a91872f382f5571b65987dbf2e66512341b9ef3acfd843b3d6ac893b8 SHA1: 2277cd0206e340668999ce7d1b17f359ade66b83 MD5sum: c8ab0f018b0b5f1fd2e1c5bb8ef4a34f Description: debug symbols for lldb-7 Build-Ids: 17ba8f1da26b7aa31e936888f39b7704a3a12bb2 3149eac1cad91505caccab7413125b0c4a6fc5fa 4a7d0a288e0bb89c8597be2348b53e8d9697ed21 62b8973f1c5e4069e10a6b3c3a7fa576e0b03756 e7b0c46a8b346ad303c0b59cbbab100522f66bf8 Package: llvm-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16300 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 4552284 SHA256: c8d02c98feb66672a55e02bdc84e089b94a81897aed6f42e0b5a5e28dace920c SHA1: 5a9879667a35fb214b3b9aea91937356f91e0fa0 MD5sum: 990a5c92bcfb27855f382a42a32db53a 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~20190406085125.68 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16366 Depends: llvm-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 13168316 SHA256: 28887bee109510753e91187b321390f363f03528925270f8981f6cbe409843c5 SHA1: 25a5c509f2f94119f761fa159b34129c0972de5a MD5sum: c033e478c397a5ef6c73db4144490b4b Description: debug symbols for llvm-7 Build-Ids: 022ac2c3bd0c4ea18c488de6db2327c6c42bc26d 0c1a11079f41c9816c2d21138a5050280fa730d6 0e14ff38fc6cd97d9e3abf6445334c64e2a54052 130841b014cc71bd9ffbf57e27e5b248fe20ee6d 13c1ba62f8d9d1664a7af9605a177a6a4924ffaf 182430c750318b662ea2dce7d760c40a350abb28 1fbf985997d6c017aaa387dffe9a97fc05b7ea54 299f3215fb32771abe74413a613c5589a262cff2 2ff3f7bca7bd3e9df1fde1c0abab00303a7403a4 3be78c1005fd5794cf1cbe04a5e21cc856f731e2 3d44c43d7c5c97aad0925576deb3c945cd7cc6d2 4241484f64c1b7f8dfb9532cc420dc14391a097f 42f768dc945563e8bcdf2f2177365a8dcfb55a60 432b0ed4c3e7fc2c8c2efb19c12c3f646f5ef556 4568b80cba48accc22c5e2db4bdae2859a33d385 4831e84135e545574a983f5d8fbc5b636c507870 4fea5aca879bacc9618c66745c20e64866913599 54ec18ee3547730494440a1ab5489845bb3d983a 5ceb062f669e9b48647ab3d5d81856a6b5ebaa2c 6105c9c09513b943b524b489318a9438a8b68bb1 6a2d4bc2b40d8ed3afa40c36e4934f2aca10740d 7297759872603f2d6527be18d2d8162aba45b673 7d87bc3ff2e2db78d06369a6bf56845d63a780da 7d87bf9a9526808594e86b030a905d8e5db5d452 803edaae5da2332cedf5a82aabbeb399d65b7930 8451b0bb3edbc6d061a3b8f4b8f32bde73a42d0b 86e7d0b121a206eeb1363faa22e1f18693dad82c 91da2c0f693b84cdcc9af166b4a388affb7ebe99 9e516df7a1b48c95211a333e40eb4148e6e660ae a0b8453c457a735d9e78b584e01aec93b566452b a23baba4d9099184741f2bc58d08c40d3e0283d4 a2600a53ae1c9c843963a4a2ca82d669b6a874d8 a2f76e9640f78746c1f52f10712637e6715be2c6 a7683d0aeda39a196c2e9f1f5b7e1b0e2d52ce5c a7f20571c815fa2c5aea156291970d52f4d8bb03 b270e8aac509410b60b758231189929dba25e56e b633ddb7669a6151822c25f26cd3ff755d60c0ee b7b974bd7c171469f78c44cdde8f87547cf066bd b8114e45e9d3ce23bec366c54c122d6e2415edfd c297efccc13f873ffcf7e842cce80a4d85fc668b d3526382a2902e609d44ef8f632e8e1d39c351c5 d7103972c435354e84ce4503dbbe3c35ada76b53 d715fca10c36a890077e20e574a4e877bb879d5c dcfdeb81f6dba7aa944184bdebf5943baaf668fc e007825991cfb577454a99c24d89622c4c51ac78 e063596a01b4c000bf4aa4dfcc5bbd9db489e315 e7799a926c178df12a1114aff8c17e6cce86249c efd83c285983fd3fc484a3f4075ef82c0df8f5de f619af7c70c991f8c6f3890b35562662689fb391 f9a4358e598d274078e4f2c19ae572ab138a3d00 Package: llvm-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), 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~20190406085125.68_amd64.deb Size: 21323256 SHA256: ce0cb48259c4026de936900ff2968a479dc1dc49bc1012e940a4174c885c565f SHA1: b4ded3600af7765062288a147991a4f4ac191f31 MD5sum: ac310723e18cf5cbb80da67ebeb7ba07 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-dev-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 3143460 SHA256: 89a35345688b9d0ba2f2fa852b1241f9a32d5e8aa4ce1f786c827ccec3e71091 SHA1: 653573d252bc106a80941a55d0bb23ac087cbb67 MD5sum: dec24a8e6751fd4d559d4cc11f7d9640 Description: debug symbols for llvm-7-dev Build-Ids: 161db30ba8f9dd632bce05d63f6f887680883db5 31bd775523b28ad241e7ef57777d4b1c9a201442 33f51076b4b08f8973765e1a1a9a29acaac95340 9866422184cb89202c14bd1825aeb6673358ee77 9dd9d6ec361705cc91dd1262fa4071c935bbfefe ae89adad2b63266656036f9ac8677cb590d61623 Package: llvm-7-doc Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_all.deb Size: 2033784 SHA256: 896e674e14cd88502159a11b8c59ea1b621de05973a7f38e6c19316d28c899a7 SHA1: d6ed7466d2800b4f21990a9654017059276704a5 MD5sum: 880c527a9c8c1167d82bae8a87ff6f7f 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~20190406085125.68 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 475 Depends: llvm-7-dev (>= 1:7.1.0~svn353565-1~exp1~20190406085125.68), llvm-7-dev (<< 1:7.1.0~svn353565-1~exp1~20190406085125.68+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~20190406085125.68_all.deb Size: 257384 SHA256: 07ece18287c6cd2fc3b700119e4d7a1c52775987765260ebf924f8d87ad75739 SHA1: bb6643b47176e928a279e2efdf19d22b234c30d8 MD5sum: 5c11cdcaec5191ccde31492251314bd3 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 190072 SHA256: fc7735bc154404d1763f701c8bda47dc075630d35a2ffdd68baf8d83cd407371 SHA1: 26e62f1590460ea38d6a170b4193c5dcc80602f3 MD5sum: 439a3327be5a902e79400097b4383ba3 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-runtime-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 3162548 SHA256: 56ad607e540363083bcc4a555bdeecf6137be6fb3168cecade15ac1ea2409868 SHA1: 9610dd63580783a13cfd67bb8b6a633bbdcb1c72 MD5sum: 05463039b8380abcc00cb2f7916b8e9a Description: debug symbols for llvm-7-runtime Build-Ids: aa607d06f76a7b345f0f1a8f5cd7870b5af5fa16 e6275a8979ff6772043a4de05f89eba901b2ce31 Package: llvm-7-tools Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68) 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~20190406085125.68_amd64.deb Size: 239900 SHA256: 0673e1b99119dc8bb459e32366e45fcbc55689f3d920156b420a15ea687506ed SHA1: 4c857ceef389fbcaaf1d376a6be10683e87e8217 MD5sum: 8b16907a4ccba0f17e18c4167ee9360f 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~20190406085125.68 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~20190406085125.68) Priority: optional Section: debug Filename: pool/main/l/llvm-toolchain-7/llvm-7-tools-dbgsym_7.1.0~svn353565-1~exp1~20190406085125.68_amd64.deb Size: 788720 SHA256: c32056a7fd34631ae68da18e90f7079c7b6de3a0799ce7c96aaed8d236e230d2 SHA1: 2e4e14786f22d3a94d07ceadec5f3a55a11ae92b MD5sum: e4e5d9ebc25a789fa231943b26cce37d Description: debug symbols for llvm-7-tools Build-Ids: 24abdc3ac32d13942b9c271c39144c970ec74799 2657070f515de88f2c2babdf999025d3d8178b29 eb947c05c3f94c7e6a23aa8251e563bdf98fca65 Package: python-clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_amd64.deb Size: 57668 SHA256: 5f4f317a11edb0ea8561e96b76f18479878c0b484d8736047ead2857459894f3 SHA1: 19fdc98b495f156e4bbf9e049f95be73753e2d32 MD5sum: 9c363f2292158ad6ef82f8ea90246f95 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~20190406085125.68 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~20190406085125.68_amd64.deb Size: 121976 SHA256: d7ad89dd11cc3d783bf71b1b0463f5108707f217cc6576801233fe399f83b046 SHA1: 1d9e35d3fae5e379821003c22f4c11b3dca15b43 MD5sum: 5f38bec32c6fd9f4f4c92b1a37e14d0a 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.