Current section
Files
Jump to
Current section
Files
src/ken.app.src
{application,ken,
[{description," Float to string conversion in erlang for binaries f64, f32 and f16 using Ryu "},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/DianaOlympos/ken"}]},
{doc,"doc"}]}.