Dkml_install_runner.Path_location
val show_abi_selector : abi_selector -> string
val pp_abi_selector : Stdlib.Format.formatter -> abi_selector -> unit
val static_files_source :
static_default:static_default ->
opam_context_opt:string option ->
static_files_opt:string option ->
static_files_source Dkml_install_api.Forward_progress.t
val staging_files_source :
staging_default:staging_default ->
opam_context_opt:string option ->
staging_files_opt:string option ->
staging_files_source Dkml_install_api.Forward_progress.t
val absdir_static_files :
component_name:string ->
static_files_source ->
Fpath.t
absdir_static_files ~component_name static_files_source
is the component_name
component's static-files directory
val absdir_staging_files :
?package_selector:Os_utils.package_selector ->
component_name:string ->
abi_selector:abi_selector ->
staging_files_source ->
Fpath.t
absdir_staging_files ~component_name ~abi_selector staging_files_source
is the component_name
component's staging-files/(generic|<arch>) directory