Package: clang-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 30297
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libjsoncpp1, libllvm6.0 (>= 1:6.0~svn298832-1~), libstdc++6 (>= 5.2), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang-common-6.0-dev (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libclang1-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libc6-dev, binutils
Recommends: llvm-6.0-dev, python, libomp-dev
Suggests: gnustep, gnustep-devel, clang-6.0-doc
Provides: c++-compiler, c-compiler, objc-compiler
Filename: ./amd64/clang-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 8702122
MD5sum: 2f0c8760aee0599bd80cc80e998ae402
SHA1: 8569a73f3fda5ca8f9ce77d717737cf789263f31
SHA256: 566029ece274f7df623510efbaf46c9280cfd8b1ccb5bea7dc483f777b1b645f
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-doc
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: all
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 7348
Depends: libjs-mathjax
Filename: ./all/clang-6.0-doc_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_all.deb
Size: 922990
MD5sum: 734951f1472398080cf13817325950e2
SHA1: 07bf7c0ceb93c6860dfe318e520fd3705be9826f
SHA256: 6d3f4f73f609bdf8d6dc7198f7c8507c06695e24881535b186e6333dc85f656d
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-examples
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 69
Filename: ./amd64/clang-6.0-examples_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 33620
MD5sum: dcee5f29819b1a02f485df6255f8162d
SHA1: 1b94fe8b654e9c0ecff8ba29deec80306c57380c
SHA256: 5ff6485a7955f3ed00e0b2d678e40f11bd065e0e35522d2977800af7bfcb9d77
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 1755
Depends: libc6 (>= 2.14), libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libstdc++6 (>= 5.2), python
Filename: ./amd64/clang-format-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 584454
MD5sum: 3a709e5b76da922f17799dfd3b47e0f9
SHA1: 8d761f22ab4a1bb4a826c6ad40c065228b08e15a
SHA256: dc76cd4b77a8a8b42f47fbcdc4c6bc6f79d89144721420913d0da3aa02fc6f06
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: Tool to format C/C++/Obj-C code
 Clang-format is both a library and a stand-alone tool with the goal of
 automatically reformatting C++ sources files according to configurable
 style guides. To do so, clang-format uses Clang's Lexer to transform an
 input file into a token stream and then changes all the whitespace around
 those tokens. The goal is for clang-format to both serve both as a user
 tool (ideally with powerful IDE integrations) and part of other
 refactoring tools, e.g. to do a reformatting of all the lines changed
 during a renaming.
 .
 This package also provides vim and emacs plugins.

Package: clang-tidy-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 22877
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libstdc++6 (>= 5.2), python, libclang-common-6.0-dev, clang-tools-6.0, python-yaml
Breaks: clang-6.0 (<< 1:6.0~svn250696-1), clang-modernize-6.0
Replaces: clang-6.0 (<< 1:6.0~svn250696-1), clang-modernize-6.0
Filename: ./amd64/clang-tidy-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 6519642
MD5sum: 5da6dd15af2f3ea0613dbb084bcfb669
SHA1: f2545a92b81a0d2a85db53fab6f2891c4982e856
SHA256: 0b90c5c2eecd408ae584515cd93d795825c843b0cf527b77d34099c29846f94f
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: clang-based C++ linter tool
 Provide an extensible framework for diagnosing and fixing typical programming
 errors, like style violations, interface misuse, or bugs that can be deduced
 via static analysis. clang-tidy is modular and provides a convenient interface
 for writing new checks.

Package: clang-tools-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 207162
Depends: libc6 (>= 2.14), libclang1-6.0 (>= 1:6.0~svn320926-1~), libgcc1 (>= 1:3.4), libllvm6.0 (>= 1:6.0~svn298832-1~), libstdc++6 (>= 5.2), clang-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/clang-tools-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 59360978
MD5sum: 7e6ab87cb4c80d6784b2887d5ed6807b
SHA1: 68e3b1b5b02b36c429be82743f69c9d85dcadcb6
SHA256: 82a39e01c659ee38749294c17ebe12091768f3dbb4815d2afc2b17ef1703ecea
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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: libclang-6.0-dev
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 321793
Depends: libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang1-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libclang-common-6.0-dev (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/libclang-6.0-dev_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 20627110
MD5sum: ead2e6f4e5ec8e189763e7a4bdcf2419
SHA1: 1676f20e40387a366de93db4be359c983ef27737
SHA256: 35ef5d86846e07b91432e9fe104a86d84ac3a97693130055eccf6371584d3cb5
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0.

Package: libclang-common-6.0-dev
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 44660
Depends: lib32gcc1 (>= 1:4.2), lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/libclang-common-6.0-dev_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 3198974
MD5sum: 22b88b4b9d5b39c6a02095ae16d99cff
SHA1: 30538a9502671d14acf70f7845e13c0696505b9d
SHA256: ee72b1f57e7f85ed660af6db722dd7b230c1a8b02bb9d4dc3cfca2bfad2bf908
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
Description: clang library - Common development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
 provides most of the support of C++17.
 .
 This package contains the clang generic headers and some libraries
 (profiling, etc).

Package: libclang1-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 24884
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm6.0 (>= 1:6.0~svn298832-1~), libstdc++6 (>= 5.2)
Filename: ./amd64/libclang1-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 6798190
MD5sum: 8a8fbbaa21dc94b7a5013133340d2688
SHA1: a2f6cc85695ccd3c02b4b79817254b9e5d44c6a5
SHA256: 413c13ffaed9198f90a8c2c54935d68710c6753aeef77e0da967943590a5322c
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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: libfuzzer-6.0-dev
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 607
Depends: clang-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/libfuzzer-6.0-dev_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 132660
MD5sum: 87cd442f8e7d65483baf5392564c1451
SHA1: 304e83cb4c4b05a50be9c960c5061fa77ab81172
SHA256: 4d118da40e886c5480e9ca06ce45578478f8b7a1280b4b215a91e3b1e2c3320c
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 11400
Depends: libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/liblld-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 1209144
MD5sum: e027795f596216e86c8dcdec43df7330
SHA1: 9d53a58ada4f916a6aeaa81fb6dbeaedc9cab54b
SHA256: d4abec6d172bde0d1f1007e7ebaa36661865d76943dbe112e4a45fd8c0d16f5f
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-dev
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 186
Depends: lld-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), liblld-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/liblld-6.0-dev_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 55386
MD5sum: 96df3da707c1ff199e74eaf26152b6ea
SHA1: bf5304290161e8977114f2847d958fabe204de78
SHA256: aa12499e20269fc5cd865883e0069f409fcec63d1025ace6f69e9c839e85cd31
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 32001
Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.4), libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libncurses5 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 5.2), libtinfo5 (>= 6)
Breaks: lldb-6.0 (<< 1:6.0~svn215195-2)
Replaces: lldb-6.0 (<= 1:6.0~svn215195-2)
Filename: ./amd64/liblldb-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 8752790
MD5sum: 93b364afc219130a7a222e9872bc75cb
SHA1: 750190cab7aeaee66ef1dd3eb416a99afd65476f
SHA256: 7362b55836d86caad491aa67176b6c160894a8006e14188490d716a62b72c2db
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-dev
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 47973
Depends: lldb-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Breaks: lldb-6.0-dev (<< 1:6.0~svn215195-2)
Replaces: lldb-6.0-dev (<= 1:6.0~svn215195-2)
Filename: ./amd64/liblldb-6.0-dev_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 5373360
MD5sum: 74813409b14d4d636380c57c1fb88ad6
SHA1: 99ad2b25a3a5221b4f3db757f3da935ee7706022
SHA256: 992df6fba06497bc9c75bba58fbb338772c1ff024937ca658ccf729d99bdcd2c
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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: libllvm6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 60273
Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0)
Breaks: libllvm3.9v4
Replaces: libllvm3.9v4
Filename: ./amd64/libllvm6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 14524306
MD5sum: 8bb8f981166bd9425d60dba263f017f6
SHA1: cd4f1bf4328b392562cce545e2836798b5d8e996
SHA256: 625df415fe9bd653e77e56221905b51eba6c0e478254f496b1d091adce890e63
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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: lld-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 2956
Depends: libc6 (>= 2.14), libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libstdc++6 (>= 5.2), llvm-6.0-dev
Filename: ./amd64/lld-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 806118
MD5sum: d590f44a4dc54b649abd25c5f99e07e4
SHA1: 25520d1841224ef6264fa5558967706ed89b15bd
SHA256: 8622afdd267f8c4648f4c78fce87ded45270bf43cb3deea108a3f3cb4babb070
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: LLVM-based linker
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.

Package: lldb-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 32941
Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.4), liblldb-6.0 (>= 1:6.0~svn298832-1~), libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libncurses5 (>= 6), libstdc++6 (>= 5.2), libtinfo5 (>= 6), llvm-6.0-dev, python-lldb-6.0
Filename: ./amd64/lldb-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 9380880
MD5sum: 013484066916f44cc52c946ceb760a8f
SHA1: 0eaf25f445dc0c7fb27d6c96217e3ba83b30add5
SHA256: f61d2d5d122ca9f2a6793f14fb559c0487fcb3d10bd92be7ee15a64c7a0afa69
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: Next generation, high-performance debugger
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.

Package: llvm-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 16306
Depends: llvm-6.0-runtime (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libc6 (>= 2.15), libgcc1 (>= 1:3.4), libjsoncpp1, libllvm6.0 (>= 1:6.0~svn298832-1~), libstdc++6 (>= 5.2), libtinfo5 (>= 6)
Recommends: llvm-6.0-dev
Suggests: llvm-6.0-doc
Filename: ./amd64/llvm-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 3919962
MD5sum: 908e0cf5da594ee86347aa59ea6ef8ba
SHA1: d4e277257380197d1d582262899a9d0dd20e6fb9
SHA256: bc79062a746d15b082221aa7383d86a1b3924257e20dee57c124f63ecff9ed17
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-dev
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 172260
Depends: libc6 (>= 2.14), libjsoncpp1, libllvm6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-6.0 (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), libtinfo-dev
Replaces: llvm (<< 2.2-3)
Filename: ./amd64/llvm-6.0-dev_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 23541704
MD5sum: 2185e1593fe4f12107b4e90fa2dd6a99
SHA1: a6db9a6fd49bea9d1395ed22facdb2e847ee9303
SHA256: 1a719f9c664a1adcfbae63ffe284e99af8c7d34209467b252b022d3e5183a432
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-doc
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: all
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 13204
Depends: libjs-jquery, libjs-underscore
Filename: ./all/llvm-6.0-doc_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_all.deb
Size: 1908112
MD5sum: 6b7355b522bda1d6929ca604d53cf971
SHA1: 095d03eb718f48444df0b34eb3d1ad78d87f1df2
SHA256: 16e4e77853b6586e5b3c6be4c9e5a3c6e15a67b7fdc6f608f6bc6c5b470c224c
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-examples
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: all
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 468
Depends: llvm-6.0-dev (>= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486), llvm-6.0-dev (<< 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486+c~)
Filename: ./all/llvm-6.0-examples_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_all.deb
Size: 250684
MD5sum: 63e5fc3303d14062c235aec50ae613dc
SHA1: 009a3dce3624eef52010c8a04c73b11075ee3c4f
SHA256: 0d3332a1ba5c4e12d043d5231beb8d3d5cdbede134de71fc71d26c48fb89dd2a
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-runtime
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 784
Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:3.4), libllvm6.0 (>= 1:6.0~svn298832-1~), libstdc++6 (>= 5.2), libtinfo5 (>= 6)
Conflicts: llvm (<< 2.7-1)
Replaces: llvm (<< 2.7-1)
Filename: ./amd64/llvm-6.0-runtime_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 224280
MD5sum: ba08e11a3320844e2e699e281c049a42
SHA1: 0265b99c30af949e5a6682f38fe83e6375c366a8
SHA256: 131be770c6ba84547c8512788ba6eca8377b36cd81276c968149e04f3f27be5c
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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-6.0-tools
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 931
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), python, llvm-6.0-dev (= 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486)
Filename: ./amd64/llvm-6.0-tools_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 227482
MD5sum: 4d7a190a489c7d3b502ff357fe9c19b0
SHA1: db0a5f2fe851b0cae7ec33a20b91771cf09b0ecc
SHA256: 3242ff46b695a19c69f71e604b9174629292eca17020566457ede93dfa6681f2
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: Modular compiler and toolchain technologies, tools
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides tools for testing.

Package: python-clang-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 176
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
Filename: ./amd64/python-clang-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 50964
MD5sum: add4a9c4ecc8d6a4ee29b1c98280d9b3
SHA1: 910f88440236701a2278017dccbb919b51ac65b3
SHA256: 541c0cd3cbf8f24df6c1a6007ff268396f796b178394396fc498498ef894f209
Section: python
Priority: optional
Homepage: https://www.llvm.org/
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-6.0
Source: llvm-toolchain-6.0
Version: 1:6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486
Architecture: amd64
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Installed-Size: 787
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
Filename: ./amd64/python-lldb-6.0_6.0.1~svn334464-1~exp1~20180613104518.+0~20180613105244.~1.gbpb66486_amd64.deb
Size: 117576
MD5sum: c5c6c37a74f703c5f2c40229c5bb002d
SHA1: 8e64f82f14e20091904512c3d720a37aa517196c
SHA256: 126d3e31390b7d210e2900e48c8d7fb0ed0f0d3a32cb2eb73945d7164ac1b2cb
Section: python
Priority: optional
Homepage: https://www.llvm.org/
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.