13 lines
229 B
Text
13 lines
229 B
Text
|
{application, wterl,
|
||
|
[
|
||
|
{description, "Erlang Wrapper for WiredTiger"},
|
||
|
{vsn, "0.9.0"},
|
||
|
{registered, []},
|
||
|
{applications, [
|
||
|
kernel,
|
||
|
stdlib
|
||
|
]},
|
||
|
{env, [
|
||
|
]}
|
||
|
]}.
|