File: control

package info (click to toggle)
llvm-py 0.12.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,596 kB
  • ctags: 5,378
  • sloc: python: 16,884; cpp: 1,917; makefile: 209; ansic: 177; pascal: 87; sh: 8
file content (42 lines) | stat: -rw-r--r-- 1,646 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
40
41
42
Source: llvm-py
Section: python
X-Python-Version: >= 2.5
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3),
 python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), llvm-3.4,
 llvm-3.4-dev
Standards-Version: 3.9.5
Homepage: http://www.llvmpy.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-llvm/llvm-py/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-llvm/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.