Current section

Files

Jump to
gleastsq src gleastsq.app.src
Raw

src/gleastsq.app.src

{application, gleastsq, [
{vsn, "0.1.1"},
{applications, [gleam_stdlib,
gleeunit,
nx]},
{description, "A basic least squares fitting library for Gleam."},
{modules, [gleastsq,
gleastsq@nx]},
{registered, []}
]}.