Current section
Files
Jump to
Current section
Files
rebar.config
{plugins, [
{pc, "1.15.0"}
]}.
{project_plugins, [
{erlfmt, "1.5.0"},
{rebar3_ex_doc, "0.2.24"},
{rebar3_hex, "7.0.8"}
]}.
{erlfmt, [write]}.
{provider_hooks, [{pre, [{compile, {pc, compile}}, {clean, {pc, clean}}]}]}.
{port_specs, [{"priv/erlfdb_nif.so", ["c_src/*.c"]}]}.
% port_env compiler / linker flags dynamically generated in rebar.config.script
{profiles, []}.
{eunit_opts, [debug_info, verbose]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{hex, [{doc, #{provider => ex_doc}}]}.
{ex_doc, [
{source_url, <<"https://github.com/foundationdb-beam/erlfdb">>},
{extras, [
<<"README.md">>,
<<"LICENSE">>,
<<"CHANGELOG.md">>,
<<"notes/thread-design.md">>,
<<"notebooks/kv_queue.livemd">>
]},
{main, <<"readme">>}
]}.
{shell, [
{apps, [erlfdb]},
{config, "config/shell.config"}
]}.