On Tue, Sep 7, 2021 at 6:10 PM Marek Novak | ACRIOS Systems s.r.o. <novak@xxxxxxxxxx> wrote: > > From ca1b5688de2d1cb63bb9823e28b87c52f23df449 Mon Sep 17 00:00:00 2001 > From: Marek NOVAK <novak@xxxxxxxxxx> > Date: Fri, 3 Sep 2021 18:41:02 +0200 > Subject: [PATCH] Adding Lua 5.1 bindings as 'gpiod' Lua module > > - Adding bindings directory with wrapper code > - Adding Makefile.am for building and distributing as a Lua module > - Adding --enable-bindings-lua option for autogen.sh > - Adding examples with basic lua gpioset and gpioget implementation > - Output, input and event input with new(), get(), set() and wait() > methods are implemented. > > Signed-off-by: Marek NOVAK <novak@xxxxxxxxxx> > --- Hi Marek! Thanks for the patch, any new bindings are much appreciated! However the 1.0.x branch has been unsupported for over 3 years. Why did you decide to base your work on this one? The currently supported branch for the 1.x series is 1.6.x but even then I don't really want to add new features to it as we're currently developing the 2.0 version which will become the new preferred base for all new work. Any chance you could base your work on the next/libgpiod-2.0 branch just like Viresh did with his Rust bindings? Bartosz