Commit graph

4 commits

Author SHA1 Message Date
drochner
20117f3fd8 -update to 1.0.2
changes: bugfixes
-add a bl3 file
2007-07-13 14:58:38 +00:00
obache
29a197fdc5 Enable to compile on powerpc-*-netbsd, fixes PR 35181. 2006-12-04 15:30:58 +00:00
joerg
f4db34f9a7 Add DragonFly support. 2006-12-01 11:47:12 +00:00
epg
b77326401d ctypes is an advanced ffi (Foreign Function Interface) package for Python
2.3 and higher.

ctypes allows 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.
2006-10-13 02:30:49 +00:00