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
276 B

преди 15 години
  1. {application, {{appid}},
  2. [
  3. {description, ""},
  4. {vsn, "1"},
  5. {modules, [
  6. {{appid}}_app,
  7. {{appid}}_sup
  8. ]},
  9. {registered, []},
  10. {applications, [
  11. kernel,
  12. stdlib
  13. ]},
  14. {env, []}
  15. ]}.