Odig_support.ConfSourceOdig configuration.
The type for configuration.
val make :
b0_cache_dir:B0_std.Fpath.t ->
b0_log_file:B0_std.Fpath.t ->
cache_dir:B0_std.Fpath.t ->
cwd:B0_std.Fpath.t ->
doc_dir:B0_std.Fpath.t ->
html_dir:B0_std.Fpath.t ->
jobs:int ->
lib_dir:B0_std.Fpath.t ->
odoc_theme:B0_odoc.Theme.name ->
share_dir:B0_std.Fpath.t ->
unit ->
tv consructs a configuration with given attributes. See the corresponding accessors for details.
html_dir c is c's HTML directory, where the API docs are generated (derived from cache_dir).
memo conf is a memoizer for configuration conf.
pkg_infos conf are the package information of pkgs.
share_dir c is c's share directory.
val setup_with_cli :
b0_cache_dir:B0_std.Fpath.t option ->
b0_log_file:B0_std.Fpath.t option ->
cache_dir:B0_std.Fpath.t option ->
doc_dir:B0_std.Fpath.t option ->
jobs:int option ->
lib_dir:B0_std.Fpath.t option ->
odoc_theme:B0_odoc.Theme.name option ->
share_dir:B0_std.Fpath.t option ->
unit ->
(t, string) Stdlib.resultsetup_with_cli determines and setups a configuration with the given values. These are expected to have been determined by environment variables and command line arguments.