Stands for Distributed REactive Programming with ELixir.
The package can be installed by adding drepel to your list of dependencies and applications in mix.exs :
def application do
[
extra_applications: [:drepel]
]
end
defp deps do
[
{:drepel, git: "https://github.com/Maribib/Drepel.git"},
]
end