diff --git a/src/bdberl.app.src b/src/bdberl.app.src new file mode 100644 index 0000000..b0ef0a0 --- /dev/null +++ b/src/bdberl.app.src @@ -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]} + ] +}. \ No newline at end of file