Skip to main content

rebar.config

{ erl_opts, [debug_info] }.

{ deps, [] }.

{ pkg_name, erlrithmetician }.

{ description, "Linear algebra library for Erlang" }.

{ version, "0.1.0" }.

{ licenses, ["GPL-3.0-or-later"] }.

{ links, [{ "Source", "https://git.gay/monaco/erlrithmetician" }] }.

{ files, [
  "src",
  "README.md",
  "COPYING.md",
  "rebar.config"
] }.