123456789101112131415161718 |
- %%% -*- 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, ["APL 2.0"]},
- {links, [{"Github", "https://github.com/uwiger/gproc"}]}
- ]
- }.
|