Packages

Float to string conversion in erlang for binaries f64, f32 and f16 using Ryu

Current section

Files

Jump to
ken src ken.app.src
Raw

src/ken.app.src

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