File size: 584 Bytes
9425aed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{application, seb,
 [{description, "Sovereign Event Bus - L2 Erlang/OTP Runtime"},
  {vsn, "1.0.0"},
  {registered, [seb_sup, seb_agent_sup, seb_partition_mgr, seb_datalog_bridge, seb_kernel_nif]},
  {applications, [kernel, stdlib, sasl, telemetry]},
  {mod, {seb_app, []}},
  {env, []},

  %% Package metadata
  {licenses, ["Apache 2.0"]},
  {links, [{"GitHub", "https://github.com/SNAPKITTYWEST/seb"},
           {"Docs", "https://snapkitty.dev/seb"}]},

  %% Contact
  {maintainers, ["SnapKitty", "Ahmad"]},

  %% Build metadata
  {build_tools, ["rebar3"]}
 ]}.