Sha256: 72962c72929d393783ef6bfb5e7d3ff34f5980b0aa5f5f9870faf6735d466a0c
Contents?: true
Size: 484 Bytes
Versions: 4
Compression:
Stored size: 484 Bytes
Contents
{application, packager, [ % Quick description of the server {description, "Package manager"}, % Version {vsn, "0.1"}, % All modules used by the application. {modules, [packager_app]}, % All the registered names in the application {registered, [packager]}, % These must be started for application to run {applications, [kernel, stdlib]}, % Environment vars {env, []}, % Module and Args used to start {mod, {packager_app, []}}, {start_phases, []} ] }.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
auser-skelerl-0.0.1 | ebin/packager.app |
auser-skelerl-0.0.2 | ebin/packager.app |
auser-skelerl-0.0.3 | ebin/packager.app |
auser-skelerl-0.0.4 | ebin/packager.app |