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.

14 regels
271 B

11 jaren geleden
  1. {application, {{libid}},
  2. [
  3. {description, "An Erlang {{libid}} library"},
  4. {vsn, "1"},
  5. {modules, [
  6. {{libid}}
  7. ]},
  8. {registered, []},
  9. {applications, [
  10. kernel,
  11. stdlib
  12. ]},
  13. {env, []}
  14. ]}.