各种有用的erlang行为
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.

10 line
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. ]}.