Skip to main content

Crate rattler_build_recipe_generator

Crate rattler_build_recipe_generator 

Source
Expand description

Automatic recipe generation for Python (PyPI), R (CRAN), Perl (CPAN), and Lua (LuaRocks) packages.

Structs§

CpanOpts
Options to control CPAN recipe generation.
CranOpts
Options to control CRAN/R recipe generation.
LuarocksOpts
Options to control LuaRocks recipe generation.
PyPIOpts
Options for generating a Python (PyPI) recipe.

Functions§

generate_cpan_recipe
Generate a CPAN recipe from CpanOpts and 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 LuarocksOpts and 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 CranOpts and either print it or write it to disk.
generate_r_recipe_string
Generate a CRAN recipe for package and return the YAML as a string.
write_recipe
Write a recipe to “{package_name}/recipe.yaml”