Implementation of the installation configuration.
An install table can currently have the following fields
library = bool
Configuration data for installation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | library |
Install library with this project |
procedure , public , :: info Subroutine | Print information on this instance |
Create a new installation configuration from a TOML data structure
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(install_config_t), | intent(out) | :: | self |
Instance of the install configuration |
||
type(toml_table), | intent(inout) | :: | table |
Instance of the TOML data structure |
||
type(error_t), | intent(out), | allocatable | :: | error |
Error handling |