Current section
Files
Jump to
Current section
Files
src/egssapi.app.src
{application,egssapi,
[{description,"Bindings to the system GSSAPI library"},
{vsn,"0.1.0"},
{modules,[egssapi_nif]},
{registered,[]},
{env,[]},
{applications,[kernel,stdlib]},
{exclude_files,["c_src/*.d","rebar.lock"]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/dequbed/egssapi"}]}]}.