This extension allows CKAN plugins to be written in the Lua programming language instead of Python. It provides a bridge between CKAN’s Python plugin system and Lua scripts, enabling developers familiar with Lua to create CKAN extensions. The repository includes a default/helpers directory for Lua helper functions. This is an experimental/proof-of-concept extension created by Ross Jones.