Packages

Linear algebra library for Erlang

Current section

Files

Jump to
erlrithmetician src erlrithmetician.app.src
Raw

src/erlrithmetician.app.src

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