jsx/deps/nicefloats/ebin/nicefloats.app
2010-09-22 23:22:55 -07:00

14 lines
270 B
Erlang

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