File: control

package info (click to toggle)
pycxx 5.3.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 460 kB
  • ctags: 1,131
  • sloc: cpp: 2,148; makefile: 82; python: 68; sh: 9; ansic: 8
file content (66 lines) | stat: -rw-r--r-- 3,081 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: pycxx
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 4.2), python-dev, python2.3-dev, python2.4-dev
Standards-Version: 3.6.1

Package: python-cxx
Architecture: all
Depends: ${python:Depends}
Description: A Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python
 extensions.  The chief way in which PyCXX makes it easier to write
 Python extensions is that it greatly increases the probability that
 your program will not make a reference-counting e rror and will not
 have to continually check error returns from the Python C API.

Package: python-cxx-dev
Architecture: all
Depends: python-cxx, ${python:Depends}, python-dev
Description: A Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python
 extensions.  The chief way in which PyCXX makes it easier to write
 Python extensions is that it greatly increases the probability that
 your program will not make a reference-counting e rror and will not
 have to continually check error returns from the Python C API.

Package: python2.3-cxx
Architecture: all
Depends: ${python:Depends}
Description: A Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python
 extensions.  The chief way in which PyCXX makes it easier to write
 Python extensions is that it greatly increases the probability that
 your program will not make a reference-counting e rror and will not
 have to continually check error returns from the Python C API.

Package: python2.3-cxx-dev
Architecture: all
Depends: python2.3-cxx, ${python:Depends}, python2.3-dev
Description: A Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python
 extensions.  The chief way in which PyCXX makes it easier to write
 Python extensions is that it greatly increases the probability that
 your program will not make a reference-counting e rror and will not
 have to continually check error returns from the Python C API.

Package: python2.4-cxx
Architecture: all
Depends: ${python:Depends}
Description: A Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python
 extensions.  The chief way in which PyCXX makes it easier to write
 Python extensions is that it greatly increases the probability that
 your program will not make a reference-counting e rror and will not
 have to continually check error returns from the Python C API.

Package: python2.4-cxx-dev
Architecture: all
Depends: python2.4-cxx, ${python:Depends}, python2.4-dev
Description: A Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python
 extensions.  The chief way in which PyCXX makes it easier to write
 Python extensions is that it greatly increases the probability that
 your program will not make a reference-counting e rror and will not
 have to continually check error returns from the Python C API.