Current section
Files
Jump to
Current section
Files
src/lee.app.src
{application,lee,
[{description,"Simple data modelling DSL"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,mnesia,typerefl]},
{env,[]},
{modules,[]},
{mod,{lee_app,[]}},
{licenses,["public domain"]},
{links,[{"Github","https://github.com/k32/Lee"}]}]}.