Sha256: 37965486772fb8b13ab0240a145b17331b53581344bebf6510dd57cfbf98a2a4

Contents?: true

Size: 790 Bytes

Versions: 7

Compression:

Stored size: 790 Bytes

Contents

{sys, [
  {lib_dirs, ["../lib"]},
  {rel, "capricorn", "1.0.0", [
    kernel,
    stdlib,
    sasl,
    inets,
    bert,
    bertio,
    bertrpc,
    emq,
    capricorn,

    reltool,
    compiler
  ]},
  {rel, "start_clean", "", [
    kernel,
    stdlib
  ]},
  {boot_rel, "capricorn"},
  {app, bert,      [{incl_cond, include}]},
  {app, bertio,    [{incl_cond, include}]},
  {app, bertrpc,   [{incl_cond, include}]},
  {app, emq,       [{incl_cond, include}]},
  {app, capricorn, [{incl_cond, include}]},
  {app, sasl,      [{incl_cond, include}]},
  {app, reltool,   [{incl_cond, include}]},
  {app, compiler,  [{incl_cond, include}]}
]}.

{rebar, [
  {empty_dirs, [
    "var/run/capricorn-machine",
    "var/run/capricorn-cluster",
    "var/log/sasl"
  ]},

  {overlay, "overlay"}
]}.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
capricorn-2.0.8 erlang/rel/reltool.config
capricorn-2.0.7 erlang/rel/reltool.config
capricorn-2.0.6 erlang/rel/reltool.config
capricorn-2.0.5 erlang/rel/reltool.config
capricorn-2.0.4 erlang/rel/reltool.config
capricorn-2.0.3 erlang/rel/reltool.config
capricorn-2.0.3.pre2 erlang/rel/reltool.config