14 lines
268 B
Erlang
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, []}
|
|
]}.
|