Module rebar_prv_install_deps

Behaviours: provider.

Data Types

dep()

dep() = src_dep() | pkg_dep()

pkg_dep()

pkg_dep() = {atom(), binary()} | atom()

src_dep()

src_dep() = {atom(), {atom(), string(), string()}} | {atom(), string(), {atom(), string(), string()}}

Function Index

cull_compile/2
do/1
do_/1
find_cycles/1
format_error/1
handle_deps_as_profile/4
init/1
profile_dep_dir/2

Function Details

cull_compile/2

cull_compile(TopSortedDeps, ProjectApps) -> any()

do/1

do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}

do_/1

do_(State) -> any()

find_cycles/1

find_cycles(Apps) -> any()

format_error/1

format_error(Reason::any()) -> iolist()

handle_deps_as_profile/4

handle_deps_as_profile(Profile, State, Deps, Upgrade) -> any()

init/1

init(State::rebar_state:t()) -> {ok, rebar_state:t()}

profile_dep_dir/2

profile_dep_dir(State, Profile) -> any()


Generated by EDoc, Jun 11 2024, 05:42:19.