Expand description
Automatic recipe generation for Python (PyPI), R (CRAN), Perl (CPAN), and Lua (LuaRocks) packages.
Structs§
- Cpan
Opts - Options to control CPAN recipe generation.
- Cran
Opts - Options to control CRAN/R recipe generation.
- Luarocks
Opts - Options to control LuaRocks recipe generation.
- PyPI
Opts - Options for generating a Python (PyPI) recipe.
Functions§
- generate_
cpan_ recipe - Generate a CPAN recipe from
CpanOptsand either print it or write it to disk. - generate_
cpan_ recipe_ string - Generate a CPAN recipe and return the YAML as a string.
- generate_
luarocks_ recipe - Generate a LuaRocks recipe from
LuarocksOptsand either print it or write it to disk. - generate_
luarocks_ recipe_ string - Generate a LuaRocks recipe and return the YAML as a string.
- generate_
pypi_ recipe - Generate a recipe for a PyPI package and either write it to disk or print it.
- generate_
pypi_ recipe_ string - Generate a recipe YAML string for a PyPI package.
- generate_
r_ recipe - Generate a CRAN recipe using
CranOptsand either print it or write it to disk. - generate_
r_ recipe_ string - Generate a CRAN recipe for
packageand return the YAML as a string. - write_
recipe - Write a recipe to “{package_name}/recipe.yaml”