Sha256: fdb72b85cd55f3d1903beae93321ea542a520dcd13198d77ba460e894bf710a0

Contents?: true

Size: 867 Bytes

Versions: 2

Compression:

Stored size: 867 Bytes

Contents

{sys, [
  {lib_dirs, ["../lib"]},
  {rel, "capricorn", "1.0.0", [
    kernel,
    stdlib,
    sasl,
    inets,
    bert,
    bertio,
    bertrpc,
    gcd,
    emq,
    capricorn
  ]},
  {rel, "start_clean", "", [
    kernel,
    stdlib
  ]},
  {boot_rel, "capricorn"},
  {profile, embedded},
  {excl_sys_filters, [
    "^bin/.*",
    "^erts.*/bin/(dialyzer|typer)"
  ]},
  % {excl_archive_filters, [".*"]},
  {app, bert,      [{incl_cond, include}]},
  {app, bertio,    [{incl_cond, include}]},
  {app, bertrpc,   [{incl_cond, include}]},
  {app, gcd,       [{incl_cond, include}]},
  {app, emq,       [{incl_cond, include}]},
  {app, capricorn, [{incl_cond, include}]},
  {app, sasl,      [{incl_cond, include}]}
]}.

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capricorn-2.0.1 erlang/rel/reltool.config
capricorn-2.0.0 erlang/rel/reltool.config