pkgsrc/devel/hs-hslua-module-system/DESCR
pho 18eb45e12e Import hslua-module-system-0.2.1
Provides access to system information and functionality to Lua scripts
via Haskell's System module.

Intended usage for this package is to preload it by adding the loader
function to package.preload. Note that the Lua package library must
have already been loaded before the loader can be added.
2020-01-15 13:53:58 +00:00

6 lines
296 B
Text

Provides access to system information and functionality to Lua scripts
via Haskell's System module.
Intended usage for this package is to preload it by adding the loader
function to package.preload. Note that the Lua package library must
have already been loaded before the loader can be added.