%%% -*- mode: erlang -*-
%%% $Id$
%%%

{application, gproc,
 [
  {description, "Extended process registry for Erlang"},
  {vsn, git},
  {id, "GPROC"},
  {registered, [ ] },
  {applications, [ kernel, stdlib ] },
  {mod, {gproc_app, []} }

  {maintainers, ["Ulf Wiger"]},
  {licenses, ["EPL"]},
  {links, [{"Github", "https://github.com/uwiger/gproc"}]}
 ]
}.
