wterl/src/wterl.app.src

13 lines
229 B
Text
Raw Normal View History

{application, wterl,
[
{description, "Erlang Wrapper for WiredTiger"},
{vsn, "0.9.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, [
]}
]}.