Current section

Files

Jump to
bbmustache src bbmustache.app.src
Raw

src/bbmustache.app.src

%% vim: set ft=erlang : -*- erlang -*-
{application, bbmustache,
[
{description, "Binary pattern match Based Mustache template engine for Erlang/OTP"},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.