Module rebar3_clojerl_utils

Data Types

opts()

opts() = [{atom(), any()}]

Function Index

all_apps/1
ensure_clojerl/0
filter_app/2
find_app/2
maybe_set_sname/1

Function Details

all_apps/1

all_apps(State::rebar_state:t()) -> [rebar_app_info:t()]

ensure_clojerl/0

ensure_clojerl() -> ok

filter_app/2

filter_app(Apps::[rebar_app_info:t()], Name::binary()) -> [rebar_app_info:t()]

find_app/2

find_app(Apps::rebar_state:t(), Name::binary()) -> notfound | {ok, any()}

maybe_set_sname/1

maybe_set_sname(Opts::opts()) -> ok


Generated by EDoc