Current section
Files
Jump to
Current section
Files
src/egit.app.src
{application,egit,
[{description,"Native git Erlang interface library"},
{vsn,"0.2.1"},
{registered,[]},
{modules,[git]},
{env,[]},
{applications,[kernel,stdlib]},
{exclude_paths,["c_src/fmt","priv/git.so","c_src/egit.o"]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/saleyn/egit"}]}]}.