jsx/deps/nicefloats/ebin/nicefloats.app

15 lines
270 B
Text
Raw Normal View History

2010-09-20 19:11:31 -07:00
{application, nicefloats,
[
{description, "'nice' decimal representations of floating point numbers"},
2010-09-22 23:22:55 -07:00
{vsn, "0.9.0"},
2010-09-20 19:11:31 -07:00
{modules, [
nicefloats
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.