Current section

Files

Jump to
ieee_float src ieee_float.app.src
Raw

src/ieee_float.app.src

{application, ieee_float, [
{vsn, "0.2.2"},
{applications, [gleam_erlang,
gleam_stdlib,
startest]},
{description, "Gleam library that provides an IEEE 754 compliant float type."},
{modules, [ieee_float]},
{registered, []}
]}.