This repository fixes LuaHPDF to use Lua 5.3+ and current libHaru.
The fix is tiny and is concentrated in fix.h, which is included in a slightly patched hpdf.c (see DIFFS.txt).
To build do
make -C src get
make
This will also run test.lua and output test.pdf. Try also the LuaHPDF demos.
See also these generic instructions for my Lua libraries.
The code in hpdf.c is subject to the LuaHPDF License.