[libvirt] luajit binding

Hello List, I am new to libvirt, and this is my first query. I have started a luajit language binding for libvirt. It can be found here: https://github.com/Wiladams/LJIT2Virt I searched the interwebs before I began, but didn't find any existing lua language bindings. Is this true? Did I just miss it? If it doesn't exist already, I'd like to make this a regular thing, and get it listed on the language bindings page. How can I go about that? -- William =============================== - Shaping clay is easier than digging it out of the ground.

On Fri, Apr 10, 2015 at 05:01:55AM +0000, William Adams wrote:
Hello List,
I am new to libvirt, and this is my first query.
I have started a luajit language binding for libvirt. It can be found here:
https://github.com/Wiladams/LJIT2Virt
I searched the interwebs before I began, but didn't find any existing lua language bindings. Is this true? Did I just miss it?
I'm not aware of anyone else working on lua bindings.
If it doesn't exist already, I'd like to make this a regular thing, and get it listed on the language bindings page.
How can I go about that?
The website content is kept in the main libvirt GIT repository under the docs directory. So simply send a patch to the html.in file for the language bindings page with the info you want added. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

Hey, On Fri, Apr 10, 2015 at 05:01:55AM +0000, William Adams wrote:
I have started a luajit language binding for libvirt. It can be found here:
I don't know how well https://github.com/pavouk/lgi/ works, but one alternative to writing lua bindings for libvirt would be to try to use libvirt-glib in LUA through lgi (or similar projects). Christophe
participants (3)
-
Christophe Fergeau
-
Daniel P. Berrange
-
William Adams