Current section

Files

Jump to
shotgun src shotgun.app.src.orig
Raw

src/shotgun.app.src.orig

{application,
shotgun,
[{description, "better than just a gun"},
<<<<<<< HEAD
{vsn, "1.1.0"},
=======
{vsn, "1.0.1"},
>>>>>>> origin/master
{applications, [kernel, stdlib, gun]},
{mod, {shotgun_app, []}},
{modules, []},
{registered, []},
{licenses, ["Apache 2.0"]},
{links,
[{"Github", "https://github.com/inaka/shotgun"},
{"Docs", "http://inaka.github.io/shotgun/"},
{"SSE Spec", "https://html.spec.whatwg.org/multipage/comms.html#server-sent-events"}]},
{build_tools, ["rebar3"]}]}.