jsx/deps/nicefloats/ebin/nicefloats.app
2010-09-20 19:11:31 -07:00

14 lines
268 B
Erlang

{application, nicefloats,
[
{description, "'nice' decimal representations of floating point numbers"},
{vsn, "0.9"},
{modules, [
nicefloats
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.