Packages

ROSTER Messaging Protocol

Current section

Files

Jump to
roster rebar.config
Raw

rebar.config

{deps, [
{erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag,"master"}}},
{n2o, ".*", {git, "git://github.com/5HT/n2o", {tag,"master"}}},
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
{shen, ".*", {git, "git://github.com/synrc/shen", {tag,"master"}}}
]}.
{erlydtl_opts, [
{doc_root, "priv/templates"},
{out_dir, "ebin"},
{compiler_options, [report, return, debug_info]},
{source_ext, ".htx"},
{module_ext, "_view"}
]}.