Packages

Fast Erlang JSON decoder based on the C++ simdjson library

Retired package: Deprecated - Transitioned to glazer library https://github.com/saleyn/glazer

Current section

Files

Jump to
simdjsone rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{pre_hooks, [{compile, "make -C c_src"}]}.
{post_hooks, [{clean, "make -C c_src clean"}]}.
{plugins, [rebar3_hex, {rebar3_ex_doc, "0.2.12"}, {pc, "1.15.0"}]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{source_url, "https://github.com/saleyn/simdjsone"}
]}.
{profiles, [
{test, [
{deps, [
thoas,
{jiffy, "1.1.1"},
euneus
]},
{extra_src_dirs, ["test"]}
]}
]}.