Current section

Files

Jump to
blah src blah.app.src
Raw

src/blah.app.src

{application, blah, [
{vsn, "0.3.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "fake data generation 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, []}
]}.