Current section
Files
Jump to
Current section
Files
src/cucumberl.app.src
{application, cucumberl,
[
{description, "A pure-erlang implementation of Cucumber."},
{vsn, "0.0.7"},
{applications, [kernel,
stdlib]},
{registered, []},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/ericbmerritt/cucumberl"}]},
{env, []}
]}.