{application, yes_msg,
 [{description, "Yet another simple message (YES) parser for Erlang."},
  {vsn, "0.1.0"},
  {registered, []},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, []},

  {maintainers, ["Yuce Tekol"]},
  {licenses, ["MIT"]},
  {links, [{git, "https://github.com/yuce/yes_msg-erlang.git"}]}
 ]}.
