On Sat, Aug 18, 2001 at 03:57:17PM -0600, Jason Gunthorpe wrote: > > I don't know if anyone has attempted this before (and the list archive > > search function seems to be broken), but I've done some work on getting > > SWIG to build scripting language wrappers for libapt-pkg. > > There are already python bindings for APT, they are not entirely complete > yet though. They are in CVS someplace..
Yes, I know about python-apt, but the idea of using SWIG would be to maintain one set of glue interfaces and generate perl/python/ruby/language-of-the-week bindings from it. If at all possible, I also want to generate the glue from the C++ headers, so that everything would automatically be updated as the interface changes. -- - mdz

