Packages

An Erlang library that provides matching and assertion functions for testing.

Current section

Files

Jump to
teal src teal.app.src
Raw

src/teal.app.src

{application, teal,
[{vsn, "0.1.0"},
{description, "An Erlang library that provides matching and assertion functions for testing."},
{licenses, ["MIT"]},
{modules, [teal]},
{registered, []},
{mod, {teal, []}},
{links, [
{"Homepage", "https://github.com/Stratus3D/teal"},
{"Git Repository", "https://github.com/Stratus3D/teal"}
]},
{maintainers, ["Stratus3D"]}
]}.