lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> if you are going to distribute it separately maybe you can consider
> doing an amalgamation in the same way sqlite[1] does, where you can
> actually download just a single .c and .h with all the source code.

A single .c is easy. A single .h is not because there are 4 public header
files: lua.h, luaconf.h, lualib.h, lauxlib.h.