Package: clang-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 79389 Depends: libc6 (>= 2.15), libclang1-3.7 (= 1:3.7.1~svn254351-1~exp1), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:4.1.1), libllvm3.7, libstdc++6 (>= 4.6), libtinfo5, libstdc++-4.8-dev, libgcc-4.8-dev, libobjc-4.8-dev, libclang-common-3.7-dev (= 1:3.7.1~svn254351-1~exp1), libc6-dev, binutils Recommends: llvm-3.7-dev, python Suggests: gnustep, gnustep-devel, clang-3.7-doc Breaks: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt Replaces: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt Provides: c++-compiler, c-compiler, objc-compiler Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/clang-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 23153344 SHA256: dbde5f118ca46b70d452839cf49533776ec4f4aaa067505e65ae1872a593e57e SHA1: ea86b858af91c32b7d6e60829fde41a30ead87c2 MD5sum: 6243f62cfc35e90207f0fe19bfbd1838 Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. Package: clang-3.7-doc Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn253742-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 3221 Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.7/clang-3.7-doc_3.7.1~svn253742-1~exp1_all.deb Size: 551224 SHA256: 17ceaffb6623dec46a93ea4a8c72597e5538476414f356c072ce2aa6aaa0146c SHA1: 2e769ca6b55e4da549c1d5a193312b8435c9c0e3 MD5sum: 5d40e7f51de8a32ca99ddca93e65aba0 Description: C, C++ and Objective-C compiler (LLVM based) - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the documentation. Package: clang-3.7-examples Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 81 Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.7/clang-3.7-examples_3.7.1~svn254351-1~exp1_i386.deb Size: 24576 SHA256: 080fa04b7ba74fc12531690781e847a078288ba57b60b7c980595e749f2d4a28 SHA1: ca320d685388d2dac462a0802780f96f77d50db5 MD5sum: b07dcca85f69decf4212a1aeded80a6e Description: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This package contains the clang examples. Package: clang-format-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1341 Depends: libc6 (>= 2.4), libllvm3.7, libstdc++6 (>= 4.6), python Breaks: clang-format-3.3 Replaces: clang-format-3.3 Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/clang-format-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 433468 SHA256: 7879aaab025d804612b281481b62a52849f28d39eea35507669fb6cf4e93f099 SHA1: 98b7016f2dd90519e96006ad17f85987e04b4f88 MD5sum: a48221d0ac9b1fcaf2fb3a15fd654413 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-modernize-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 13641 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libllvm3.7, libstdc++6 (>= 4.6), clang-3.7 Breaks: cpp11-migrate-3.3, cpp11-migrate-3.4 Replaces: cpp11-migrate-3.3, cpp11-migrate-3.4 Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/clang-modernize-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 4054914 SHA256: e455c2cd88dc81313c924fed969622ed1341874b1ef14edd0910e247dfe629a0 SHA1: 42b2146b655c37a8e3de9822066d80ee6cf0e066 MD5sum: 101473cad7fd584cd38473eee495c6c6 Description: Tool to convert C++98 and C++03 code to C++11 The purpose of the C++11 Migrator is to do source-to-source translation to migrate existing C++ code to use C++11 features to enhance maintainability, readability, runtime performance, and compile-time performance. Development is still early and transforms fall mostly into the first two categories. The migrator is based on Clang's LibTooling and the AST Matching library. Package: clang-tidy-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 15939 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libllvm3.7, libstdc++6 (>= 4.6), python Breaks: clang-3.7 (<< 1:3.7-3) Replaces: clang-3.7 (<< 1:3.7-3) Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/clang-tidy-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 4741202 SHA256: 488574141601444236193e42b2803e86ecabd5d543bb496e9c737b45fd1f0b56 SHA1: 6462e8f77ffa8394d9d0959470212288301b757f MD5sum: 58c757a3b000ee13bd160eb41b15d116 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: cpp11-migrate-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 54 Depends: clang-modernize-3.7 Breaks: cpp11-migrate-3.3 Replaces: cpp11-migrate-3.3 Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/cpp11-migrate-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 17558 SHA256: f00c6927101030c0d9e2e5ffd3cea54b2f26dcdb8e73a6cfdd09748de917786e SHA1: 2c4bb2ff845da448dc6780b841ca58d6e79eb393 MD5sum: 26757fa9087120ac8aa2c5555198ed26 Description: Tool to convert C++98 and C++03 code to C++11 The purpose of the C++11 Migrator is to do source-to-source translation to migrate existing C++ code to use C++11 features to enhance maintainability, readability, runtime performance, and compile-time performance. Development is still early and transforms fall mostly into the first two categories. The migrator is based on Clang's LibTooling and the AST Matching library. . This is a transitional dummy package. It can safely be removed. Package: libclang-3.7-dev Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 94363 Depends: libstdc++-4.8-dev, libgcc-4.8-dev, libobjc-4.8-dev, libclang1-3.7 (= 1:3.7.1~svn254351-1~exp1), libclang-common-3.7-dev (= 1:3.7.1~svn254351-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.7/libclang-3.7-dev_3.7.1~svn254351-1~exp1_i386.deb Size: 11225696 SHA256: 2cdea2fb73cd395d636b928fb16af4fe19b6d0694aee59876c3148768eaba634 SHA1: 7bc23385b2b464991bb6a5ec1aabce2eb8e45e25 MD5sum: ad40b1767e0f175d702b705848e15499 Description: clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This package contains the clang headers to develop extensions over libclang1-3.7. Package: libclang-common-3.7-dev Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 4471 Depends: libllvm3.7 (= 1:3.7.1~svn254351-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.7/libclang-common-3.7-dev_3.7.1~svn254351-1~exp1_i386.deb Size: 284924 SHA256: 04ff511798a8c04866ccbbdc849b25d777dd61ca8a3c4279db7f8341906e7475 SHA1: 3a53abb5b432220a00cbc03767a28c1a37e9d068 MD5sum: bebb0540f97a96d930b265a9059b5b1e Description: clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This package contains the clang generic headers and some libraries (profiling, etc). Package: libclang1-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 13748 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libllvm3.7, libstdc++6 (>= 4.6), libstdc++-4.8-dev, libgcc-4.8-dev, libobjc-4.8-dev Multi-Arch: same Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/libclang1-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 4122642 SHA256: 50343b5f53c6d79b32a92f94c488e51fa0674e8b2ecadc082ce3f9a273ad3dc6 SHA1: 29dcf45aa7f0c12f0dfe551b30136144e8cc944c MD5sum: 7443e48461d3bb0a340ceac2a343005f Description: C interface to the clang library Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . 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-3.7-dbg Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 151706 Depends: libstdc++-4.8-dev, libgcc-4.8-dev, libobjc-4.8-dev, libclang1-3.7 (= 1:3.7.1~svn254351-1~exp1) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-3.7/libclang1-3.7-dbg_3.7.1~svn254351-1~exp1_i386.deb Size: 151461726 SHA256: 0805aa017742e7859cc4da0ac1a6b5bc16347d1cd85a495a4110740e02aee292 SHA1: cb8c0bb9b28bff227c6fe73920181140dba7326d MD5sum: 58b38180d539401af23008227e4e161e Description: clang library Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This package contains the debugging symbols. Package: liblldb-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 29012 Pre-Depends: multiarch-support Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:4.1.1), libllvm3.7 (= 1:3.7.1~svn254351-1~exp1), libncurses5 (>= 5.5-5~), libpython2.7 (>= 2.7), libstdc++6 (>= 4.8.1), libtinfo5 Breaks: lldb-3.7 (<< 1:3.7~svn215195-2) Replaces: lldb-3.7 (<= 1:3.7~svn215195-2) Homepage: http://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-3.7/liblldb-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 8057626 SHA256: 77b2171b112b3ef702abd62e2f9366db2c3a0e3c1091a2661d44c5175d55f8ef SHA1: 53d3d23caff8b1703d2e703219cb558123e717ca MD5sum: 086ec648c8fce7147862d900136e251a 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-3.7-dbg Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 269663 Depends: liblldb-3.7 (= 1:3.7.1~svn254351-1~exp1) Homepage: http://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-3.7/liblldb-3.7-dbg_3.7.1~svn254351-1~exp1_i386.deb Size: 268399758 SHA256: 0c1ddccf3738d031c4b938bc2e2afbc8cceec9d4c9ffd43d4c2c8f35402ddc00 SHA1: c3bb2ab419d5fe0a32aa25b23373f94d49b4ea15 MD5sum: 2bec2a1a8459e1e352f17cdf68281389 Description: Next generation, high-performance debugger, debugging libraries 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 debug symbols. Package: liblldb-3.7-dev Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 31027 Depends: lldb-3.7 (= 1:3.7.1~svn254351-1~exp1) Breaks: lldb-3.7-dev (<< 1:3.7~svn215195-2) Replaces: lldb-3.7-dev (<= 1:3.7~svn215195-2) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.7/liblldb-3.7-dev_3.7.1~svn254351-1~exp1_i386.deb Size: 4349518 SHA256: 9414c745d62f537aeeb72da2297846133c33b1f2ca4391f3f24eb6660cfec203 SHA1: e3ee408dd836b1b5111de11e1cb7d18fcbbb6b9a MD5sum: 79991183ec44ac6a43a5faf032ce12dc 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-3.7-ocaml-dev Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 95 Depends: llvm-3.7-dev (= 1:3.7.1~svn254351-1~exp1) Suggests: llvm-3.7-doc Provides: libllvm-3.7-ocaml-dev-c8y98 Homepage: http://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-3.7/libllvm-3.7-ocaml-dev_3.7.1~svn254351-1~exp1_i386.deb Size: 18094 SHA256: fcad9b48ed063fa179177be2992ad493a04eff44b7a662899740af206c1528d5 SHA1: 71ec7341fcaef5e91adcaf8ff3245ae17f49ac15 MD5sum: 1a1996e6471c44c2526a34de1ec1cd55 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: libllvm3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 35827 Pre-Depends: multiarch-support Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8), libtinfo5, zlib1g (>= 1:1.2.0) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-3.7/libllvm3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 9295146 SHA256: 7bdfb33a6731c07518a758afcd2f9f66c845fd7506fcce7c8753e330d2e7f3b5 SHA1: b601dfc9c4255260a6d9c1c18adea7cdb6bbfc18 MD5sum: 1b6713c57b75fc2570af8b963931400a 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: libllvm3.7-dbg Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 240118 Depends: libllvm3.7 (= 1:3.7.1~svn254351-1~exp1) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-3.7/libllvm3.7-dbg_3.7.1~svn254351-1~exp1_i386.deb Size: 239990872 SHA256: 0426b44f21994cf18b9ba5c13058bde1a7d737ae1b50d80c8a3d1d38247a8ee2 SHA1: 52ff903be4b895795a713582e01d3043dc6315e0 MD5sum: 6b2d8e6efca7d398c5fc908f01bba1ff Description: Modular compiler and toolchain technologies, debugging libraries 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 debug symbols. Package: lldb-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 955 Depends: libc6 (>= 2.4), liblldb-3.7, libllvm3.7 (= 1:3.7.1~svn254351-1~exp1), libstdc++6 (>= 4.4.0), python, llvm-3.7-dev, python-lldb-3.7 Conflicts: lldb-3.4, lldb-3.5 Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/lldb-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 256118 SHA256: 8821380ef6ae7f7532cece2c6cb1f1a50f2aa75a34476f0b37f63729d4400185 SHA1: 8a6ab3a8674928e182926d6d4ad4ef322102c297 MD5sum: b88af39e0c55bf0c898b10c8a142e199 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-3.7-dev Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn253742-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 54 Depends: liblldb-3.7-dev Homepage: http://www.llvm.org/ Priority: optional Section: oldlibs Filename: pool/main/l/llvm-toolchain-3.7/lldb-3.7-dev_3.7.1~svn253742-1~exp1_all.deb Size: 17432 SHA256: 8e145ef6c43a1af7f7c43c32064e4e2916742c69358fd072135b7ca973c9cf92 SHA1: 53b62e4fbaaa466c818229db8cc57b5fbbe21e68 MD5sum: ed35cd3235133431d4361c49b776a702 Description: transitional dummy package to liblldb-3.7-dev This is a transitional dummy package. It can safely be removed. Package: llvm-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 4775 Depends: llvm-3.7-runtime (= 1:3.7.1~svn254351-1~exp1), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libllvm3.7, libstdc++6 (>= 4.8), libtinfo5 Recommends: llvm-3.7-dev Suggests: llvm-3.7-doc Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/llvm-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 1472706 SHA256: 21fb88ff8d21d850473ba9a896435baca727d09143be6d2c1fb03df03ad17bbc SHA1: 4f974115726d4fee5ce764e370a064a025157cf1 MD5sum: d4f85ef3a0f73e60ebe218bf27e84544 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-3.7-dev Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 84158 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libjsoncpp0 (>= 0.6.0~rc2), libllvm3.7, libstdc++6 (>= 4.6), libffi-dev (>= 3.0.9), llvm-3.7 (= 1:3.7.1~svn254351-1~exp1), libtinfo-dev Replaces: llvm (<< 2.2-3) Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/llvm-3.7-dev_3.7.1~svn254351-1~exp1_i386.deb Size: 14602788 SHA256: e19f93210b55595f1744dd780125c2cc1766596a220c599a674b990acb3ae6f6 SHA1: 8df29fa84a7f49fbc079dae66a8600e88e567965 MD5sum: d816c5456dec83b70fb1b7cb22165ce8 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-3.7-doc Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn253742-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 10058 Depends: libjs-jquery, libjs-underscore Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.7/llvm-3.7-doc_3.7.1~svn253742-1~exp1_all.deb Size: 1492730 SHA256: 8105d72990f29973701daa80681321e910e2145393bf6f63c91b6143b539ad91 SHA1: b71163ca7c6559bc140f7c3a95b98feafff8aff7 MD5sum: 85ed4b7943b67f9ccf5e2293aa0411d0 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-3.7-examples Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn253742-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 486 Depends: llvm-3.7-dev (>= 1:3.7.1~svn253742-1~exp1), llvm-3.7-dev (<< 1:3.7.1~svn253742-1~exp1+c~) Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.7/llvm-3.7-examples_3.7.1~svn253742-1~exp1_all.deb Size: 229438 SHA256: f6e153efdcf74654f1b34e403e848344771cc47fea7f722a3c918f2a9aa58703 SHA1: 0a909386fd7d262b480f10f0f60bab27bbc49398 MD5sum: 31ae10006b2451aa18872a61de576c5a 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-3.7-runtime Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 322 Depends: binfmt-support, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libllvm3.7, libstdc++6 (>= 4.6) Conflicts: llvm (<< 2.7-1) Replaces: llvm (<< 2.7-1) Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/llvm-3.7-runtime_3.7.1~svn254351-1~exp1_i386.deb Size: 84032 SHA256: b8ef991d68fc3ada63ba30d231bf954ce8cef79d7a1c75e490e7097f03eebece SHA1: effccda50bac4ab8dab5619b3434e34b0a4c3989 MD5sum: 934880620b35989969a2d4d15d53d3b8 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-3.7-tools Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 626 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), libtinfo5, python, llvm-3.7-dev (= 1:3.7.1~svn254351-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.7/llvm-3.7-tools_3.7.1~svn254351-1~exp1_i386.deb Size: 168738 SHA256: a9055f81898efacc7eba33a43cf98573938d357a14c42d236fb31d82fc8f1ad8 SHA1: c3659122154ffc90aa2870296c73d96b632350ca MD5sum: daf6d0f8b742c8bf30b13a27e71a161b 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-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 177 Depends: python Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.8 Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.8 Homepage: http://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-3.7/python-clang-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 39744 SHA256: 9e2d79345b1b79c1e3f8abbf20ce9e1d8521c8b91ce62306b8be30dfef4985d8 SHA1: 816bdda981accb7bd8b203bbc52c56ea6e1de43a MD5sum: 6e0023aba15725cca406f2501655149c Description: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This binding package provides access to the Clang compiler and libraries. Package: python-lldb-3.7 Source: llvm-toolchain-3.7 Version: 1:3.7.1~svn254351-1~exp1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 711 Depends: python Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.8 Homepage: http://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-3.7/python-lldb-3.7_3.7.1~svn254351-1~exp1_i386.deb Size: 99012 SHA256: 3b4bf35313045da8f182c1284911faf40e511f5fc37102e65b1609c957ea88e5 SHA1: c7241c57d44a736086e15bbd503edd0f04a8a24b MD5sum: 7ff2411350a3c81023cc6d2c4784b5e0 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.