Packages

Mustache text templates using Erlang's bbmustache package

Current section

Files

Jump to
chaplin src chaplin.app.src
Raw

src/chaplin.app.src

{application, chaplin, [
{vsn, "1.0.0"},
{applications, [bbmustache,
gleam_stdlib]},
{description, "Mustache text templates using Erlang's bbmustache package"},
{modules, [chaplin,
chaplin@@main,
chaplin_ffi]},
{registered, []}
]}.