Package: clang-3.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 126140 Depends: libc6 (>= 2.14), libclang1-3.9 (= 1:3.9.1~svn288847-1~exp1), libgcc1 (>= 1:3.4), libjsoncpp1, libllvm3.9, libstdc++6 (>= 5.2), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang-common-3.9-dev (= 1:3.9.1~svn288847-1~exp1), libc6-dev, binutils Recommends: llvm-3.9-dev, python Suggests: gnustep, gnustep-devel, clang-3.9-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), clang-include-fixer-3.9, 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), clang-include-fixer-3.9, 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.9/clang-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 35141440 SHA256: 807ab8cf136a49b552dfe005c10d2b34b8bd93cc833d4d75ddbdc2224ae770f8 SHA1: f1cf9899aaab373ac2e9fa8ad012ccff1dbc1272 MD5sum: 29c1925ad7ba69cc9eace01869120250 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.9-doc Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 42 Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.9/clang-3.9-doc_3.9.1~svn288847-1~exp1_all.deb Size: 21652 SHA256: 86077fd1b39d98d147d88bafddb153bd6de3792c7b8a15ab529703b10016fb53 SHA1: 854f374b679f6bbf76033d0a4c57b4a61f5a198f MD5sum: eab6bc00cc06864d1bc02b19ec271e16 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 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 documentation. Package: clang-3.9-examples Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 65 Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.9/clang-3.9-examples_3.9.1~svn288847-1~exp1_amd64.deb Size: 29038 SHA256: ec7e53a46faa0c35afdc9b211621d529c7ddbe533a41b5739cf44bfab1a97ac8 SHA1: fbd8d3ddc836f27660a1c39dd6d8738de2f7504a MD5sum: 5003d063991773d43529035deebae3f3 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.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1515 Depends: libc6 (>= 2.14), libllvm3.9, libstdc++6 (>= 5.2), 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.9/clang-format-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 501594 SHA256: 7e122041e39803bbbc8b31e68871e5a1e6bdbca0ac35f988eaaabc13ad711d35 SHA1: c420bad456c7245930f754ca9720e9e6115ea4ce MD5sum: dcdbfbdb996e7b2601991df1abe3632c 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-3.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 19479 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.9, libstdc++6 (>= 5.2), python Breaks: clang-3.9 (<< 1:3.9~svn250696-1), clang-modernize-3.9 Replaces: clang-3.9 (<< 1:3.9~svn250696-1), clang-modernize-3.9 Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.9/clang-tidy-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 5479500 SHA256: 98f0de286d850aabad0ebe93d02ca4cb9b556597b5b7b84bf627c99d42d904e3 SHA1: 3109d0fd71d457c04d977f8d25e5daacb88231de MD5sum: a7d7dfe15b198f20aa2ccc0448330f13 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: libclang-3.9-dev Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 223045 Depends: libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang1-3.9 (= 1:3.9.1~svn288847-1~exp1), libclang-common-3.9-dev (= 1:3.9.1~svn288847-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.9/libclang-3.9-dev_3.9.1~svn288847-1~exp1_amd64.deb Size: 15782726 SHA256: 10bbea5ff0298abfd19ea525661ab9cc8a1fdf810b51429f50df4fb70004950b SHA1: f8a63e8c2e25e8cd0fd072958913d831362f800c MD5sum: af03843fafd6298bc3373197b5341c59 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.9. Package: libclang-common-3.9-dev Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 38389 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), libllvm3.9 (= 1:3.9.1~svn288847-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.9/libclang-common-3.9-dev_3.9.1~svn288847-1~exp1_amd64.deb Size: 2451850 SHA256: 460b0f702ec399d09033f72218905153cd129d6b7f49029e6ad3f4d590bfa147 SHA1: c7231d23e517b8e64fab68ca2403abc3e5039b34 MD5sum: c7b47c84066ac793bf593b2fa8709ec2 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.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 21771 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.9, libstdc++6 (>= 5.2) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.9/libclang1-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 5873978 SHA256: c8d05f73b3497008bf6d4464e3f9ffbb8cf2cdbf27ea5d36523f8b76e4c5eaca SHA1: 619711e5ed91ef95bad98f0a0c95b4e6e5cca90f MD5sum: 5311a4ee1abf78cbf480eb6789bf99c6 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.9-dbg Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 61456 Depends: libstdc++-5-dev, libgcc-5-dev, libclang1-3.9 (= 1:3.9.1~svn288847-1~exp1) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-3.9/libclang1-3.9-dbg_3.9.1~svn288847-1~exp1_amd64.deb Size: 55647126 SHA256: e9177719ba94d84524dd1ef9119fb86448ffda565c161554b6a443aacb4f2fb4 SHA1: 79983174135a31c798cdee7c0328278d1606f90a MD5sum: 1cca9a325ef10fe445b6f6eaedaff498 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. Build-Ids: fc7bf8a586187235860fa0fb76cfb1cbc2b02716 Package: libfuzzer-3.9-dev Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 369 Depends: clang-3.9 (= 1:3.9.1~svn288847-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.9/libfuzzer-3.9-dev_3.9.1~svn288847-1~exp1_amd64.deb Size: 86290 SHA256: b12c4cb3e75fa97fd3f65d12d9acb6dd9ddb4b8646934cbb86e9d7fabe4ba6d1 SHA1: cfd4ac05dc2496fd685ab2cb7138fdc00c0f3fff MD5sum: 15efe04fc441691428ecfed81ff1906d 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: liblldb-3.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 63642 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libncurses5 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0), libllvm3.9 (= 1:3.9.1~svn288847-1~exp1) Breaks: lldb-3.9 (<< 1:3.9~svn215195-2) Replaces: lldb-3.9 (<= 1:3.9~svn215195-2) Homepage: http://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-3.9/liblldb-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 16470678 SHA256: 43b44036a73025396c9f560066f364cb1209ad64554eb7dd351de16d02dc12e5 SHA1: eb7bab9176afcb2374366dc8905755eedaa737de MD5sum: 3164a2de6c070a449afd34a37d2c43d0 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.9-dbg Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 92146 Depends: liblldb-3.9 (= 1:3.9.1~svn288847-1~exp1) Homepage: http://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-3.9/liblldb-3.9-dbg_3.9.1~svn288847-1~exp1_amd64.deb Size: 82458754 SHA256: 9db3ee6ca60426cbd23c2cb70fc4a572212998cbd839289a608a6ec59dd1ebb5 SHA1: f8d21ac440818b0c0669086f6fc0b27130b35b7d MD5sum: ee0caf2ba106fe697d01f921c69758db 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. Build-Ids: 6a6b1fd2c021f3759fd1a7bf1ea5d7f25f023a9c 944cd4f27e77cbe0ecc4eed0f52a59bbb309e471 Package: liblldb-3.9-dev Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 42862 Depends: lldb-3.9 (= 1:3.9.1~svn288847-1~exp1) Breaks: lldb-3.9-dev (<< 1:3.9~svn215195-2) Replaces: lldb-3.9-dev (<= 1:3.9~svn215195-2) Homepage: http://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-3.9/liblldb-3.9-dev_3.9.1~svn288847-1~exp1_amd64.deb Size: 4833590 SHA256: 8458d9254ad28943893fcbef7d452a30fabba89d6d7870357fc055e248d99f51 SHA1: a77e2d40c1dc8e4d717707d4c24a8fde96aacdd5 MD5sum: 38128293c8719e0a222ca1f2f9ea0155 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.9-ocaml-dev Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 54 Depends: llvm-3.9-dev (= 1:3.9.1~svn288847-1~exp1) Suggests: llvm-3.9-doc Provides: libllvm-3.9-ocaml-dev-c8y98 Homepage: http://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-3.9/libllvm-3.9-ocaml-dev_3.9.1~svn288847-1~exp1_amd64.deb Size: 22260 SHA256: e715e2f495288ea6200ad6b2003b477831b072dd735c7405c86fdc742ba33a04 SHA1: 696243336edca826613f8dc072ce4a6f95c6076a MD5sum: ef50c937316e711578f8e49326aa4f48 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.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 44521 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) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-3.9/libllvm3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 11224946 SHA256: 2e2bf41331ae32e709c7a989c9cb1690b78674a6f3da611526e97c45179ba1d5 SHA1: 8038b313c8bd5018ebb4f2c32a989110eb4a43b0 MD5sum: b69642f1b5c73d5b66cfb9d069d1f8ce 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.9-dbg Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 60340 Depends: libllvm3.9 (= 1:3.9.1~svn288847-1~exp1) Multi-Arch: same Homepage: http://www.llvm.org/ Priority: extra Section: debug Filename: pool/main/l/llvm-toolchain-3.9/libllvm3.9-dbg_3.9.1~svn288847-1~exp1_amd64.deb Size: 55030530 SHA256: 8ec0e67ec02dbef1653e9e4bb1cf9489b0bf76ebd6554e1c399a93333ee9de34 SHA1: 5c7b97be880f93a88729adad980b57c54aacd183 MD5sum: 01ead06050721fd5f6bcbff8c0d5766d 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. Build-Ids: 271e329d834dda325a07ed81f4c670ff17481397 Package: lldb-3.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 5128 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), liblldb-3.9, libllvm3.9 (= 1:3.9.1~svn288847-1~exp1), libncurses5 (>= 6), libstdc++6 (>= 5.2), libtinfo5 (>= 6), llvm-3.9-dev, python-lldb-3.9 Conflicts: lldb-3.4, lldb-3.5 Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.9/lldb-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 1402872 SHA256: 2a376dd57312a60bd8ea48a0749004cb7d5f138cd8770a4c0d18e5721eb0b59c SHA1: 09fb772a8ca88c7441cd314ea5a9c389469fc831 MD5sum: dced40ca3c90cefb31230ef11776f67d 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-3.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 11451 Depends: llvm-3.9-runtime (= 1:3.9.1~svn288847-1~exp1), libc6 (>= 2.15), libgcc1 (>= 1:3.4), libjsoncpp1, libllvm3.9, libstdc++6 (>= 5.2), libtinfo5 (>= 6) Recommends: llvm-3.9-dev Suggests: llvm-3.9-doc Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.9/llvm-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 2782124 SHA256: 91788c99fd5be5b5769548ad5f3ed71f216e6da0e3f8161a1362a68d4d05c537 SHA1: c26b53c9e15b0cf2936f07253199f9fc70af1eca MD5sum: bc0460bb512824321cb36a8bef950758 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.9-dev Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 125961 Depends: libc6 (>= 2.14), libjsoncpp1, libllvm3.9 (= 1:3.9.1~svn288847-1~exp1), libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-3.9 (= 1:3.9.1~svn288847-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.9/llvm-3.9-dev_3.9.1~svn288847-1~exp1_amd64.deb Size: 17950064 SHA256: 932404892579f23d9938aa95e3c0e3b553815972123f689b0bb8be1e234ec315 SHA1: 92a4526aa0ee0fc98759a77906953ba681bdc68e MD5sum: 85fe91afacb6df4ea04d259b65bf22ec 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.9-doc Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 11263 Depends: libjs-jquery, libjs-underscore Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.9/llvm-3.9-doc_3.9.1~svn288847-1~exp1_all.deb Size: 1633454 SHA256: fa6459f2ca8cddf790461a28c4fe25b1cb8a19f0b43d9d0234624a29e859f76c SHA1: 9c6c207385dbfdc38f2a4a2f80f62e64260b5771 MD5sum: 6790a8bd41a8ebcfa68535f5d479481d 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.9-examples Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 461 Depends: llvm-3.9-dev (>= 1:3.9.1~svn288847-1~exp1), llvm-3.9-dev (<< 1:3.9.1~svn288847-1~exp1+c~) Homepage: http://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-3.9/llvm-3.9-examples_3.9.1~svn288847-1~exp1_all.deb Size: 246114 SHA256: ab49f171c941932f0177a6345d1fdc6e0d96253803bee7adb245df26aa914ae4 SHA1: 550931b1e7438ada26d868199a7adf7fe128a831 MD5sum: 44e4c555c06c146522d5f57703fb7409 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.9-runtime Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 652 Depends: binfmt-support, libc6 (>= 2.15), libgcc1 (>= 1:3.4), libllvm3.9, libstdc++6 (>= 5.2), libtinfo5 (>= 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.9/llvm-3.9-runtime_3.9.1~svn288847-1~exp1_amd64.deb Size: 186566 SHA256: e4728db80c6d4db78c4a7187264c1d71071589a94f1deea8976a911c4d239f44 SHA1: 5f1b8e67716924aacd695590f8834f069c8dd35b MD5sum: 059808087eaeabd7526d48a23d1aebe9 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.9-tools Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 661 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), python, llvm-3.9-dev (= 1:3.9.1~svn288847-1~exp1) Homepage: http://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-3.9/llvm-3.9-tools_3.9.1~svn288847-1~exp1_amd64.deb Size: 182126 SHA256: baa4e4a282508bff745de7357adf9bbdaf072668fcdf9e22b705c554766d66dc SHA1: adef81892e28299e9cbb41cdb4bdd83474a6b4ab MD5sum: 826e8f3bdbc49bbf42d23812be27627f 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.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 159 Depends: python Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7, python-clang-3.8 Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7, python-clang-3.8 Homepage: http://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-3.9/python-clang-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 44264 SHA256: 0e6fd8011a3eae93d86f472e83c98fc5b5d6f9bfade6e970a7108269f5214d37 SHA1: f09fdcf72025d1e2949d1adb26a37204a884740d MD5sum: 93cf8b6a4729d680860af5779db76871 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.9 Source: llvm-toolchain-3.9 Version: 1:3.9.1~svn288847-1~exp1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 733 Depends: liblldb-3.9-dev, python, python-six Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.7, python-lldb-3.8 Homepage: http://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-3.9/python-lldb-3.9_3.9.1~svn288847-1~exp1_amd64.deb Size: 108974 SHA256: 64c3109db8211cc81eb22434d891d5f9c0eb4ba45b6360cab22083c6fb431f81 SHA1: e814d5204058f0cabd729540707b5fa941744975 MD5sum: 2a29f006ed2a74a077d9938cc42b8638 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.