Sha256: 6d7e910e9371eafae112eb7ef4a8e536aa015a1a551bde2821391e2b6aa64eb5
Contents?: true
Size: 572 Bytes
Versions: 49
Compression:
Stored size: 572 Bytes
Contents
{application, client, [ % Quick description of the server {description, "Client Server for PoolParty"}, % Version {vsn, "0.1"}, % All modules used by the application. {modules, [client_app, pm_client, client_server, pm_client_supervisor, utils]}, % All the registered names in the application {registered, [client_server, pm_client_supervisor]}, % These must be started for application to run {applications, [kernel, stdlib]}, % Environment vars {env, []}, % Module and Args used to start {mod, {client_app, []}}, {start_phases, []} ] }.
Version data entries
49 entries across 49 versions & 3 rubygems