Current section

Files

Jump to
ram src ram.app.src
Raw

src/ram.app.src

{application,ram,
[{description,"An in-memory distributed KV store for Erlang and Elixir."},
{vsn,"0.0.1"},
{registered,[ram_backbone]},
{applications,[kernel,stdlib]},
{mod,{ram_app,[]}},
{env,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/ostinelli/ram"}]}]}.