Package: clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 7957900 SHA256: 3c1c0ab547ae8f15ca8315fca9d0b2495bef4089fb97b862de3d30236e613318 SHA1: 322f5cd8cdb395a1ed09434315181fd374a5a0a7 MD5sum: 2e37ed88e9cdd49a482ff20248b01b0a 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 34292 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_i386.deb Size: 26998756 SHA256: cf2b3bde47213eae11cbff0241e51c1a68aef3995e41b3b3fd2cb962bc5b123f SHA1: 3597f93e29c15bda470db268bcfa1e3ea1067aba MD5sum: 4486c4b271b35e1735d0ed81e87f7f36 Description: debug symbols for clang-7 Build-Ids: 55ced1c77851b406ce0aa4e80a543840dad18201 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: 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~20190406085125.68_i386.deb Size: 41748 SHA256: 09ff70c7bf53ef2c3a65becc39ee7bf8636ad3ef5dd6d1c5bc33832637667acc SHA1: 796969c4ceb318976bfc2e7c47253149e3fa3094 MD5sum: 051c48209111fac413e415ccdeb0180f 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: 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~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_i386.deb Size: 519788 SHA256: af427fded9d5e9f798072b078354d3efaf0a14e59109c9b0d2b100ad15d29a0c SHA1: fca40be619da3ef73069551a60b399ba5e5906fd MD5sum: 9b6b743c99aeffeb8c48e11916556786 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1660 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_i386.deb Size: 1342324 SHA256: a9796c7549abe783fadb1f5ba06e47833748c1369de81e647fa441e707bf5f20 SHA1: 3220650ac1831572a08238a4e1c5a8ac27f3d038 MD5sum: e27ddf3b61e76ff9720c223dc7aeab13 Description: debug symbols for clang-format-7 Build-Ids: 9b02405ada818455eda69a40043ceb5e4d096ad7 Package: clang-tidy-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 5801684 SHA256: 0e5c19fd5858efdf8aee523b4b3df8ca31e36c662b3abb2097b3aee76e7c16f2 SHA1: 8170a200d38ac5528a4398c87490eb737063e4ee MD5sum: 99df2b2f53ef557e24cbe0abc9649b3a 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 32114 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_i386.deb Size: 24496620 SHA256: c5655215708d232cfeb18749a11fba4b21360bf6204e40220196914d9100de56 SHA1: 7ff509250e33c41e3b9e3ec0cca50c59766296ad MD5sum: 34d589e6732734fced5d48b58b191e56 Description: debug symbols for clang-tidy-7 Build-Ids: 36ecd0fe92fa958360aee4f597d80919691db451 Package: clang-tools-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 56107936 SHA256: f691be0bd0bfd7b478e31c76949aa7d255d020ec767068334d5e6da7278e7585 SHA1: 10b58a8d44869afd94c533843a027e55c55c0b60 MD5sum: a56aac3fa2932907173d22a6666c5f69 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 280287 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_i386.deb Size: 228084888 SHA256: 0486323c719ba431a0e681c42af2a3db663d1f77c4bda76f537db78545109128 SHA1: 99adcc4e54a93658edbd142a94729dda8cf8eec6 MD5sum: 58b07fe144e111a0fbc9e643f15a11ba Description: debug symbols for clang-tools-7 Build-Ids: 02865f198e06b8979bdd96b751d7ad2b647b937f 07f381f1c55d79ce2997cadfb27311e9a93ddaa8 4d5bc3af847233f83a51da47a7826fa962c49dd5 62a677ea521d4a3614546fde3cad9183d7df02ab 62af4563a6acb3ceba51840a9e11f311a160f283 654fb941d7b8564156e1f1601c84d662c419862c 695932bf1ae21b4dc6a960a9b86ef447ee0d9ffa 90d56d744895869f00ed8a24b3d8a28e050b2f02 913f460f64ddca963b50f56a06b96a79dcffe230 9a940dba32e072d56ff0835f5d232664ce6d41b4 9cf4163db6e962818ff8ae950637417d561d4d6e a05335713a99280f0c299ce7a05a3093f82378cb d8f9082517aed1c74f7074fbb935a782821f23c5 dba84bf9888cd9379758cf87a8dd299dc04774db e721e21761c3c7e8aecda51a445ec430718e1f1f eecb9e6a3a044d9e1825949812bac0da1e14c307 f08bdc5576971f497b0dddad7025c3a51345b721 Package: libc++-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 6194 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_i386.deb Size: 661152 SHA256: 4c068e90d7f0949078de0f0aba9b5310b6ecba8e2cee6a0fd2c9ad3ae3e4f23e SHA1: c2a86ce84845e90ad237e7648d2fffc48485c09f MD5sum: 97523cec8a75744a07faac8536adf946 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: 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~20190406085125.68_i386.deb Size: 226652 SHA256: ffef5a05358428a1cc30ba0784fdd2aadd8c36a176f058b97869281704638c26 SHA1: 7f15c0b094a1ba82c11e0b735015fe0b531e5057 MD5sum: 5b90c8c0b41f2ad51ebef83ba2e52164 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1416 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_i386.deb Size: 894132 SHA256: 57504b3e01298a630863ce05ade62d108019e285279a47c5a5a22827211ac6fb SHA1: 9b2f74e93e32c0335668681e4a54ef217b24de3f MD5sum: e3ac41cdf40e6eee165cf962b7e7904d Description: debug symbols for libc++1-7 Build-Ids: aaf4a4ac59beddfd3bc136df6dec5dc8f2acb80a Package: libc++abi-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 455 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_i386.deb Size: 103840 SHA256: d2f3343490057883c55e1d4faf3a6a967065efcc70c0739a66b4d19a0fdbd251 SHA1: 26963fc124e9c200159d6eeda7dcaeabab549b46 MD5sum: 903b1a064c830c0f56190157b8604815 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: 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~20190406085125.68_i386.deb Size: 88148 SHA256: 85d555983439f54c791c6e91edfeb004f4355d87ba2cce696ae404557f12400c SHA1: c29967a8db2b39d8a02b3bd24c662258bdc517b2 MD5sum: 32443f0d9ea217d74eed29132c4e274e 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 314 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_i386.deb Size: 203120 SHA256: 200cc663b3be644fcba10c9d6c4f301e69a1bdca64fa0052e17d48a425d456d4 SHA1: 9d68a24668a6d9654d7018cb52a8711b1de3f060 MD5sum: 9fa2ec6d2b9e5a5220cb58ffb260d792 Description: debug symbols for libc++abi1-7 Build-Ids: 7befc063abaf23304ce59ba5d6d42069800961c8 Package: libclang-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 13542540 SHA256: 7847a916d589aa59b683de8a7506bc8c0c9bb30c2f97e7d71333fd093b073dd2 SHA1: 489deef5e9c862ec2c4862305cede675e3473056 MD5sum: 4ac89854848f685b222bcbbccd32c203 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: 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~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_i386.deb Size: 3159300 SHA256: 31a6c5e5eec3ad70f5d9336c8aa2cfd3eb62690fe551184361a96e67cf1de522 SHA1: b2591cb691bd9f98608599b0f5ceb51e10399336 MD5sum: 5c352ba1100f6560f9dcedbc14e8f206 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 3046 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_i386.deb Size: 1842008 SHA256: e28ea115ac999b9c845f1ea4a9fd8f0d6c246ebb6ab36f99c141821681257578 SHA1: 6d5b10fda517083959cc9198d74561ee29af678b MD5sum: a9d7195a6bdde8a1bd7bbcf1126b3b6e Description: debug symbols for libclang-common-7-dev Build-Ids: 17720c1c5d4ef1859714ba68b9181e545b59a3d2 1ebae90aff9858399db772ac2c0fa62b441677c0 2cc5588b0936d8b6f2fba510e204c2e184218b0a 3a914b36e72405cf44870cfada487877abd39913 43a5dd56b1c0dc6c183ed8c8def6a0c97a24381d 45b77da06775e06a38e2f2663affd3f7e194573b 5921e6c4bf0aaf620ee41370ff6b176bd6f7cbde 992252f44316f445c223f384e2368dcbd687e254 9b68e85d4fb0c7777101142103e043a62fb65287 a095d2eda20102b968662574e560e437473bd1a1 b83570ba6e24215869cb86b9ed6767c9e5e6e856 e730637a5648cf5d80f33bc647fe68b9a25ff2dd f9d3db8ac781d88ad0019156202dfa7e5cbe3838 Package: libclang1-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_i386.deb Size: 5913180 SHA256: 0fcd3039dcf90bc7f1f082cdd3c1d0456c3fc1481a1193cbd6fb57481907b75c SHA1: c402948e2e63aba907447a9c919a4fdc30363847 MD5sum: ee404b9957424d84a31473c72e1f2cc1 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 32974 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_i386.deb Size: 25296444 SHA256: 129b3908192919d0ae695007aba0ae4187dec976cf69e1ff4dc2fcb4dd9ef8d8 SHA1: 421770d79b098be18d067fd8d51bce7499c4da99 MD5sum: 8c933af20afe3448138dbf85642ceb8e Description: debug symbols for libclang1-7 Build-Ids: c06e850bf0d1d942603a366cd34724aa4c72789f Package: libfuzzer-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 537 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_i386.deb Size: 150588 SHA256: d50b051d84f45bd752001a57eee9110430ad4e972167ccb6cb7bd0d6aaa7ecbb SHA1: c1d25b6298fe58301b8bd95b460d534e99fd7d75 MD5sum: 65dc92db7d7e3ec6037a1cb2d9a18533 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 8132 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_i386.deb Size: 1105556 SHA256: 7068041cf776e90f7d1fb4aaae6536e86b94b9eecf82bcc9acde5cf31a2c21df SHA1: cd6b5484e541a05995d788b57e668920f5382ff1 MD5sum: 7a33f103d28f043d94e13402f7fa8e93 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: i386 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_i386.deb Size: 63140 SHA256: 14123ac1fe70160086d84539b58c940c5b9789ed70ada2faf20b21ab22507c78 SHA1: 6419639c11b758a0cc25820e4e8e073c6211d29a MD5sum: 64f865a385b01ac3cd238e6c336e817e 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: 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~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_i386.deb Size: 7713860 SHA256: 9668deb20bd0e0b7789894918dd76d10e1bc709a72780d5d9bfe657b12b1c2f4 SHA1: 7080226ddbce31b070e8533d310f5db52f0ac57c MD5sum: b219c92849577367281421b2cb96fb83 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 34210 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_i386.deb Size: 26157188 SHA256: c0692820885adc8faaa52123b833060616398617a6e328deb9154ccc11d7d08a SHA1: 4b638948b6c10a87ed1ea36b902003113051960e MD5sum: 62c837b5943935aab7f40899f4fb5219 Description: debug symbols for liblldb-7 Build-Ids: a3d80b2a690429e78d6f8c0dc15d69e3bdc253e7 fb942882066070121b632dfee4e2b2fc10cedac9 fe353ae8f5b58348691fc7aaeecb54a9caef6f55 Package: liblldb-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 35538 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_i386.deb Size: 5039276 SHA256: 999cfda86b38120d3b1f8983507103ce74d65c14480e19c3f13b0865284c5adf SHA1: 25ef02ab0915db4a001dafc7ee8174bfe7c59cab MD5sum: c01e418130f81c8ddb9158cad19d3c3d 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: 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~20190406085125.68) 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~20190406085125.68_i386.deb Size: 208180 SHA256: 1d78ff6fc5d22e3fa3b22c7348a8ab01d7f14909929b4b177e096a3d028f0a3e SHA1: beb9262f62031683f298a72855bb189a3f460393 MD5sum: 2954b2726ca5b208ca12c9cb55122b9d 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: 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~20190406085125.68_i386.deb Size: 12992412 SHA256: fc0ef771176a8332f1ce95c0f1be92bd8dd05a7b7c63838aae4341567ce19db0 SHA1: cd973e14cad203e5633c6ef48ebcb8a74a87f632 MD5sum: 3bb824ec0f3c75dff13419bd4bd2ecb4 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 46108 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_i386.deb Size: 35035492 SHA256: 7a06cbc085566e2790ad1684360ce88805fc5cbafeefc4e6c9777b0003ecf41c SHA1: faea35ffd7026e88f6668efb4f45a1619c227bf8 MD5sum: 9dbdff7aa02da2541cf1009d9f82e9ff Description: debug symbols for libllvm7 Build-Ids: 44ac2912a2d6bafcc64bf5ef8f96c8f3b4a4fe9a Package: libomp-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 159 Depends: libomp5-7 (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), 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~20190406085125.68_i386.deb Size: 59032 SHA256: d17da109e06cd2be942851a0b01b01d920c5a5d81ac0afe2bc23d094b2df1ab1 SHA1: 476d89ab5c2457d84721e05aac03243bbd04c3ae MD5sum: e82d2d7a0d2b481083964006f0047b2b 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 61 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_i386.deb Size: 35636 SHA256: 7464818c0037c619c02fb10e50fa523045b8fde3b7334b89b7b8e8f808eaa8ab SHA1: 0395ba46ee2402d801951f29b9a936884815b26c MD5sum: 20dc554b68055e135f0d180ec504740a Description: debug symbols for libomp-7-dev Build-Ids: 7da9003e604a3d7bb5b18ecc0bc559fdb55dbb61 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: 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~20190406085125.68_i386.deb Size: 296356 SHA256: c9e6a4e259b50094928c189a43121e0e4647b985a931fe8fd17a6000939e46a0 SHA1: dc1f3f8d809e62126f0c7f1c5103b5671202bd9d MD5sum: a6a7fadf250eba29e6c9cc6ba09b569b 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 408 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_i386.deb Size: 265636 SHA256: 16beb6cb1d2f6bd0a56e0fb1324c2b6703d6dc15f4e03f5fed4c83545f2b1acc SHA1: 1a3a274674a6adf2c7e3802b00a1dad20598e043 MD5sum: 13497c5aa47a0ae71259d8a13950af08 Description: debug symbols for libomp5-7 Build-Ids: 9012d7cd4b74024c1ada28a728e2d606c5159713 Package: lld-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 767036 SHA256: 99ac644eae9c687b2d145b076d659186d487865380833bb77948a9fa8d147825 SHA1: 6d2a21fc6eb78fed8fafb0e425c97dfcf7f71e82 MD5sum: 4820c68caf9db732d331e5ba05e37d51 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 3774 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_i386.deb Size: 2578268 SHA256: 000b69b45ddf3888c329404c4f5512a949621345a5486c974d44576040cfe554 SHA1: 13f7d8156256d6c798f4548a1c925779ed5ec514 MD5sum: 007ee4064793e7d60c2184e01df2dce0 Description: debug symbols for lld-7 Build-Ids: b4fd3b3ab545ea185d23b69d2522613d24472384 Package: lldb-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 8466596 SHA256: 8928296b91a7578541b567854822d8410b9f78100e24337ea6b12db7ec8261af SHA1: b539a9c426bfa7bc158bc243f8018b58b7ca6f51 MD5sum: 353d623520ffa7870c964368333dcf71 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 59503 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_i386.deb Size: 47964208 SHA256: 9494b4a0ddbf29255678d1f398ff41e36247eae7d699bc73d67e9db21a7d1866 SHA1: 62a85b63fcd0fa911c3a033b16e0d9be132a3e01 MD5sum: 0e495ddce76044098cca59809e76c3f0 Description: debug symbols for lldb-7 Build-Ids: 55a703de4341b929d4f0bc6a21c34bd19579c5b9 764ff4fa5a3bddf1b9878ae6f6f3ce54fda38911 7c820e9407345178b491116799cb02970e8ce60a ce35708cd5392bbc45eeb48d4ced9080a62f0548 f1cf015592fdf0084ee99c8c82ff396268509237 Package: llvm-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 14806 Depends: llvm-7-runtime (= 1:7.1.0~svn353565-1~exp1~20190406085125.68), 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~20190406085125.68_i386.deb Size: 4364444 SHA256: f0d5d42b426021236fef085158850c7a0833a3f88a851609ac675f265df14945 SHA1: 17eb9b903fa0fe83fd83f0d1f5a4969931b84a3f MD5sum: e663c8bc59fea27d6641cf6432d562b9 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 18846 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_i386.deb Size: 13908512 SHA256: 8101d654f14aefbcff8a50eb5de5b690a84bdaea8feb48dc748f9e3efa922b90 SHA1: 41b30f509294454ddc4953d09655d4d5080559fc MD5sum: d5fc2b44dcf3e041210ef30eb8c1863f Description: debug symbols for llvm-7 Build-Ids: 0a9f24f15e8d11117299ddc068a55eeaa963f4d6 0bfd02dbeec1cd27a77f32f14e7393eaa446dbbd 0f03d0ca2c0cececf5f73743a601f879fd99b9fe 16a6445559375be667454a83da48198b897b8280 1eb8fefc50760b5c3bf09e82c9f5c56c08b8474b 21104847ce97984b5608548d1757320acd122fbb 23d238a5cfe86156d0537c37a84d7bbc0fa4e68a 24a15903772f86263d8749ca8f33966c36c04cce 2570e6489574d4d1ad6f36bea5d65d0f006fe39d 28b49b76b076e2d1122ea97597841f8e0a568770 3839cc60f2791966814a5794d899efed69776f44 437672266678edaf6065af5065685890df762a96 45b00487831d09ac1765a6ab102e6bfcc062da31 4ca7bee214d60a2ffe67620116b06feff2f3c669 5bec1aa694a647dc58b5451d307b3a808ea8d5f7 61550294ec9227d0663b12c155d44781972d07e1 6bf93e7d2d1829e3e4774b7109ffb9ca0040c687 6ea0aaca19d3ed5cb7af65c1562c60c1717e0461 707e0d2668ac8efb9eeff4bc091f3b5fc24f0db4 742f24a0fe96b19d12b48241521e932f54d70a6d 7763d49864ff5d85d76d7423a78ff77ac494d6aa 7c2a4c096d9fc4c79db669c3d9adbab4109d65f6 7f510033d92027e7062381792765893f97949cc8 815c037858c3937fbb09607d41d85a8984068f5a 83824bdd9d553bb6b4fe6522e2692ae859accc09 84fe503ac29a7682dee47a2ed5eadde4bc33743d 8a6d9acba766c53e53d357c38f737a779f3a124f 8a978d7bd4c04cb2fce738f698d1ee9df335d743 8b6a16b641a59a23949aab4655060ce6c59bb89e 9880840c9b1edc3cc4e7bf65e258d4d3e93d6a25 9b285cf20629815435394859a758240f1c1623c0 9d96a1036b2b453a7fa4e9ebe8b1225a87c3ce34 a0694df97653886219910e86960b402f8af5ce33 a395f4af0e5a8f8b92a1cb3fec635e3556de803e a3fa8afe001a85a0a5c0462470365e088fc577ec af1aac226217622f1acbc8ac8c4d8cc4d7395dbb b20fc55b86a5b2358db5c6a399c6ed2cf3080145 bc2e5bc7baa210b925cbc1e77d09c61e4e4548d7 dc0f0c63b88b7cddabcdc3e070ca1f8f53ce384e dc58b06c7410ddc5c064c8ecbc0e6cdb7964c4d3 dda7811850856b779de0fdddaab62cdaa857991c de2b12cbfd243e0b2e1f3afd9e25b20be4c7385e df14d30d20ccd01b3b0c80995a3b0b055507b9c2 e22258187303feda2624989fe202efae9a192ce9 ea3495a29a4dad73de64b8a99f9c7000032b75cd f5bc7f79fb4e55949e6d3923f197243ac2dbea04 f5cde27ae218970cb9dd585671ff06f31e83e4a8 f5dee43e8300a377960d23636424fa03e441cf88 f65254faae41e978f953a92a664bd2cad3e9c6da fd0e4627652d80aaacaf9de000c473a24de7deb0 Package: llvm-7-dev Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 20820380 SHA256: 695b7e23186c6bf2d946e3afad92741fa2c5e145934e236368346940f6282b97 SHA1: e9e986c0f2fa4f9c9f7d3c6e2fbca4de7e431aa1 MD5sum: d17ca3da8c58a78c68eb2715b097b260 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 4393 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_i386.deb Size: 3266612 SHA256: b4a2608971a4a96cb68a56525b61403db748fd6786afe3986b21cb4a8633fc82 SHA1: be48e7d6783f4b3cdf14bc00ff7203edd395e153 MD5sum: b136033e1a68862911b0ad8bb02274ea Description: debug symbols for llvm-7-dev Build-Ids: 3b448ac1d58ae213386e5f169b5c9a06fc378a45 576ea2dd7ad5336dc46269f93f90146d4b0a3014 99244142b2fd919d73b867c78cf2dff8c6ea93ac b64d167a412846c62821a0081c1d6b57de1eba47 d6df302b54e242c87014b31626801c15dccdbf19 f34e69554271edff3021adb7978417df4796636f 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: 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~20190406085125.68_i386.deb Size: 178196 SHA256: b780bc814266c4239991132580b5fb138636d01f5e10181a0989596d0173d269 SHA1: 2082eba8a5b9eefebecd4557cae328a5483e17f7 MD5sum: 8abdccad2329411bc57cace82b0c0b31 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 4068 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_i386.deb Size: 3360492 SHA256: 8ad21cfa16404e96d373ee922a679f891178f9294b3453a6dd444b642c3f6866 SHA1: 26f7060ca6d58405e82ead8223b032e67c92e838 MD5sum: 0a728cadbaea5323889774618fe70805 Description: debug symbols for llvm-7-runtime Build-Ids: 489108c5f3074d0cd6db502573a9e1474aaa759f 9bccb1bfec5fd45e44888c2b7a7b9f2ba7334d0c Package: llvm-7-tools Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~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_i386.deb Size: 236648 SHA256: 853e6d9783ff9854f69f1f21941fd0afbf638f6c3b950266f74f9a938490d36c SHA1: e9151effc8a97a8df388c82a3f10194898171217 MD5sum: c8969e8c661152fa8d5181bf07ac7402 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: i386 Maintainer: LLVM Packaging Team Installed-Size: 1042 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_i386.deb Size: 853996 SHA256: 47374cfa53d8a49e0b861ee50799869e092f2bb4c9e78d8688a3cd885f32e2d3 SHA1: 008f77eab50e689be74973d7bd955254d3f324bc MD5sum: 25af4ac4adb32df438c219525238cee4 Description: debug symbols for llvm-7-tools Build-Ids: 03e49fbd65f08c81150bcaee8399368e9eef1c4f 409b23e705a389c2fe44b0dbe37698ef21e340d8 8e6804af882d09b8529281b3ee0b7f592ec8de06 Package: python-clang-7 Source: llvm-toolchain-7 Version: 1:7.1.0~svn353565-1~exp1~20190406085125.68 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~20190406085125.68_i386.deb Size: 57672 SHA256: 0766f3a4f96bc521d2ee8ebc4f37edae12c00aacc83e41ed36a91778f1fd9fe0 SHA1: 0725b97f733f2b3095c55c32e4490e745c8f8f52 MD5sum: a6f0b6a152b50c6db6a44b6544f62904 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: 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~20190406085125.68_i386.deb Size: 121960 SHA256: 88bdd1451e2c90fef65c3a3b5c75faff8426b86049d41d82641ad03326fa039b SHA1: 72dc45cf2eb9d7fad643cb4b9f5d06f93f41ac6c MD5sum: 2462fa287128573ef8712b82575a135c 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.