Thank you!
I can see your code is quite interesting as well, since it intermixes C code with CL code. What kind of FFI package do you use to achieve that?
My template, on the other hand, just relies on existing bindings for three aforementioned libraries (all of which are based on the ol’ boring CFFI). The idea was to just make minimal project skeleton with choice of available C middleware libraries, with automated builds included — I kinda geek about CI pipelines and stuff 😅