Current section
Files
Jump to
Current section
Files
rebar.config
%%% -*- mode: erlang; flycheck-mode: nil -*-
{plugins, [
{'lfe-compile', "0.7.0", {pkg, rebar3_lfe_compile}}
]}.
{provider_hooks, [{post, [{compile, {lfe, compile}}]}]}.
{deps, [
{lfe, "1.2.0"}
]}.
{profiles, [
{test, [
{eunit_compile_opts, [{src_dirs, ["test"]}]},
{deps, [
{ltest, {git, "git://github.com/lfex/ltest", {tag, "0.9.0"}}}
]}
]}
]}.
{project_plugins, [
{lodox,
{git, "git://github.com/lfe-rebar3/lodox.git",
{branch, "develop"}}}
]}.
{lodox, [
{apps, [
{pynchon, [
{'output-path', "docs"},
{'source-uri',
"https://github.com/quasiquoting/pynchon"
"/blob/{version}/{filepath}#L{line}"}
]}
]}
]}.