epgsql.app.src 323 B

12345678910111213
  1. {application, epgsql,
  2. [{description, "PostgreSQL Client"},
  3. {vsn, "4.7.0"},
  4. {modules, []},
  5. {registered, []},
  6. {applications, [kernel,
  7. stdlib,
  8. ssl]},
  9. {env, []},
  10. {included_applications, []},
  11. {licenses, ["BSD"]},
  12. {links, [{"Github", "https://github.com/epgsql/epgsql"}]}
  13. ]}.