Current section
Files
Jump to
Current section
Files
src/blah.app.src
{application, blah, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "random data generator for gleam"},
{modules, [blah@address,
blah@en@address,
blah@en@lorem,
blah@en@name,
blah@en@string,
blah@en@word,
blah@fa@address,
blah@fa@lorem,
blah@fa@name,
blah@fa@string,
blah@fa@word,
blah@internet,
blah@locales@en@address,
blah@locales@en@lorem,
blah@locales@en@name,
blah@locales@en@word,
blah@locales@fa@address,
blah@locales@fa@name,
blah@locales@fa@word,
blah@lorem,
blah@name,
blah@string,
blah@utils,
blah@word]},
{registered, []}
]}.