Packages

Elixir Module and Struct Interoperability for Erlang

Current section

Files

Jump to
exat src exat.app.src
Raw

src/exat.app.src

{application,exat,
[{description,"Elixir Module and Struct Interoperability for Erlang"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/marianoguerra/exat"}]}]}.