Packages

Basic combinatorics for Erlang lists and maps.

Current section

Files

Jump to
lib_combin src lib_combin.app.src
Raw

src/lib_combin.app.src

{application,lib_combin,
[{description,"Basic combinatorics for Erlang lists and maps."},
{vsn,"0.1.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[lib_combin]},
{maintainers,["Jorgen Brandt"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/joergen7/lib_combin"},
{"Docs",
"https://cuneiform-lang.org/man/lib_combin/index.html"}]}]}.