src/typed.app.src
{application,typed,
[{description,"An experiment in a statically typed LFE with algebraic data types"},
{vsn,"0.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{pkg_name,"lfe_typed"},
{links,[]}]}.