Current section
Files
Jump to
Current section
Files
src/elli.app.src
{application, elli,
[
{description, "Fast and robust web server for building high-throughput, low-latency apps"},
{vsn, "1.0.4"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{contributors,["Knut Nesheim"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/knutin/elli"}]}
]}.