Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{jsone, "1.9.0"}
]}.
{plugins, [
{rebar3_hex, "7.0.9"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{description, "Aleph caller for Erlang implementation."},
{licenses, ["Apache-2.0"]},
{links, [
{"GitHub", "https://github.com/aleph-lang/ale_call"},
{"Hex.pm", "https://hex.pm/packages/ale_call"}
]},
{maintainers, ["Steve Roques<steve.roques@gmail.com>, Jeremie Suzan<jeremie@jsz4n.dev>"]},
{doc, #{provider => edoc}}
]}.
{shell, [
{apps, [ale_call]}
]}.