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: 8131724 MD5sum: f1775bf27a97c61d0fad222a7d03c7b7 SHA1: ae4c0b8b8c70d1ed70c8eef6bcfac9d978bda76c SHA256: b2890faab2fc9d80039130de778d208c57f1d19fcee70d2cb248081a16041302 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: 418872 MD5sum: 26a2c221569f26f4530efd18374fbd12 SHA1: 4f19e4af838f165599118718abe21055f6632c06 SHA256: 550026edaee3bc67f61e9b5ca90c78094e7b146c09f210cfb25ffcfb1c2d6470 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: 15788 MD5sum: d152a819dd39061d27090fd2990cf9b3 SHA1: 03c825623a8708248fdffef5567843cc36dc4e6c SHA256: d53529036c934111ac170b46c01cef3c65da68ad181cacbf1192dd57b4a869a2 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: 3011338 MD5sum: 1a0e3cfc80beead8dfb0c77b91268a7d SHA1: 753cb3b6465417f70984acd282439a8ca9205546 SHA256: fe0933eab5065012972e046d7255604ae108643de39d6240e46bcb6f071c6af5 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: 3124396 MD5sum: 09e4f2b87f4ec5dfa730d45094ad9140 SHA1: 77f61b9e280077b842fb986f52bd1258236f6078 SHA256: 54929ad2954049f9044edc392bf70f3b3254ea00bfd3e0ec73bbfb334dc2f4c9 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: 7155846 MD5sum: 5a79bf354d37efbbd7fe19d04466a3fc SHA1: f834e2cfc1aed60dec0461f4f74bb2cc8c03fe8a SHA256: 6a5d7b564e5e5001ec27608ea2121b1d588d8b92f636f0a466309fbf8459a679 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: 294892 MD5sum: ccf5c59c965f02263706997643e7164f SHA1: 7c306523d270d83b3262970ef72f94cad12b4105 SHA256: 0724467633dfb63f4ed4d1ab9a1839a2b47a699121f562798853ff4bc5a3a9c9 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: 3409628 MD5sum: 7242b9f4932f0ee64bcd0477ecb8ca1c SHA1: 81e23c77f03ed1faeac4ac0c19bfa39549902e2e SHA256: ed132ee8c438891c4948395a9916aef2c102b77052a17aa124f5f6171848ef4d 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: 85962064 MD5sum: f658a8bf36b11ad00560a9f8de1d5610 SHA1: 3dbda6e0e7b6aca7af0cf78aa9270c03b5001cc5 SHA256: f5bc5ece99d39cea10f76e33eeec11044150ac6ec57291d8025f263bef35eb68 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: 201744 MD5sum: 5a4f3c6f10ca3b8e4b3543801770471a SHA1: f6d3a9516bba8ad6d310f34f2258d757e44e16cc SHA256: 74db52db3e3b6b226d6c8eb699e4be2144d17ecc53f3e9a77c2c760077a2d4bb 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: 23152 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: 6292400 MD5sum: c86a1cd0f78e6f43d3b8c9768785c115 SHA1: 1bef2f7cb3842abced846b48b1bd776a5ba4716f SHA256: a07f7c00462713de7a38ef981069509ed02a5ec6d86c79a988fe19c7fd63f008 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: 106610 Depends: libllvm3.3 Filename: ./amd64/libllvm3.3-dbg_3.3-16ubuntu1_amd64.deb Size: 105712926 MD5sum: 8a4ee3a55a3216712a183fbb3a2c2abf SHA1: bd6cdd83176ae5b6f6b021f3b43a174d177ce744 SHA256: 2a8ef857d1c718c263404541c8634f12ec0eea0b455d9eb49d8423f7f213e337 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: 6140890 MD5sum: 5e4405c73bb0f22567e5d106462ebfc1 SHA1: f9db9ec35e5c403cfb82dfbaa9cc20a849a9b210 SHA256: 3be71ef24a32c38506b240575035c25f29795b80baba97cef9591e7d8eaa0e55 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: 360724 MD5sum: c0ba2d61f0ed3647003b9894cac09b8a SHA1: 891c223e98dfc0efbe4a783161da7754bc953851 SHA256: 4b7a318a19cf3079c08cb931cefe804fbd6fc21a04e4a090440c0224a8d6113e 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: 1096876 MD5sum: 0e8d1ea6722b1dc3790ce80e9dead8a3 SHA1: 2ea65c7109dbcaec11c2384457c7eb682ed20a66 SHA256: b48ec3b393c2dc4f047151c7f3c5afced790dd93c5d346405c8ec78dde5a468d 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: 9667908 MD5sum: a8303477cd604163e7b3bed338ec94f2 SHA1: 8790da3b4bc16e2c10548e3fbf1672b6957aecac SHA256: f9d559d89b0ccc8b88ee3d339eda9b2cb222227fec9d5708a10169e39d6b620f 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: 924778 MD5sum: be90df21efb83e714080d0592bdc4ae7 SHA1: f29dbfbbb2fee3a13cc8c3f227b388e5bcea8868 SHA256: 5c26f16565d7c41684ebf1b20e91f895ef855d7e92f96da7d28aa7c32acd798b 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: 101322 MD5sum: a6533799b17848ca6b083bfc5503196b SHA1: 6817cc72ebc652c6b642c85d03742471a4898834 SHA256: 673b201d0b4104cd5db3212a88a04fadc7beb1387cb23729726effe1bb2d3edf 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: 36292 MD5sum: 846c7237c55866a044181ca990ce7347 SHA1: d2e18bdb90e46f10b69fc52995ce9622900d75e6 SHA256: 17185adca685eec417b0a10f6b9b5838e0d4007f128e3e97e0d4c18b9a35dc37 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: 30588 MD5sum: 008bbb70e22c518108ba49e86ed8bc11 SHA1: dd6f0c6c0b45a920a1ef80f8564421f8f3d8fd3a SHA256: f790c35220ae0044e27dd8e8a705270945551f8aa49279d54a606556614dea3b 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