Directory macros/luatex/generic/luapackageloader
luapackageloader
CTAN package to allow LuaTeX to load modules from the default package.path
and package.cpath
locations. This could be used to load external Lua modules outside the TEXMF tree, including modules installed via LuaRocks.
Usage
See the PDF documentation for details.
Here is a quick TeX example:
\input luapackageloader % Now we proceed to load a LuaRocks package \directlua{ local spt = require("serpent") }
License
Distributable under the LaTeX Project Public License, version 1.3c or higher (your choice). The latest version of this license is at: http://www.latex-project.org/lppl.txt
This work is "maintained" (as per LPPL maintenance status) by Deepak Jois.
Download the contents of this package in one zip archive (36.0k).
luapackageloader – Allow LuaTeX to load external Lua packages
This package allows LuaTeX to load packages from the default package.path and package.cpath locations. This could be useful to load external Lua modules, including modules installed via LuaRocks.
This package requires ifluatex.
Package | luapackageloader |
Bug tracker | https://github.com/deepakjois/luapackageloader/issues |
Repository | https://github.com/deepakjois/luapackageloader |
Version | 0.2 2019-12-21 |
Licenses | The LaTeX Project Public License 1.3c |
Maintainer | Deepak Jois |
Contained in | TeX Live as luapackageloader MiKTeX as luapackageloader |
Topics | Use Lua LuaTeX Lua supp |