Current section

Files

Jump to
lazy src lazy.app.src
Raw

src/lazy.app.src

{application,lazy,
[{description,"Lazy sequences"},
{vsn,"0.0.1"},
{modules,[lazy]},
{applications,[kernel,stdlib]},
{licenses,[<<"ISC">>]},
{build_tools,[<<"make">>,<<"rebar3">>]},
{links,#{<<"GitHub">> =>
<<"https://github.com/hnc-agency/lazy">>}}]}.