I have an Elixir project that uses mix. I already use some built-in erlang modules, but now I need to use a third party module I found on Github.
How do I import, build and call a third party Erlang module from Elixir?
EDIT: The module I am interested in right now is located at https://github.com/aggelgian/erlang-algorithms , specifically, the edmonds_karp
module.
rebar
? Can you give us the URL of that repo? – Dogbert