epgsql.app.src 343 B

1234567891011
  1. {application, epgsql,
  2. [{description, "PostgreSQL Client"},
  3. {vsn, git},
  4. {modules, [pgsql, pgsql_binary, pgsql_connection, pgsql_fdatetime,
  5. pgsql_idatetime, pgsql_sock, pgsql_types]},
  6. {registered, []},
  7. {applications, [kernel,
  8. stdlib,
  9. ssl]},
  10. {env, []},
  11. {included_applications, []}]}.