Current section
Files
Jump to
Current section
Files
src/ekstat.app.src
{application, ekstat, [
{description, "libkstat interface for erlang"},
{vsn, "0.2.2"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{contributors, ["Heinz N. Gies", "Andrew Bennett"]},
{licenses, ["CDDL"]},
{links, [{"Github", "https://github.com/Licenser/ekstat"}]}
]}.