Packages

Aleph caller for Erlang implementation.

Current section

Files

Jump to
ale_call rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{jsx, "3.1.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]}
]}.