bdberl/src/bdberl.app.src

13 lines
303 B
Text
Raw Normal View History

{application, bdberl,
[
{description, "This is an Erlang port driver that allows Erlang programs to store data in BerkleyDB."},
{vsn, "5.2.28"},
{registered, []},
{applications, [
kernel,
2011-11-30 19:44:39 +00:00
stdlib,
lager
]},
{env, []}
2011-11-30 19:44:39 +00:00
]}.