Packages

MLX machine learning framework bindings for Erlang

Current section

Files

Jump to
mlx src mlx.app.src
Raw

src/mlx.app.src

{application,mlx,
[{description,"MLX machine learning framework bindings for Erlang"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{mlx_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[]}]}.