erlang's global lock
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
241 B

  1. {application, eGLock,
  2. [{description, "An OTP application"},
  3. {vsn, "0.1.0"},
  4. {registered, []},
  5. {mod, {eGLock_app, []}},
  6. {applications, [kernel, stdlib]},
  7. {env,[]},
  8. {modules, []},
  9. {licenses, ["MIT License"]},
  10. {links, []}
  11. ]}.