Current section
Files
Jump to
Current section
Files
src/loise.app.src
{application,loise,
[{description,"A noise library for LFE/Erlang"},
{vsn,"1.3.0-rc1"},
{modules,[loise,'loise-ascii','loise-data','loise-egd',
'loise-opts','loise-perlin','loise-png',
'loise-simplex','loise-util']},
{registered,[]},
{applications,[kernel,stdlib]},
{included_applications,[]},
{env,[]},
{pkg_name,loise},
{maintainers,["Duncan McGreggor"]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfex/loise"},
{"Hex","https://hex.pm/packages/loise"}]},
{exclude_files,["priv/images/*","priv/implementations/*",
"priv/make/*"]}]}.