Sha256: 0fa387f2c262b20db2214f72b058be274b5e1170b6f6f752c1c04ce0ea49d275

Contents?: true

Size: 908 Bytes

Versions: 3

Compression:

Stored size: 908 Bytes

Contents

{sys, [
  {lib_dirs, ["../lib"]},
  {rel, "capricorn", "1.0.0", [
    kernel,
    stdlib,
    sasl,
    inets,
    
    bert,
    bertio,
    bertrpc,
    emq,
    ejson,
    misultin,
    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, ejson,     [{incl_cond, include}]},
  {app, misultin,  [{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

3 entries across 3 versions & 1 rubygems

Version Path
capricorn-2.0.11 erlang/rel/reltool.config
capricorn-2.0.10 erlang/rel/reltool.config
capricorn-2.0.9 erlang/rel/reltool.config