各种有用的erlang行为
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
201 B

4 年前
  1. {application, eGbh,
  2. [{description, "An OTP library"},
  3. {vsn, "0.1.0"},
  4. {registered, []},
  5. {applications, [kernel, stdlib]},
  6. {env, []},
  7. {modules, []},
  8. {licenses, ["MIT"]},
  9. {links, []}
  10. ]}.