Packages

A simple and flexible Erlang library for interacting with Mistral API

Current section

Files

Jump to
mistral_handler rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [
{rebar3_hex, "7.0.9"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{description, "A simple and flexible Erlang library for interacting with Mistral API"},
{licenses, ["Apache-2.0"]},
{links, [
{"GitHub", "https://github.com/roquess/mistral_handler"},
{"Hex.pm", "https://hex.pm/packages/mistral_handler"}
]},
{maintainers, ["Steve Roques<steve.roques@gmail.com>"]},
{doc, #{provider => edoc}}
]}.
{shell, [
{apps, [mistral_handler]}
]}.