Packages

an OTP library to generate SAML IDP XML and basic utilities

Current section

Files

Jump to
hund rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [steamroller]}.
{project_plugins, [rebar3_ex_doc]}.
{ex_doc, [
{extras, ["README.md", "LICENSE.md"]},
{main, "README.md"},
{source_url, "https://github.com/aaripurna/hund"}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.