pkgsrc/devel/lua-compat53/PLIST
nia edb1a92fa2 devel: Add lua-compat53. Based on work by Jonathan Buschmann in wip.
This is a small module that aims to make it easier to write Lua
code in a Lua-5.3-style that runs on Lua 5.3, 5.2, and 5.1.

It does *not* make Lua 5.2 (or even 5.1) entirely compatible
with Lua 5.3, but it brings the API closer to that of Lua 5.3.
2020-07-08 14:25:38 +00:00

8 lines
266 B
Text

@comment $NetBSD: PLIST,v 1.1 2020/07/08 14:25:38 nia Exp $
${LUA_INCDIR}/compat-5.3.c
${LUA_INCDIR}/compat-5.3.h
${LUA_CDIR}/compat53/string.so
${LUA_CDIR}/compat53/table.so
${LUA_CDIR}/compat53/utf8.so
${LUA_LDIR}/compat53/init.lua
${LUA_LDIR}/compat53/module.lua