Current section

Files

Jump to
shq src shq.app.src
Raw

src/shq.app.src

{application,shq,
[{description,"Shared inter-process queues"},
{vsn,"0.1.0"},
{modules,[shq]},
{applications,[kernel,stdlib]},
{licenses,[<<"ISC">>]},
{build_tools,[<<"make">>,<<"rebar3">>]},
{links,#{<<"GitHub">> =>
<<"https://github.com/hnc-agency/shq">>}}]}.