hanoidb/src/fractal_btree.app.src

13 lines
230 B
Text
Raw Normal View History

2012-01-04 14:05:31 +00:00
{application, fractal_btree,
[
{description, ""},
{vsn, "1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { fractal_btree_app, []}},
{env, []}
]}.