oauth.app 204 B

1234567
  1. {application, oauth, [
  2. {description, "An Erlang OAuth 1.0 implementation"},
  3. {vsn, "1.2.2"},
  4. {modules, [oauth]},
  5. {registered, []},
  6. {applications, [kernel, stdlib, crypto, public_key, inets]}
  7. ]}.