Add a simple .app.src file to use with rebar.

This commit is contained in:
Gregory Burd 2011-08-08 16:29:06 -04:00
parent d9cfac5197
commit 367baa8249

7
src/bdberl.app.src Normal file
View file

@ -0,0 +1,7 @@
{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]}
]
}.