{application, bench, [
                      {description, "An OTP application"},
                      {vsn, "0.1.0"},
                      {registered, []},
                      {applications, [
                                      kernel,
                                      stdlib
                                     ]},
                      {env, []},
                      {modules, []},
                      {licenses, ["Apache-2.0"]},
                      {links, []}
                     ]}.
