bdberl/src/bdberl.app.src

11 lines
277 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.1.28"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.