Since v0.2, YALP supports package lookup (via the require function) using two patterns: scriptfiles/lua/?.lua for Lua packages, and plugins/lua/?.dll or plugins/lua/?.so for C packages. An example of a Lua package: lcmd.
Since these packages work in a similar way to Pawn (and the Lua packages depend on YALP), it would be nice to have a support to specify the dependencies, main files etc. even for non-Pawn packages.
Since v0.2, YALP supports package lookup (via the
requirefunction) using two patterns:scriptfiles/lua/?.luafor Lua packages, andplugins/lua/?.dllorplugins/lua/?.sofor C packages. An example of a Lua package: lcmd.Since these packages work in a similar way to Pawn (and the Lua packages depend on YALP), it would be nice to have a support to specify the dependencies, main files etc. even for non-Pawn packages.