Packages

It is a production-ready supervisor and manager for Erlang/Elixir processes that focuses on speed, performance and flexibility.

Current section

Files

Jump to
director src director.app.src
Raw

src/director.app.src

{application,director,
[{description,"It is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed, performance and flexibility."},
{vsn,"18.1.1"},
{applications,[kernel,stdlib]},
{maintainers,["pouriya.jahanbakhsh@gmail.com"]},
{licenses,["BSD 3-Clause"]},
{links,[{"GitHub",
"https://github.com/Pouriya-Jahanbakhsh/director"}]}]}.