herd.app.src 184 B

123456789
  1. {application, herd,
  2. [
  3. {description, "Base library for erlang projects"},
  4. {vsn, "1.3.2"},
  5. {modules, []},
  6. {registered, []},
  7. {applications, [kernel, stdlib]},
  8. {env, []}
  9. ]}.