File: control

package info (click to toggle)
llvm-py 0.5%2Bsvn85-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 996 kB
  • ctags: 1,768
  • sloc: python: 3,655; ansic: 1,893; cpp: 495; pascal: 91; makefile: 8; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: llvm-py
Section: python
XS-Python-Version: >= 2.4
Priority: optional
Maintainer: Carl Chenet <chaica@ohmytux.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.4), python-all-dev, python-all-dbg, python-support, llvm (>= 2.6), llvm-dev (>= 2.6)
Standards-Version: 3.8.3
Homepage: http://mdevan.nfshost.com/llvm-py/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/llvm-py/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/llvm-py/trunk/

Package: python-llvm
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python bindings for LLVM
 llvm-py provides Python bindings for LLVM, the Low Level Virtual Machine.
 It's goal is to expose enough of LLVM APIs to implement a compiler backend 
 or a VM in pure Python. 
 .
 llvm-py consists of Python and C modules that wrap over the native C++/C 
 bindings of LLVM, and does not use / have dependencies on "glue utilities" 
 like Boost.Python, swig etc.

Package: python-llvm-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-llvm (= ${binary:Version})
Description: Python bindings for LLVM (debug mode)
 llvm-py provides Python bindings for LLVM, the Low Level Virtual Machine.
 It's goal is to expose enough of LLVM APIs to implement a compiler backend 
 or a VM in pure Python. 
 .
 llvm-py consists of Python and C modules that wrap over the native C++/C 
 bindings of LLVM, and does not use / have dependencies on "glue utilities" 
 like Boost.Python, swig etc.
 .
 This package provides the debug mode.