summaryrefslogtreecommitdiff
path: root/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/src/sha256_nif.app.src
blob: 603a5092bb7332ba1281b4a5d1e754405fc49997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{application, sha256_nif,
 [{description, "An OTP library"},
  {vsn, "0.1.0"},
  {registered, []},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, []},

  {licenses, ["Apache 2.0"]},
  {links, []}
 ]}.