Module luarocks.make_manifest
Module implementing the luarocks-admin "make_manifest" command. Compile a manifest file for a repository.
Functions
run (repo) | Driver function for "make_manifest" command. |
Functions
- run (repo)
-
Driver function for "make_manifest" command.
Parameters
- repo: string or nil: Pathname of a local repository. If not given, the default local repository configured as cfg.rocks_dir is used.
Return value:
boolean or (nil, string): True if manifest was generated, or nil and an error message.