github.com/SupersunnySea/draft@v0.16.0/examples/example-erlang/src/draft_example.app.src (about)

     1  {application, draft_example,
     2   [{description, "An OTP application"},
     3    {vsn, "0.1.0"},
     4    {registered, []},
     5    {mod, { draft_example_app, []}},
     6    {applications,
     7     [kernel,
     8      stdlib,
     9      elli
    10     ]},
    11    {env,[]},
    12    {modules, []},
    13  
    14    {maintainers, []},
    15    {licenses, ["Apache 2.0"]},
    16    {links, []}
    17   ]}.