~ubuntu-branches/ubuntu/quantal/llvm-3.1/quantal

« back to all changes in this revision

Viewing changes to debian/control.in/llvm-examples

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-03-29 19:09:51 UTC
  • Revision ID: package-import@ubuntu.com-20120329190951-kgjti7z4tkitxhre
Tags: 3.1~svn153643-1
* New snapshot release
* Fix a problem in the llvm-3.1-source package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Package: llvm-@UVERSION@-examples
 
2
Section: doc
 
3
Architecture: all
 
4
Depends: ${misc:Depends}, llvm-@UVERSION@-dev (>= ${source:Version}), llvm-@UVERSION@-dev (<< ${source:Version}+c~)
 
5
Description: Low-Level Virtual Machine (LLVM), examples
 
6
 The Low-Level Virtual Machine (LLVM) is a collection of libraries and
 
7
 tools that make it easy to build compilers, optimizers, Just-In-Time
 
8
 code generators, and many other compiler-related programs. LLVM
 
9
 uses a single, language-independent virtual instruction set both
 
10
 as an offline code representation (to communicate code between
 
11
 compiler phases and to run-time systems) and as the compiler internal
 
12
 representation (to analyze and transform programs). This persistent
 
13
 code representation allows a common set of sophisticated compiler
 
14
 techniques to be applied at compile-time, link-time, install-time,
 
15
 run-time, or "idle-time" (between program runs).
 
16
 .
 
17
 This package contains examples for using LLVM, both in developing
 
18
 extensions to LLVM and in using it to compile code.
 
19