summaryrefslogtreecommitdiff
path: root/deps/gproc/rebar.config
blob: a501e751643ff1f77c7d7e2397ee7b4adee52f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%% -*- erlang -*-
{erl_opts, [debug_info]}.
{deps, [
        {edown, ".*", {git, "https://github.com/uwiger/edown.git", "HEAD"}},
        {gen_leader, ".*",
	 {git, "https://github.com/garret-smith/gen_leader_revival.git", "HEAD"}}
       ]}.
{dialyzer_opts, [{warnings, [no_unused,
                             no_improper_lists, no_fun_app, no_match,
                             no_opaque, no_fail_call,
                             error_handling, no_match,
                             unmatched_returns,
                             behaviours, underspecs]}]}.
{edoc_opts, [{doclet, edown_doclet},
	     {app_default, "http://www.erlang.org/doc/man"},
             {top_level_readme,
              {"./README.md",
               "http://github.com/uwiger/gproc"}}]}.