fpm_manifest_install Module

Implementation of the installation configuration.

An install table can currently have the following fields

library = bool


Contents


Derived Types

type, public ::  install_config_t

Configuration data for installation

Components

Type Visibility Attributes Name Initial
logical, public :: library

Install library with this project

Type-Bound Procedures

procedure , public , :: info Subroutine

Print information on this instance


Subroutines

public subroutine new_install_config(self, table, error)

Create a new installation configuration from a TOML data structure

Arguments

Type IntentOptional 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