epgsql.app.src 308 B

12345678
  1. {application, epgsql,
  2. [{description, "PostgreSQL Client"},
  3. {vsn, "VERSION"},
  4. {modules, [pgsql, pgsql_binary, pgsql_connection, pgsql_fdatetime,
  5. pgsql_idatetime, pgsql_sock, pgsql_types]},
  6. {registered, []},
  7. {applications, [kernel, stdlib, crypto, ssl]},
  8. {included_applications, []}]}.