Current section
Files
Jump to
Current section
Files
src/rebar3_zig.app.src
{application,rebar3_zig,
[{description,"Rebar3 plugin to call Zig functions from Erlang using NIF"},
{vsn,"2022.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/shiguredo/rebar3_zig"}]}]}.