Current section
Files
Jump to
Current section
Files
src/gleam_synapses.app.src
{application,gleam_synapses,
[{description,"A neural network library for the Gleam language"},
{vsn,"0.0.1"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib,gleam_zlists,
gleam_decode,jsone,gleam_jsone,minigen]},
{env,[]},
{modules,[]},
{include_files,["gleam.toml","gen"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/mrdimosthenis/gleam_synapses"}]}]}.