Back out whitespace changes to esqlite.app.src.
This commit is contained in:
@@ -1,11 +1,16 @@
|
|||||||
{application,esqlite,
|
{application, esqlite,
|
||||||
[{description,"sqlite nif interface"},
|
[
|
||||||
{vsn,"0.2.3"},
|
{description, "sqlite nif interface"},
|
||||||
{modules,[esqlite3,esqlite3_nif]},
|
{vsn, "0.2.3"},
|
||||||
{registered,[]},
|
{modules, [esqlite3, esqlite3_nif]},
|
||||||
{maintainers, ["Aleph Archives", "Qing Liang <qing.liang.cn@gmail.com>"]},
|
{registered, []},
|
||||||
{licenses, ["Apache"]},
|
{maintainers, ["Aleph Archives", "Qing Liang <qing.liang.cn@gmail.com>"]},
|
||||||
{links, [{"Github", "https://github.com/mmzeeman/esqlite"}]},
|
{licenses, ["Apache"]},
|
||||||
{include_files, ["Makefile"]},
|
{links, [{"Github", "https://github.com/mmzeeman/esqlite"}]},
|
||||||
{applications,[kernel,stdlib]},
|
{include_files, ["Makefile"]},
|
||||||
{env,[]}]}.
|
{applications, [
|
||||||
|
kernel,
|
||||||
|
stdlib
|
||||||
|
]},
|
||||||
|
{env, []}
|
||||||
|
]}.
|
||||||
|
|||||||
Reference in New Issue
Block a user