CTAN Comprehensive TeX Archive Network

Directory macros/luatex/generic/luapackageloader

README.md

luapackageloader

CTAN package to allow Lua 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 example:

\input luapackageloader

% Now we proceed to load a LuaRocks package
\directlua{
  local spt = require("serpent")
}

License

Distributable under the 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 Lua to load external Lua packages

This package allows Lua 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.

Packageluapackageloader
Bug trackerhttps://github.com/deepakjois/luapackageloader/issues
Repositoryhttps://github.com/deepakjois/luapackageloader
Version0.2 2019-12-21
LicensesThe Project Public License 1.3c
MaintainerDeepak Jois
Contained inTeX Live as luapackageloader
MiKTeX as luapackageloader
TopicsLua
Use Lua
Lua supp
...
Guest Book Sitemap Contact Contact Author