src/erlrithmetician.app.src
{application,erlrithmetician,
[{description,"Linear algebra library for Erlang"},
{vsn,"0.1.0"},
{licenses,["GPL-3.0-or-later"]},
{links,[{"Source","https://git.gay/monaco/erlrithmetician"}]},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]}]}.