bdberl/ebin/bdberl.app

11 lines
236 B
Plaintext
Raw Normal View History

2008-12-06 06:52:51 +00:00
{application, bdberl,
[{description, "Berkeley DB Erlang Driver"},
{vsn, "1"},
{modules, [ bdberl_port, bdberl ]},
2008-12-06 06:52:51 +00:00
{registered, []},
{applications, [kernel,
stdlib]},
% {mod, {sparker, []}},
{env, []}
]}.