Files
erlang-sqlite3/src/sqlite3.app.src
2010-10-12 10:19:34 -07:00

11 lines
215 B
Erlang

{application, sqlite3,
[
{description, "SQLite3 Interface"},
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, crypto, inets, lhttpc]},
{mod, {sqlite3, []}},
{env, []}
]}.