Package: clang-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 27314 Depends: libc6 (>= 2.15), libclang1-3.3 (= 1:3.3-16ubuntu1), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3, libstdc++6 (>= 4.9), libstdc++-4.9-dev, libgcc-4.9-dev, libobjc-4.9-dev, libclang-common-3.3-dev (= 1:3.3-16ubuntu1) Recommends: llvm-3.3-dev, python Breaks: clang (<< 1:3.3), clang-3.1, clang-3.2, clang-3.4, compiler-rt, llvm-3.3 (<< 1:3.3-13) Replaces: clang (<< 1:3.3), clang-3.1, clang-3.2, clang-3.4, compiler-rt, llvm-3.3 (<< 1:3.3-13) Provides: c++-compiler, c-compiler, objc-compiler Filename: ./amd64/clang-3.3_3.3-16ubuntu1_amd64.deb Size: 8137144 MD5sum: 2e8f8df1ae0d21bc2cd0f7ad516ad830 SHA1: d863f0c6b1abdc5e0b6fa5b6541b270b2ace0210 SHA256: ffa4428901a091ae239d21179e99a438a0e0c958070882e6294f8544dfe134f5 Section: devel Priority: optional Homepage: http://www.llvm.org/ 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 implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. Original-Maintainer: LLVM Packaging Team Package: clang-3.3-doc Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 2244 Filename: ./all/clang-3.3-doc_3.3-16ubuntu1_all.deb Size: 420606 MD5sum: a483ddfe32ad646d7cd3a97dca07516e SHA1: 41c72e4044dc3b2ac0817866f4857cc16ad846f9 SHA256: e1b3ef8dc09f2ab5cb049e5a9ac22f9870b6ff6c7c0e82bcd68c88c0c6cc7a0d Section: doc Priority: optional Homepage: http://www.llvm.org/ 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. Original-Maintainer: LLVM Packaging Team Package: clang-3.3-examples Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 70 Filename: ./amd64/clang-3.3-examples_3.3-16ubuntu1_amd64.deb Size: 15706 MD5sum: 934bc9b589e21c14c5418c90dbd01a1f SHA1: 01d7f821931465bea59e58fec756c862887eb679 SHA256: f2d66a23be921e553ff309cf8b9f971487d82ec52e4caa61b4b1906b1dc496d7 Section: doc Priority: optional Homepage: http://www.llvm.org/ 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 implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang examples. Original-Maintainer: LLVM Packaging Team Package: clang-format-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 9551 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3, libstdc++6 (>= 4.9), python Breaks: clang-format-3.4 Replaces: clang-format-3.4 Filename: ./amd64/clang-format-3.3_3.3-16ubuntu1_amd64.deb Size: 3010764 MD5sum: 779f69ce6e14ad42d52494c2fc2965d9 SHA1: e08e7ab6bbf65f5239e6aa228d6d518c7a417d3d SHA256: e84dce0122eb653fae32169bb562aa9ad9fab4747d820e05dec3e21c5bdd06b0 Section: devel Priority: optional Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: cpp11-migrate-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 10386 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3, libstdc++6 (>= 4.9) Breaks: cpp11-migrate-3.4 Replaces: cpp11-migrate-3.4 Filename: ./amd64/cpp11-migrate-3.3_3.3-16ubuntu1_amd64.deb Size: 3124518 MD5sum: 7dded29f4c831bc9f47626ef70c4d97f SHA1: 4ac174bded94887ab8215603d819dd2b9af5a7f2 SHA256: 2c5165f9c227d07f0c20617dfc5898b3256db47f091d9db0b1f9a94843a68b93 Section: devel Priority: optional Homepage: http://www.llvm.org/ 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. Original-Maintainer: LLVM Packaging Team Package: libclang-3.3-dev Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 46045 Depends: libstdc++-4.9-dev, libgcc-4.9-dev, libobjc-4.9-dev, libclang1-3.3 (= 1:3.3-16ubuntu1), libclang-common-3.3-dev (= 1:3.3-16ubuntu1) Filename: ./amd64/libclang-3.3-dev_3.3-16ubuntu1_amd64.deb Size: 7134096 MD5sum: 4fcfd328df74710837280ef5edbbfa83 SHA1: eacb5e74d8048332c84f6eda1a879437dddd15b2 SHA256: a8ea1fd43b851b407533acfec0f911a1d079d5b9422ba54aa5a8e0d6c95a7c4b Section: libdevel Priority: optional Homepage: http://www.llvm.org/ 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 implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang headers to develop extensions over libclang1-3.3. Original-Maintainer: LLVM Packaging Team Package: libclang-common-3.3-dev Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 3577 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libllvm3.3 (= 1:3.3-16ubuntu1) Breaks: llvm-3.3-dev (<< 1:3.2repack) Replaces: libclang-3.3-dev, llvm-3.3-dev (<< 1:3.2repack) Filename: ./amd64/libclang-common-3.3-dev_3.3-16ubuntu1_amd64.deb Size: 294220 MD5sum: 16f25f8dd7d5e3b74e5d328062b482a3 SHA1: 6017e6d35beab693b5b40123a0f029df5043ae53 SHA256: 0e213d68786a96e5b8f15a3eeed6f9d416ed3e94fc6ac9e6874761993034cd2f Section: libdevel Priority: optional Homepage: http://www.llvm.org/ 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 implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang generic headers and some libraries (profiling, etc). Original-Maintainer: LLVM Packaging Team Package: libclang1-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 11925 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3, libstdc++6 (>= 4.9), libstdc++-4.9-dev, libgcc-4.9-dev, libobjc-4.9-dev Filename: ./amd64/libclang1-3.3_3.3-16ubuntu1_amd64.deb Size: 3408968 MD5sum: 46f31c17d87564881ebdc092da4eb98d SHA1: dec04a381818c3160a42708a8c57fcca8dbf4723 SHA256: b31d98bc8336c314693f06dd20c1c58cd4972eac5c4a141dd0df3c3b3455fa5c Section: devel Priority: optional Multi-Arch: same Homepage: http://www.llvm.org/ 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 implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . 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. Original-Maintainer: LLVM Packaging Team Package: libclang1-3.3-dbg Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 86868 Depends: libstdc++-4.9-dev, libgcc-4.9-dev, libobjc-4.9-dev, libclang1-3.3 Filename: ./amd64/libclang1-3.3-dbg_3.3-16ubuntu1_amd64.deb Size: 85967238 MD5sum: 48eacf55084da33e94a4b5de730924a3 SHA1: 1f622a01e6f7cf9851cd00b278d33d586c5724ce SHA256: feba046901bd6138b7a37085202c66f8c6e97639adb9cf697724943df5d00999 Section: debug Priority: extra Homepage: http://www.llvm.org/ 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 implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the debugging symbols. Original-Maintainer: LLVM Packaging Team Package: libllvm-3.3-ocaml-dev Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1605 Depends: ocaml-nox-4.01.0, llvm-3.3-dev (= 1:3.3-16ubuntu1) Suggests: llvm-3.3-doc Conflicts: libllvm-ocaml-3.3-dev Replaces: libllvm-ocaml-3.3-dev Provides: libllvm-3.3-ocaml-dev-ycm22 Filename: ./amd64/libllvm-3.3-ocaml-dev_3.3-16ubuntu1_amd64.deb Size: 202300 MD5sum: 6fa0abfe0c4c09c2e55acc7b214d05c9 SHA1: 224f9d22ef70cbc74c2d3a67414ae8ee75e68795 SHA256: 3dd8fab0abb439869079fdf7894e699616baea81652f2dbd10cb59e7019075d8 Section: ocaml Priority: optional Homepage: http://www.llvm.org/ 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. Original-Maintainer: LLVM Packaging Team Package: libllvm3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 23168 Pre-Depends: multiarch-support Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Filename: ./amd64/libllvm3.3_3.3-16ubuntu1_amd64.deb Size: 6293908 MD5sum: 3087dbcbfd7f02622d065f216b8ddcf8 SHA1: db1f303fb03131b2227c92fbbcff61137e8714c4 SHA256: 2fbad36a531e0d28f8692e7e45bb193218c719ac8de6c3a97273a97e685b49b4 Section: libs Priority: optional Multi-Arch: same Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: libllvm3.3-dbg Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 106398 Depends: libllvm3.3 Filename: ./amd64/libllvm3.3-dbg_3.3-16ubuntu1_amd64.deb Size: 105491526 MD5sum: 6dda1b836d784fabd18fcea4c90bd03b SHA1: 203e937ff28530cc7fcd60f8a54a7f4bf9f2af27 SHA256: cdbd98c62f7a1c3b75d8fb458eb4684bc8cd5c0b36a6c85d988d28b5eaaa1410 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.llvm.org/ 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. Original-Maintainer: LLVM Packaging Team Package: lldb-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 22689 Pre-Depends: multiarch-support Depends: libatomic1 (>= 4.8), libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3 (= 1:3.3-16ubuntu1), libpython2.7 (>= 2.7), libstdc++6 (>= 4.9), python, llvm-3.3-dev Breaks: lldb-3.2 Replaces: lldb-3.2 Filename: ./amd64/lldb-3.3_3.3-16ubuntu1_amd64.deb Size: 6140662 MD5sum: a3108684e3c92cc56b977d89a5e7b78e SHA1: a249a503f65c081caff8aabb0a7d063ec5e4a787 SHA256: 801e734b963a03911023c42001e59175a05e70ba6ed56ebfc8b564502cf2c597 Section: devel Priority: optional Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: lldb-3.3-dev Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 2767 Depends: lldb-3.3 (= 1:3.3-16ubuntu1) Filename: ./amd64/lldb-3.3-dev_3.3-16ubuntu1_amd64.deb Size: 360436 MD5sum: 30bd41a7b8db43d9fa5e599aceb7bd58 SHA1: 764322b8d8dc2253c130b8cc957497ecf9c0afa9 SHA256: 775faed5070192539f61469fca811552feb7b352719f1cad8a547074dd8de9b0 Section: devel Priority: optional Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: llvm-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 3631 Depends: llvm-3.3-runtime (= 1:3.3-16ubuntu1), libc6 (>= 2.15), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3, libstdc++6 (>= 4.9) Recommends: llvm-3.3-dev Suggests: llvm-3.3-doc Conflicts: llvm (<< 2.7-1) Replaces: llvm (<< 2.7-1) Filename: ./amd64/llvm-3.3_3.3-16ubuntu1_amd64.deb Size: 1097428 MD5sum: ebb6ce2be1e95ea6b7d85bdbde39650a SHA1: 53cd63e068d7f319ab3842312fccd63fde357239 SHA256: 3684e28b9171f21fd300849682ef471b60949d9fd32a288341399d99576e1b60 Section: devel Priority: optional Homepage: http://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. . LLVM is the key component of the clang compiler and the gcc plugin called dragonegg. Original-Maintainer: LLVM Packaging Team Package: llvm-3.3-dev Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 63840 Depends: libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libgmp10, libisl10 (>= 0.11), libllvm3.3, libstdc++6 (>= 4.6), libffi-dev (>= 3.0.9), llvm-3.3 (= 1:3.3-16ubuntu1) Replaces: llvm (<< 2.2-3) Filename: ./amd64/llvm-3.3-dev_3.3-16ubuntu1_amd64.deb Size: 9699812 MD5sum: 835824d830f8c1d2385fafb2e3869444 SHA1: 5bd2acbea20b400e55e1c90b57b929ba0462ab26 SHA256: 97ebaa85e2fb5b56c07d28bc998d6e27402df0c84e1160f53fbff5f65b697ee0 Section: devel Priority: optional Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: llvm-3.3-doc Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 7968 Depends: libjs-jquery, libjs-underscore Filename: ./all/llvm-3.3-doc_3.3-16ubuntu1_all.deb Size: 928368 MD5sum: 7eb8f8406d8ffb8f2c5e7dabbfbd6858 SHA1: 575f5db20d92257c514470d1d769bfb7970cb154 SHA256: a7a4a1e1736cfc3cbebaea1268658371725e7f48d6703eb3087c04a42e4a3b4d Section: doc Priority: optional Homepage: http://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). Original-Maintainer: LLVM Packaging Team Package: llvm-3.3-examples Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 282 Depends: llvm-3.3-dev (>= 1:3.3-16ubuntu1), llvm-3.3-dev (<< 1:3.3-16ubuntu1+c~) Filename: ./all/llvm-3.3-examples_3.3-16ubuntu1_all.deb Size: 101514 MD5sum: 101ce2a2cd4d83631bfba05a7335a745 SHA1: 7a22612899c67c65429d55975408c159c64ce837 SHA256: 487ee9da1325b3e6c1e9899eb8df731883899564bd8db5394e1ef89da43e79f4 Section: doc Priority: optional Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: llvm-3.3-runtime Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 148 Depends: binfmt-support, libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.3, libstdc++6 (>= 4.1.1) Conflicts: llvm (<< 2.7-1) Replaces: llvm (<< 2.7-1) Filename: ./amd64/llvm-3.3-runtime_3.3-16ubuntu1_amd64.deb Size: 36230 MD5sum: 1e56a5a89ec6f36a880c0f0e3d92dc1d SHA1: 33fcf9a7a9de794e048ea11e4de6d4fdc323ea39 SHA256: ac972f2cc057f783b5878b80955335379fdcf9152cfab82cf74ebb22e03241bd Section: devel Priority: optional Homepage: http://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. Original-Maintainer: LLVM Packaging Team Package: python-clang-3.3 Source: llvm-toolchain-3.3 Version: 1:3.3-16ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 156 Depends: python Breaks: python-clang-3.4 Replaces: python-clang-3.4 Filename: ./amd64/python-clang-3.3_3.3-16ubuntu1_amd64.deb Size: 30502 MD5sum: 400f5e91d8d85bab5a0f6fba71ea5e31 SHA1: d6e794a8d2500ec0a3c2d425cbf3adefd34c2e1d SHA256: addc5cc5283f1cd6bb0c83423fbdf4d778b5181e5ebcb834adf599ea47f41e39 Section: python Priority: optional Homepage: http://www.llvm.org/ Description: Clang Python Bindings This binding package provides access to the Clang compiler and libraries. Original-Maintainer: LLVM Packaging Team