Current section

Files

Jump to
blah src blah.app.src
Raw

src/blah.app.src

{application, blah, [
{vsn, "0.8.0"},
{applications, [birl,
gleam_stdlib,
gleeunit]},
{description, "fake data generation for gleam"},
{modules, [blah@address,
blah@en@address,
blah@en@lorem,
blah@en@name,
blah@en@other,
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@finance,
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@other,
blah@string,
blah@time,
blah@utils,
blah@word]},
{registered, []}
]}.