mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
25 lines
395 B
Erlang
25 lines
395 B
Erlang
{erl_opts, [
|
|
debug_info,
|
|
export_all,
|
|
nowarn_export_all
|
|
]}.
|
|
|
|
{plugins, [rebar3_hex, rebar3_ex_doc]}.
|
|
|
|
{deps, [
|
|
poolboy
|
|
]}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [ip2region]}
|
|
]}.
|
|
|
|
{ex_doc, [
|
|
{extras, ["README.md"]},
|
|
{main, "README.md"},
|
|
{source_url, "https://github.com/leihua996/ip2region/tree/master/binding/erlang"}
|
|
]}.
|
|
|
|
{hex, [{doc, ex_doc}]}.
|