Constructs a valid fpm model from command line settings and the toml manifest. Add this dependency’s manifest macros
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fpm_model_t), | intent(out) | :: | model | |||
class(fpm_build_settings), | intent(inout) | :: | settings | |||
type(package_config_t), | intent(inout) | :: | package | |||
type(error_t), | intent(out), | allocatable | :: | error |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fpm_model_t), | intent(in) | :: | model | |||
logical | :: | duplicates_found |
Dump model to file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fpm_build_settings), | intent(inout) | :: | settings |
Delete the build directory including or excluding dependencies. Can be used to clear the registry cache.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpm_clean_settings), | intent(in) | :: | settings |
Settings for the clean command. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpm_run_settings), | intent(inout) | :: | settings | |||
logical, | intent(in) | :: | test |