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
|
Source: ctypes
Section: python
Priority: optional
Build-Depends: libffi2-dev, python, python2.3-dev, python2.4-dev, debhelper (>> 4.1.67)
Build-Depends-Indep: debhelper (>> 4.1.67)
Maintainer: Ganesan Rajagopal <rganesan@debian.org>
Standards-Version: 3.6.1
Package: python-ctypes
Architecture: all
Depends: ${python:Depends}
Description: Python package to create and manipulate C data types
ctypes is a ffi (Foreign Function Interface) package for Python. ctypes
allows you to call functions exposed from dlls/shared libraries and has
extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in pure
Python. It is even possible to implement C callback functions in pure
Python.
.
This package always depends on a package built for Debian's default Python
version. It contains documentation and some example code.
Package: python2.4-ctypes
Architecture: alpha amd64 i386 ia64 hppa powerpc s390 sparc
Depends: python2.4, ${shlibs:Depends}
Description: Python package to create and manipulate C data types
ctypes is a ffi (Foreign Function Interface) package for Python. ctypes
allows you to call functions exposed from dlls/shared libraries and has
extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in pure
Python. It is even possible to implement C callback functions in pure
Python.
.
This package is built for Python 2.4.x
Package: python2.3-ctypes
Architecture: alpha amd64 i386 ia64 hppa powerpc s390 sparc
Depends: python2.3, ${shlibs:Depends}
Description: Python package to create and manipulate C data types
ctypes is a ffi (Foreign Function Interface) package for Python. ctypes
allows you to call functions exposed from dlls/shared libraries and has
extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in pure
Python. It is even possible to implement C callback functions in pure
Python.
.
This package is built for Python 2.3.x
|