{ kakouneUtils, luar-src, lua, ... }:
with kakouneUtils;
buildKakounePlugin {
name = "luar";
src = luar-src;
buildInputs = [ lua ];
}