bdberl/src/bdberl.app.src

7 lines
190 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"},
{applications, [kernel, stdlib]}
]
}.