{application,evel,
    [{description,"An Eventual Leader Election Library for Erlang"},
     {vsn,"0.1.2"},
     {registered,
         [evel_sup,evel_people,evel_voter,evel_commission,evel_agent_sup]},
     {mod,{evel_app,[]}},
     {applications,[kernel,stdlib,hash_ring]},
     {env,
         [{hash_ring_options,
              [{module,hash_ring_dynamic},{virtual_node_count,64}]}]},
     {modules,[]},
     {licenses,["MIT"]},
     {links,[{"GitHub","https://github.com/sile/evel"}]}]}.
