12345678 |
- {application, epgsql,
- [{description, "PostgreSQL Client"},
- {vsn, "VERSION"},
- {modules, [pgsql, pgsql_binary, pgsql_connection, pgsql_fdatetime,
- pgsql_idatetime, pgsql_sock, pgsql_types]},
- {registered, []},
- {applications, [kernel, stdlib, crypto, ssl]},
- {included_applications, []}]}.
|