compability fixes

This commit is contained in:
kepler155c@gmail.com
2020-06-11 13:29:02 -06:00
parent e9f9999f41
commit 1a166bdb22
5 changed files with 83 additions and 3 deletions

View File

@@ -5,4 +5,7 @@
Penlight brings together a set of generally useful pure Lua modules, focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions, etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.]],
license = 'MIT',
required = {
'lfs',
},
}