Packages

Rebar3 plugin to call Zig functions from Erlang using NIF

Current section

Files

Jump to
rebar3_zig src rebar3_zig.app.src
Raw

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"}]}]}.