You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
238 B

10 years ago
  1. {application, {{name}},
  2. [{description, "{{desc}}"},
  3. {vsn, "0.1.0"},
  4. {registered, []},
  5. {applications,
  6. [kernel,
  7. stdlib
  8. ]},
  9. {env,[]},
  10. {modules, []},
  11. {maintainers, []},
  12. {licenses, ["Apache 2.0"]},
  13. {links, []}
  14. ]}.