Packages

High-quality UUID generation for Erlang with distributed entropy powered by ALARA.

Current section

Files

Jump to
alara_uuid rebar.config
Raw

rebar.config

{project_plugins, [rebar3_ex_doc]}.
{plugins, [rebar3_hex]}.
{deps, [
{alara, "0.1.7"}
]}.
{shell, [
{apps, [alara_uuid]}
]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{hex, [
{doc, ex_doc}
]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{source_url, "https://github.com/Green-Mice/alara_uuid"},
{api_reference, true}
]}.