[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debian apt binding?
- From: Enrico Tassi <gares@...>
- Date: Mon, 26 Nov 2012 18:23:03 +0100
On Mon, Nov 26, 2012 at 06:08:00PM +0100, Marc Balmer wrote:
> Hi
>
> Does a binding to libapt (or similar) exist, so that I can install,
> uninstall, and, update software on Debian Linux right from Lua?
No. In case you are motivated enough to write one, there are bindings
for python you could take as an example.
On my side, the only thing I did is an lpeg parser for control files,
plus some trivial algorithms to compute dependencies and draw a graph
of lua packages. If you are interested I can point you to the svn repo.
Cheers
--
Enrico Tassi