Packages
hex_core
0.1.0
Reference implementation of Hex specifications
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{gpb_opts, [
{i, "proto"},
{o_erl, "src"},
{o_hrl, "src"},
{verify, always},
{strings_as_binaries, true},
{maps, true},
{maps_unset_optional, omitted},
{report_warnings, true},
{target_erlang_version, 17}
]}.
{profiles, [
{dev, [
{plugins, [
{rebar3_gpb_plugin, "1.12.1"}
]},
{provider_hooks, [
{pre, [
{compile, {protobuf, compile}},
{clean, {protobuf, clean}}
]}
]}
]},
{test, [
{plugins, [
rebar3_proper
]},
{deps, [
{proper, "1.2.0"}
]},
{extra_src_dirs, ["test/support"]}
]}
]}.