erlang's global lock
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.

11 lines
242 B

преди 1 година
преди 1 година
  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. ]}.